.cd-main-content{
  background-color: #ffffff;
}
*{
    font-display: swap;
}
#main_content_bs {
  margin: 7rem 2rem 6rem 2rem;
  font-family: "Poppins", sans-serif;
}
main{

}

.heading_h6 {
  font-size: 34px;
  line-height: 1.2;
  margin-top: 20%;
  margin-bottom: 1rem;
  font-style: normal;
  color: #1b75bc;
  font-weight: 300;
  text-align: left;
}

hr {
  
  max-width: 100%;
  margin-top: 3rem auto;
border-top: 0;
border-right: 0;
border-bottom: 1px solid #97999b;
  border-bottom-color: rgb(151, 153, 155);
border-left: 0;
}
.share-icons {
  display: flex;
  max-width: 80%;
  justify-content: space-around;
}
.share-icons a {
  transition: all 0.3s ease;
  color: #1b75bc;
  outline: 0;
}
#para_content {
  font-weight: 400;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  color: #6e6e6e !important;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

/* section 2 */

.section_2 {
  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section_title_1 {
  margin-bottom: 60px;
}
.section_title_1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  color: #777777;
  margin-bottom: 10px;
}
.section_title_1 h4 {
  color: #1b75bc;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -0.3px;
}
.sect-title {
  line-height: 1.17;
}
.white_bg {
  /* background: #ffffff; */
}
.chose_box {
  padding: 24px 40px 28px 40px;
}
.chose_content {
   padding-left: 20px;
}
.chose_content h5 {
  font-size: 20px;
  color: #1b75bc !important;
  text-transform: capitalize !important;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -0.3px;
}
 .chose_content p {
  line-height: 1.6;
  margin-top: 13px;
  font-size: 17px;
  font-weight: 400;
  text-align: right;
  color: #777777;
}
.number_text{
    display: none;
    /* color: #086ad8;
    font-size: 60px;
    line-height: 1.1;
margin-top: 0px;
margin-bottom: 0;
font-style: normal;
font-weight: 700;
text-transform: normal;
letter-spacing: -0.3px; */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #para_content{
    font-size: 16px;
  }
.section_title_1 h2{
  font-size: 40px;
 
}
.chose_content h5 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.chose_content p {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;

}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  
  #para_content{
    font-size: 16px;
  }
.section_title_1 h2{
  font-size: 30px;
 
}
.chose_content h5 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.chose_content p {
  line-height: 1.4;
  font-size: 12px;
  font-weight: 300;

}
}

@media (min-width: 992px) and (max-width: 1199px) {
  
}

@media (min-width: 768px) and (max-width: 991px) {
  
  #para_content{
    font-size: 19px;
  }
.section_title_1 h2{
  font-size: 40px;
 
}
.chose_content h5 {
  font-size: 19px;
  color: #333333;
  font-weight: 500;
}
.chose_content p {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 300;

}
  
}