.what_is_body_dryer_section {
  background: #F6F9FC;
  padding: var(--az-section-padding) 0;
  position: relative;
  overflow: hidden;
}
.what_is_body_dryer_section .section_header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .what_is_body_dryer_section .section_header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.what_is_body_dryer_section .section_header .header_content .design_title {
  text-transform: none;
}
.what_is_body_dryer_section .section_header .header_content .section_title {
  font-size: 60px;
  margin: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .what_is_body_dryer_section .section_header .header_content .section_title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .what_is_body_dryer_section .section_header .header_content .section_title {
    font-size: 28px;
  }
}
.what_is_body_dryer_section .section_header .header_description .description_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
@media (max-width: 767.98px) {
  .what_is_body_dryer_section .section_header .header_description .description_text {
    font-size: 16px;
  }
}
.what_is_body_dryer_section .features_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1499px) {
  .what_is_body_dryer_section .features_grid {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .what_is_body_dryer_section .features_grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .what_is_body_dryer_section .features_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.what_is_body_dryer_section .features_grid .feature_card {
  background: #fff;
  padding: 40px 30px;
  text-align: start;
}
.what_is_body_dryer_section .features_grid .feature_card .feature_icon {
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .what_is_body_dryer_section .features_grid .feature_card .feature_icon {
    margin-bottom: 24px;
  }
}
.what_is_body_dryer_section .features_grid .feature_card .feature_title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0 0 25px 0;
  line-height: 1.3;
  text-transform: none;
}
@media (max-width: 575.98px) {
  .what_is_body_dryer_section .features_grid .feature_card .feature_title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.what_is_body_dryer_section .features_grid .feature_card .feature_description {
  font-size: 18px;
  font-weight: 400;
  color: #5E5E5E;
  margin: 0;
  line-height: 1.6;
  max-width: 350px;
}
@media (max-width: 575.98px) {
  .what_is_body_dryer_section .features_grid .feature_card .feature_description {
    font-size: 16px;
    max-width: 100%;
  }
}
