section.about_header {
  padding: 100px 0 50px;
}
section.about_header .section_title {
  text-align: center;
  color: var(--text-white);
  margin-bottom: 60px;
  position: relative;
}

section.about_header .section_title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 40px);
  height: 2px;
  width: 80px;
  background-color: var(--green-accent-lighter);
  box-shadow: 0px 3px 5px 0px var(--green-accent-lighter);
}

section.about_header .section_box {
  background: var(--dark-1);
  padding: 50px 80px 50px;
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(67, 223, 196, 0.11);
  text-align: justify;
  color: var(--text-white);
}
section.about_header .section_box > p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
section.about_header .section_box > p > span {
  color: var(--green-accent-lighter);
  font-size: 24px;
  font-weight: bold;
}

/*************************************************************************************************************/

section.goles {
  padding: 20px 0 100px;
}
section.goles .section_box {
  background: var(--dark-1);
  padding: 30px 20px 30px;
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(67, 223, 196, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-white);
  height: 500px;
}
section.goles .section_box .main_goal_holder {
  padding-left: 0;
}
section.goles .section_box .section_text h5 {
  font-size: 22px;
  padding: 0 60px;
  line-height: 1.5;
}
section.goles .section_title {
  text-align: center;
  color: var(--green-accent-lighter);
  margin-bottom: 20px;
}
section.goles .section_title h5 {
  font-weight: bold;
}
section.goles .project_goles_details {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.goles .project_goles_details .section_box:first-of-type {
  height: 285px;
}
section.goles .project_goles_details .section_box:nth-of-type(2) {
  height: 200px;
}
section.goles .project_goles_details .section_box .section_text h6 {
  font-size: 22px;
  margin-bottom: 20px;
}
section.goles .project_goles_details .section_box .section_text p {
  color: var(--transWhite);
  font-size: 23px;
  width: 80%;
  margin: 0 auto;
}
section.goles .responsive_title {
  color: var(--green-accent-lighter);
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

/***************************************** Start Media */

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  section.about_header .section_box {
    padding: 50px 40px 50px;
  }
  
  section.about_header .section_title {
    font-size: 36px;
  }
  section.about_header .section_box > p {
    font-size: 16px;
  }
  section.about_header .section_box > p > span {
    font-size: 20px;
  }
  section.goles .section_box .section_text h5 {
    padding: 0
  }
  section.goles .project_goles_details .section_box .section_text h6 {
    font-size: 20px;
  }
  section.goles .project_goles_details .section_box .section_text p {
    font-size: 20px;
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  section.about_header .section_box {
    padding: 30px 30px 50px;
  }
  section.goles .section_box .section_text h5 {
    font-size: 18px;
  }
  section.goles .section_title h5 {
    font-size: 18px;
}

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  section.about_header .section_box > p {
    font-size: 14px;
  }
  section.about_header .section_box > p > span {
    font-size: 18px;
  }
  section.goles .section_box {
    height: 100px;
    margin-bottom: 20px
  }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
 
}
@media (max-width: 476px) {
}

@media (max-width: 380px) {
}

/****************************************** End Media **/
