.maincatgory{

    width: 100%;
    height: 400px;
    margin-top: var(--m50);
    margin-bottom: 20px;
}
.maincatgory1{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/slide-3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.maincatgory > div{
    width: 100%;
    height: 400px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.maincatgory > div >h1, .maincatgory > div >p{
    text-align: center;
}


h3.title{
    color: var(--green) !important;
    font-weight: bold !important;
    text-align: center;
    margin-top: var(--m50);
}

.question{
    font-weight: bold !important;
    margin: 0px !important;
    color: var(--darkgray);
}


.accordion-button:focus{
    border: none !important;
    box-shadow: none !important;
}

footer{
    margin-top: var(--m50);
}
