@media (min-width: 768px) and (max-width: 991.99px) {
    .footer_2 .footer_info p {
        color: white;
    }
    .display_pc{
        display: none !important;
    }
    .display_mobile{
        display:block !important;
    }
}
@media (max-width: 575.99px) {
    .footer_2 .footer_info p {
        color: white;
    }
    .display_pc{
        display: none !important;
    }
    .display_mobile{
        display:block !important;
    }
    .banner {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.display_pc{
        display:block;
    }
    .display_mobile{
        display:none;
    }
    
.footer_2 .footer_post h3, .footer_2 .footer_link h3,
.footer_2 .footer_link ul li a,
.footer_2 .footer_info ul li a,
.footer_2 .footer_post ul li .text a,
.footer_2 .footer_copyright p,
.footer_2 .footer_info p{
    color: white !important;
}