/* About Section */
.about-section .title {
  margin-bottom: 24px;
}

.about-section__content {
  background: var(--grey-bg);
  padding: 34px 40px;
}

.about-section__content .btn {
  line-height: 11px;
  padding: 0;
  background: none;
  box-shadow: none;
}

.about-section__content .btn .icon {
  width: 16px;
  height: 11px;
}

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

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