.other-main-section{
    padding: 10.5em 0 3.5em 0;
    background-color: #edf1f2;
}

.other-main-section .wrapper-title{
    margin-top: 1em;
}

.other-main-section .wrapper-title p{
    font-size: 1.2em;
}

.other-main-section .wrapper-title h1{
    font-size: 2.7em;
    font-family: "poppins-medium", sans-serif;
}

.other-main-section .wrapper-text{
    margin-top: 1.5em;
}

.other-main-section .wrapper-text .description-category{
    font-size: 1.2em;
}

.info-content-section .wrapper-content .wrapper-title h2{
    font-size: 1.7em;
}

.wrapper-breadcrumb a, .wrapper-breadcrumb p{
    font-family: "poppins-light", sans-serif;
    font-size: 1.1em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

.wrapper-breadcrumb p{
    color: var(--third-back-color);
}

.wrapper-breadcrumb img{
    margin: 0 0.8em;
    width: 0.5em;
}

.category-image{
    right: 2vw;
    bottom: -8em;
}

.category-image img{
    width: 21em;
}

@media screen and (max-width: 767px){
    .other-main-section{
        padding-top: 10em;
    }
}