.accordion-content{
    display: none;
}
.accordion-content.open{
    display: block;
}
.testimonials img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
}
#banner{
    background-image: url("../img/banner.avif") !important;
    background-size: cover !important;
    position: relative !important;
}
#banner::before{
    content: "";
    position: absolute;
    background: #0000008e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#banner>div{
    position: relative;
}
@media screen and (max-width:1280px) {
    header>div{
        flex-direction: column;
        gap: 20px;
    }
}
@media screen and (max-width:770px) {
    header>div{
        flex-direction: row;
        gap: 20px;
    }
}