.t-cat.two_banner {
    color: #ff8c00;
    left: 7px;
    top: 10px;
    margin-top: 19px;
}

.bl-cat-principal{
    display: inline-block;
}

.t-cat.two_banner b {
    font-size: 22px;
    font-weight: 900;
    line-height: 35px;
}

.t-cat.two_banner p {
    margin-top: 20px;
    font-size: 16px;
}

@media(max-width:410px) {

    .t-cat.two_banner b {
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 11px;
        line-height: 14px;
    }

    .t-cat.two_banner {
        top: 5px;
    }

}

@media (min-width: 411px) and (max-width:480px) {

    .t-cat.two_banner b {
        font-size: 24px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 12px;
        line-height: 14px;
    }

    .t-cat.two_banner {
        top: 5px;
    }
}

@media (min-width: 480px) and (max-width: 576px) {
    .t-cat.two_banner b {
        font-size: 25px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 9px;
        font-size: 13px;
        line-height: 20px;
    }

    .t-cat.two_banner {
        top: 5px;
    }

    #content>div:nth-child(5) {
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content>div:nth-child(5) {
        width: 100%;
        padding-top: 25px;
    }

    #content>div:nth-child(5)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(5)>div:nth-child(2) {
        width: 50%;
    }

    .t-cat.two_banner b {
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 11px;
        line-height: 14px;
    }

    .t-cat.two_banner {
        top: 5px;
        margin-top: 0px !important;
    }

    #content>div:nth-child(2)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(2)>div:nth-child(2) {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .t-cat.two_banner b {
        font-size: 24px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 13px;
        line-height: 20px;
    }

    .t-cat.two_banner {
        top: -10px;
    }

    #content>div:nth-child(2)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(2)>div:nth-child(2) {
        width: 50%;
    }

    #content>div:nth-child(5)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(5)>div:nth-child(2) {
        width: 50%;
    }

    body {
        font-size: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .t-cat.two_banner b {
        font-size: 18px;
        font-weight: 700;
        line-height: 0px;
    }

    .t-cat.two_banner p {
        margin-top: 3px;
        font-size: 13px;
        line-height: 20px;
    }

    .t-cat.two_banner {
        top: 0px;
        padding-top: 11px;
        margin-top:0px;
    }

    #content>div:nth-child(5) {

        width: 100%;
        padding-top: 25px;

    }

    .bl-cat {
        width: 400px;
        margin: 0 auto;
    }

    .bl-cat.sec {
        width: 400px;
        margin: 0 auto;
    }
    .bl-cat-principal{
        display: flex;
        flex-direction: column;
    }

}