
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
  }
  
.image-1{
    vertical-align: middle;
    height: 248px;
    border-radius: 25px;
    width: 100%;
}
    .image-1:hover{
        box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 8px;
        border:none;
      
}
.image-2{
    vertical-align: middle;
    height: 248px;
    border-radius: 25px;
    width: 100%;
}
    .image-2:hover{
        box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 8px;
        border:none;
      
}
.image-3{
    vertical-align: middle;
    height: 248px;
    border-radius: 25px;
    width: 100%;
}
.image-3:hover{
    box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 8px;
    border:none;
  
}
   
.section-title{
    text-align: center;
    font-weight: bolder;
    font-family: "BrutalType-Bold";
    font-size: 50px;
    color: #224F71;
}

.container-2{
    text-align: center;

}
.h-1-3{
    margin-top: 25px;
}
.titletext-center{
    font-weight: bolder;
    font-family: "BrutalType-Bold";
    font-size: 50px;
}
.accordion-item{
    border: none;
    margin-bottom: 32px;
}

.accordion-header{
    font-weight: bolder;
}
