


/*    .primary-color-text {*/
/*      color: #0d6efd;*/
/*    }*/
/*    .hero-image {*/
/*      border-radius: 12px;*/
/*    }*/
/*    .black-color-text {*/
/*      color: #333;*/
/*    }*/
/*    .section-padding {*/
/*      padding: 64px 0;*/
/*    }*/
/*    @media (min-width: 1200px) {*/
/*    .display-6 {*/
/*        font-size: 1.5rem;*/
/*    }*/
/*}*/
/*.primary-color{*/
/*color: white !important;*/
/*    background-color: #2c4d80 !important;*/
/*}*/
/*.form-control-sm {*/
/*padding: 6px 9px 9px;*/
/*}*/
/*.form-control:focus{*/
/*    border: 2px solid black;*/
/*    box-shadow: none;*/
/*}*/




/*.blogs-section {*/
  /*background-color: #f5f7fa; */
/*}*/

/*.blogs-title {*/
/*  font-family: 'Roboto', sans-serif;*/
/*  font-weight: 700;*/
/*  font-size: clamp(1.5rem, 3vw, 2.2rem);*/
/*  color: #111;*/
/*}*/

/*.blogs-description {*/
/*  font-size: clamp(0.95rem, 1.2vw, 1.05rem);*/
/*  line-height: 1.7;*/
/*  color: #555;*/
/*}*/

/* Optional spacing improvement on small devices */
/*@media (max-width: 576px) {*/
/*  .blogs-section {*/
/*    padding-top: 2rem;*/
/*    padding-bottom: 2rem;*/
/*  }*/
/*}*/




/*.section-text {*/
/*  font-size:0.8rem;*/
/*  line-height: 1.4;*/
/*  font-family: 'Poppins', sans-serif !important;*/
/*  color: white;*/
/*  ;*/

/*}*/
/*.section-title {*/
/*  font-family: 'Roboto', sans-serif;*/
/*  font-weight: 600;*/
/*  font-size: 1.25rem;*/
/*  margin-top: 7rem;*/
/*}*/
  
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}

.blogs-section {
  background-color: #2c4d80 !important;
      margin-top: 6rem;
    margin-bottom: 4rem;
}

.blogs-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: white;
}

.blogs-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: white;
      font-family: 'Poppins', sans-serif;
}


/* Optional spacing improvement on small devices */
@media (max-width: 576px) {
  .blogs-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

 