
/*
===========================================faq  image===================================
*/

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
    .faq img{
        height: 250px;
    }
    .faq{
        padding-top: 70px !important;
        padding-bottom: 15px !important;
    }
    .faq h1{
        font-size: 30px;
        padding-top: 40px !important;
    }
}
.faq{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.faq h1{
    font-weight: bold;
    padding-top: 70px;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
    .faq img{
        height: 170px;
    }
    .faq{
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }
    .faq h1{
        font-size: 22px;
        padding-top: 30px !important;
    }
  }

/*
===========================================questions===================================
*/

.accordion-item{
    margin: 20px 20px;
    border: none;
    box-shadow: 0px 10px 20px 0 rgb(37, 50, 58, 0.342);
}


