/* compiled by scssphp 1.6.0 on Mon, 13 Mar 2023 09:21:11 +0000 (0.04s) */

html body#root .section.about_me {
  position: relative;
  margin-top: 0 !important;
  z-index: 0;
  padding: 60px 0;
}
html body#root .section.about_me .container {
  max-width: 1300px;
  margin: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.about_me .container {
    flex-direction: column-reverse;
  }
}
html body#root .section.about_me .content {
  max-width: 500px;
  margin: auto;
}
html body#root .section.about_me .content-col {
  padding: 0 20px 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.about_me .content-col {
    padding: 0;
    margin-bottom: 20px;
  }
}
html body#root .section.about_me .image-container {
  position: relative;
  width: 90%;
  padding-bottom: 90%;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 5px solid #fa6216a0;
  display: block;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.about_me .image-container {
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 400px;
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 29.9375rem) {
  html body#root .section.about_me .image-container {
    width: 90%;
    padding-bottom: 90%;
  }
}
html body#root .section.about_me .image-container img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 103%;
  height: auto;
  border-radius: 15px;
}
html body#root .section.about_me .content-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
html body#root .section.about_me .content-blocks .content-block {
  width: calc(50% - 20px);
  padding: 40px;
  background-color: #f8f9f9;
  position: relative;
  margin-bottom: 40px;
}
html body#root .section.about_me .content-blocks .content-block:nth-child(odd) {
  top: 40px;
}
@media only screen and (max-width: 29.9375rem) {
  html body#root .section.about_me .content-blocks .content-block {
    width: 100%;
    margin-bottom: 20px;
  }
  html body#root .section.about_me .content-blocks .content-block:nth-child(odd) {
    top: 0;
  }
}
@media only screen and (max-width: 29.9375rem) {
  html body#root .section.about_me .content-blocks .content-block p {
    font-size: 14px;
  }
}
html body#root .section.about_me .content-blocks .content-block strong {
  color: #FA6216;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 29.9375rem) {
  html body#root .section.about_me .content-blocks .content-block strong {
    font-size: 16px;
  }
}
