
* {
margin:0;
padding:0;
/* font-family: 'Inter', sans-serif; */
font-family: 'Poppins', sans-serif;
font-weight:normal;
color:black;
font-size:15px;
}



body {
    font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/* Optional: Headings (make them bold) */
h1, h2, h3, h4, h5, h6 {
  /* font-family: 'Inter', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  /* color: #0E4074; */
}



.main-text{
  color:#0D3A71 ;
  font-size:30px;
  font-weight:500;
 
}

.w-80 {
    width:100% !important;
height:85% !important;
  object-fit: cover;
}


@media only screen and (max-width: 768px) {
  h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
  }

  p {
    font-family: 'Poppins', sans-serif !important;
    font-size:11px !important;
  }

  li{
   
     font-family: 'Poppins', sans-serif !important;
    font-size:11px !important;
  }

  .accordion-button {
    font-size:15px !important;
  
  }

  span{
    font-size: 18px !important;
  }
}