/* About Section */
.about-section p strong {
  font-weight: 500;
}

@media (min-width: 1200px) {
  .about-section {
    --block-space: 100px;
  }

  .about-section .title {
    margin-bottom: 30px;
  }

  .about-section__content {
    margin-top: 20px;
  }

  .about-section p strong {
    display: block;
    font-size: 20px;
    line-height: 1.4;
  }
}

@media (min-width: 1350px) {
  .about-section .col-md-6:first-child {
    padding-right: 10%;
  }
}
/* ! About Section */