/* About Section */
.about-section .h1 {
  margin-bottom: 43px;
}

.about-section__content {
  background: var(--grey-bg);
  padding: 33px 60px 22px 30px;
}

.about-section__content .btn {
  margin-top: 32px;
}

.about-section__content .btn .icon {
  display: none;
}

@media (min-width: 768px) {
  .about-section__content {
    margin-top: -32px;
  }
}

@media (max-width: 767.98px) {
  .about-section__content {
    padding: 30px;
  }
}
/* ! About Section */