
.bg_dark {
    background-color: #fff;
}

.bg_light {
    background-color: #fff;

}


.info_section_2 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
  line-height: normal !important;
}

.info_content_dark {
    padding: 90px 97px;
}

.info_content_dark h2 {
    font-size: 52px;
    font-weight: 700;
    color: #012E3F !important;
}

.info_sub_head p {
    font-size: 24px;
    margin-top: 30px;
    color: #00AEEF;
}

.row {
    display: flex;
    margin-top: 48px;
}

.image_col {
    width: 40%;

}

.image_col {
    align-items: end;
    /* background-image: url(./Info.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
  background-color: #fff;
}

.image_col img {
    align-items: end;
    height: 650px;
    position: relative;
    width: 100%;
    object-fit: cover;
}

/* .image_col:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent calc(100% - 15rem));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
} */

.image_text {
    padding: 30px;
}

.image_text .sub_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.15em;
    text-align: left;
    text-transform: uppercase;
    color: #012E3F;
}

.image_text .main_text {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #012E3F !important;
    margin-top: 0px;
}

.data_col2 {
    width: 60%;
    padding: 0px 70px 0px 0px;
    max-height: auto;
    overflow: auto;
}

.data_container .data_head_light {
    font-size: 24px;
    font-weight: 700;
    color: #012E3F !important;
}

.data_container .data_summery_light {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    margin-top: 12px; 
}


.summery_main {
    display: flex;
    padding: 100px 50px;
}



.summery_data p {
    font-size: 22px;
    padding: 40px 70px;
    text-align: center;
}

.summery_main .quotes {
    font-size: 120px;
    margin-bottom: 25px;
    color: #00AEEF;
}

.sub_main_text {
    color: #012e3f;
    font-size: 18px;
    font-weight: 700;

}


/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
.info_content_dark {
    padding: 0px 5px !important;
}
  
  .info_main_head h2 {
    font-size: 42px !important; 
}
  
  .row{
    display: block !important;
  }
  
  .image_col2, .data_col2{
    width: 100% !important;
        height:auto !important:

  }
  
  .data_col2 { 
    padding: 48px 0px !important;
    max-height: 100% !important;
}
  .image_col2 { 
    height: 580px !important; 
}
  .image_col img { 
    height: auto !important; 
}
  .image_text .main_text {
    font-size: 0px 30px !important; 
}
}


/* Extra small devices (phones, less than 576px) */
@media (min-width: 575.98px) and (max-width: 991.98px) {
.info_content_dark {
    padding: 0px 5px !important;
}
   
  .info_main_head h2 {
    font-size: 42px !important; 
}
  
  .row{
    display: block !important;
  }
  
  .image_col2, .data_col2{
    width: 100% !important;
  }
  
  .data_col2 { 
    padding: 48px 0px !important;
    max-height: 100% !important;
}
  .image_col2 { 
    height: 580px !important; 
}
  .image_col img { 
    height: 580px !important; 
}
  .image_text .main_text {
    font-size: 30px !important; 
}
}

