.navBar-li .nav-link:nth-of-type(4) {
    color: #cf3339 !important;
    border-bottom: 2px solid #cf3339;
}

.footer-content-Menu ul li:nth-of-type(5) a {
    color: #cf3339;
}

.text-size {
    font-size: 31px;
}

.p-5 {
    padding-left: 33px !important;
    padding-right: 33px !important;
}

.p-5 img {
    width: 360px;
    height: 360px;
}

@media (max-width: 767px) {
    .flex-column .nav-item:nth-of-type(4) a {
        color: #cf3339;
    }

    .p-5 {
        padding: 10px !important;
    }

    .col-12 {
        justify-content: space-around !important;
    }

    .p-5 img {
        width: 360px;
        height: auto;
    }

    .text-size {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner-content div:last-child, .button, .Login-href {
        font-size: 12px;
    }
    .navBar-li .nav-link{
        font-size: 16px;
    }

    .select-list-link {
        font-size: 12px !important;
    }

    .text-size {
        font-size: 18px;
    }

    .footer-content-Menu .active {
        font-size: 18px;
    }

    .footer-content, .footer-content > div {
        padding-top: 30px !important;
    }

    .footer-content-Introduction div {
        font-size: 12px;
    }

    .footer-content-Menu {
        font-size: 14px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-content div:last-child, .button, .Login-href {
        font-size: 16px;
    }
    .navBar-li .nav-link{
        font-size: 20px;
    }

    .select-list-link {
        font-size: 16px !important;
    }

    .text-size {
        font-size: 24px;
    }

    .footer-content-Menu .active {
        font-size: 24px;
    }

    .footer-content, .footer-content > div {
        padding-top: 20px !important;
    }

    .footer-content-Introduction div {
        font-size: 16px;
    }

    .footer-content-Menu {
        font-size: 18px;
    }

}