﻿.content {
    overflow: initial;
}

.whole {
    width: 100%;
    margin-top: 20px;
    height: auto;
}

.title {
    text-align: center;
    font-size: 20px;
    color: #D36F6F;
    font-weight:500;
}





@media screen and (max-width:1100px) {

    .whole {
        margin-left: 2.5%;
        width: 95%;
    }
}


#otherCategory{
    min-height:535px;
}


a:hover {
    color: unset;
}





.mt-6 {
    margin-top: 100px;
}