.about {
  padding-top: 0; }
  .about__body {
    align-items: center; }
  .about h2, .about__title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0; }
  .about__image {
    overflow: hidden;
    border-radius: var(--border-radius);
    text-align: center; }
    .about__image img {
      border-radius: var(--border-radius); }

@media (max-width: 991px) {
  .about__image img {
    width: 500px; } }

@media (max-width: 575px) {
  .about__text {
    font-size: 18px; }
  .about h2, .about__title {
    font-size: 20px; } }
