
.info_section {
    background-color: #fff !important;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 35px 0 0 0;
    flex-direction: column;
}

.info_content {
    padding: 60px 55px !important;
}

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

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

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

.image_col {
    width: 40%;

}

.image_col { 
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
  background-color:#fff;
}
.image_col img{
    align-items: end; 
    height: auto;
    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 30px 0px 30px;
/*     position: absolute; */
/*     top: 0px; */
    z-index: 1;
}

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

.image_text .main_text {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-top: 0px;
  line-height: normal;
}

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

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

.data_container .data_summery {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    margin-top: 12px;
    line-height:2 !important;
}

.mt_50px {
    margin-top: 50px;
}

.bg_dark {
    background-color: #fff;
}

.bg_light {
    background-color: #fff !important;

}

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

  }
  
  .data_col { 
    padding: 48px 0px !important;
    max-height: 100% !important;
}
  .image_col { 
    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 {
    padding: 40px 5px !important;
}
  
  .info_main_head h2 {
    font-size: 42px !important; 
}
  
  .row{
    display: block !important;
  }
  
  .image_col, .data_col{
    width: 100% !important;
    height:auto !important:
  }
  
  .data_col { 
    padding: 48px 0px !important;
    max-height: 100% !important;
}
  .image_col { 
    height: 580px !important; 
}
  .image_col img { 
    height: 580px !important; 
}
  .image_text .main_text {
    font-size: 30px !important; 
}
}