.about-me-section {
  margin-bottom: 0.625rem;
}
.about-me-section__body {
  padding-right: 0.75rem;
}
.about-me-section__body-img {
  margin-bottom: 2.5rem;
  padding: 0.0625rem 0.3125rem 0 0.3125rem;
}

.about-me-section__body-img img {
  width: 100%;
  object-fit: cover;
}

.about-me-section__body-inner-title {
  margin-bottom: 1.1875rem;
}

.about-me-section__body-inner-text a {
  font-weight: 500;
}
.about-me-section__body-inner-text-blue {
  color: #11aade;
}
.about-me-section__body-inner-text-red {
  color: #eb5757;
}
.about-me-section__body-inner-text-green {
  color: #3ab549;
}

@media (max-width: 633px) {
  .about-me-section__body {
    padding-right: 0;
  }
}
@media (max-width: 489px) {
  .about-me-section__body-inner-title {
    margin-bottom: 0.8125rem;
  }
  .about-me-section__body-img {
    margin-bottom: 2.125rem;
  }
  .about-me-section__body-inner {
  }
}

@media (max-width: 390px) {
  .about-me-section__body-img {
    padding: 0;
  }
}
