 
h1, h2, h3, h4, h5, h6, ol, ul, p {
  margin: 0 !important;
}

#readmore {
  font-family: 'Aller', 'Work Sans' , 'Helvetica', sans-serif;
  width: 100%;
  padding: 40px 0;
  background-image: url("https://www.frontstream.com/hubfs/Assets%202023/banner-bg-img.png");
  background-size: cover;
}

#readmore  .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#readmore .read-more__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#readmore .read-more__col {
  width: 50%;
}

#readmore .read-more__col-1 {
  width: 45%;
}

#readmore .read-more__banner {
  width: 100%;
  max-width: 750px;
}

.banner__col-1__pre-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.banner__col-1__pre-header h3 a {
  font-size: 14px;
  line-height: 18px;
  color: rgb(14, 158, 215);
  text-transform: capitalize;
  text-decoration: none;
}

.banner__col-1__heading {
  font-size: 30px;
  line-height: 38px;
}

.banner__col-1__heading-box {
  padding-bottom: 25px;
}

.read-more__banner-cta {
  display: block;
  color: #fafafd;
  background-color: rgb(41, 41, 109);
  border: 2px solid rgb(41, 41, 109);
  width: 120px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

.read-more__banner-cta:hover {
      background: #fff;
    border: 2px solid #006898;
    box-shadow: inset 400px 0 0 0 #006898;
    color: #fff;
}
}

#readmore .blogs {
  border-bottom: 1px solid rgb(190, 190, 190);
  padding: 25px 0 10px;
}

#readmore .col-2__heading-box h2 {
  color: rgb(14, 158, 215);
  font-size: 24px;
  line-height: 26px;
}

.banner__col-2__pre-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.banner__col-2__pre-header h3, .banner__col-2__pre-header h3 a {
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: capitalize;
}

.banner__col-2__heading {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 10px;
}

.banner__col-2__para-box h2 {
  font-size: 14px;
  line-height: 18px;
  color: rgb(190, 190, 190);
  padding-bottom: 5px;
}

.banner__col-2__para , .banner__col-2__para-box p, .banner__col-2__para-box p a{
  font-size: 14px;
  line-height: 18px;
  color: #525252;
}

.banner__col-2__para-box p a:hover {
  color: #064c79;
}

.banner__col-2__para-box {
  padding-bottom: 12px;
}

.col-2__banner-cta {
  color: rgb(14, 158, 215);
  text-decoration: none;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}

.banner__col-1__pre-header h3, .banner__col-1__pre-header .time-icon {
  font-size: 16px ;
  line-height: 19px;
letter-spacing: 0px;
color: #004C94;
}

.banner__col-1__pre-header .time-icon svg {
  padding: 2px 0 0;
}

/* --------------- Media Query for 991px -------- */

@media only screen and (max-width: 991px) {
  #readmore .read-more__row {
    flex-direction: column;
    align-items: center;
  }

  #readmore .read-more__col {
    width: 100%;
  }

  #readmore .read-more__col-2 {
    padding-top: 30px;
  }
}

/* --------------- Media Query for 767px -------- */

@media only screen and (max-width: 767px) {
  .banner__col-1__heading {
    font-size: 24px;
    line-height: 29px;
  }
}