.installation_safety_section {
  padding: var(--az-section-padding) 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.installation_safety_section .section_header {
  text-align: left;
  margin-bottom: 80px;
  --az-title-font-color: #000;
}

@media (max-width: 1199.98px) {
  .installation_safety_section .section_header {
    margin-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .installation_safety_section .section_header {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .installation_safety_section .section_header {
    margin-bottom: 40px;
  }
}

.installation_safety_section .section_header .design_title {
  text-transform: none;
}

.installation_safety_section .section_header .section_title {
  line-height: 1.5;
  text-transform: none;
}

.installation_safety_section .safety_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}

@media (max-width: 1199.98px) {
  .installation_safety_section .safety_content {
    gap: 50px 60px;
  }
}

@media (max-width: 991.98px) {
  .installation_safety_section .safety_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

.installation_safety_section .safety_column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.installation_safety_section .safety_column ul li {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #272727;
  line-height: 1.4;
  margin-bottom: 30px;
  -webkit-padding-start: 36px;
  padding-inline-start: 36px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .installation_safety_section .safety_column ul li {
    font-size: 16px;
    margin-bottom: 18px;
    -webkit-padding-start: 28px;
    padding-inline-start: 28px;
  }
}

@media (max-width: 991.98px) {
  .installation_safety_section .safety_column ul li {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .installation_safety_section .safety_column ul li {
    margin-bottom: 14px;
    line-height: 1.6;
  }
}

.installation_safety_section .safety_column ul li::before {
  content: "";
  position: absolute;
  inset-inline-start: 6px;
  top: 10px;
  background-color: #0165AF;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.installation_safety_section .section_header_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .installation_safety_section .section_header_wrapper {
    gap: 60px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .installation_safety_section .section_header_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .installation_safety_section .section_header_wrapper {
    gap: 30px;
    margin-bottom: 30px;
  }
}

.installation_safety_section .section_header_wrapper .header_text {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .installation_safety_section .section_header_wrapper .header_text {
    max-width: 100%;
  }
}

.installation_safety_section .section_header_wrapper .header_description {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(22, 22, 22, 0.8705882353);
  line-height: 1.5;
  margin: 0;
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
  max-width: 630px;
}

@media (max-width: 1199.98px) {
  .installation_safety_section .section_header_wrapper .header_description {
    font-size: 15px;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .installation_safety_section .section_header_wrapper .header_description {
    font-size: 14px;
    line-height: 1.6;
  }
}