/* start section why sos */
/* col text */
.section_why_sos .col_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_why_sos .col_text h1 {
  margin-bottom: 20px;
  text-transform: capitalize;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.section_why_sos .col_text .section_heading_part .section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html[dir="ltr"] .section_why_sos .col_text .section_heading_part .section_title {
  margin-left: 0;
}
.section_why_sos .col_text p {
  margin-bottom: 5px;
  text-align: center;
  color: var(--color-gray-300);
}
@media screen and (min-width: 768px) {
  .section_why_sos .col_text .section_heading_part .section_title,
  .section_why_sos .col_text p {
    text-align: left;
  }
}
/* col image */
.section_why_sos .col_image img {
  width: 100%;
  height: 400px;
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
}
@media screen and (min-width: 768px) {
  .section_why_sos .col_image img {
    height: 550px;
  }
}
/* // end section why sos */

/* start section what makes us different */
.section_what_makes_us_different {
  background-color: var(--color-dark-100);
}
.section_what_makes_us_different .section_title {
  padding: 0;
  margin: 0;
  text-align: center;
  color: var(--color-white-100);
}
.section_what_makes_us_different .wrapper_differences {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: var(--color-gray-600);
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
  overflow: hidden;
  gap: 1px;
  border: 1px solid var(--color-gray-600);
}

@media screen and (min-width: 768px) {
  .section_what_makes_us_different .wrapper_differences {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .section_what_makes_us_different .wrapper_differences {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section_what_makes_us_different .wrapper_differences .single_difference {
  padding: 30px;
  background-color: var(--color-dark-100);
}
.section_what_makes_us_different .wrapper_differences .single_difference .wrapper_icon i {
  color: var(--color-main-100);
  font-size: 50px;
  margin-bottom: 20px;
}
.section_what_makes_us_different .wrapper_differences .single_difference .title_different {
  margin-bottom: 20px;
  color: var(--color-white-100);
}
.section_what_makes_us_different .wrapper_differences .single_difference .different_details {
  color: var(--color-gray-500);
}
.section_what_makes_us_different .section_conclusion {
  text-align: center;
  font-size: 20px;
  color: var(--color-white-100);
}
.section_what_makes_us_different .section_conclusion i {
  color: var(--color-main-100);
}

/* // end section what makes us different */

/* start section awards */
.section_awards .col_award {
  margin-bottom: 40px;
}
.section_awards .col_award img {
  width: 220px;
  height: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section_awards .col_award img {
    width: 190px;
    height: 160px;
  }
}
/* // end section awards */
