.footer-top .col1 {
    width: 30%;
}

.footer-top .col4 {
    width: 20%;
}

.main-title .main-title-b-2, .main-title .second_txt {
    display: none;
}

.main-title .main-title-b {
    font-size: 40px;
    line-height: 40px;
    color: #004473;
    font-weight: 300;
    position: relative;
    margin: 0;
    display: block;
    margin-bottom: 11px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.main-title .main-title-b::first-letter {
    font-weight: bold;
}

.page-a .a-title div:nth-child(2), .page-a .a-title div:nth-child(3) {
    letter-spacing: 0;
}

@media screen and (max-width: 1500px){
    .footer-top .col1 {
        width: 35%;
    }
    .footer-top .col4{
        width: 20%;
    }
    .footer-top .col4{
        width: 25%;
    }
}


@media screen and (max-width: 1280px) {
    .footer-top .col1, .footer-top .col2, .footer-top .col3, .footer-top .col4 {
        width: 50%;
    }
    .footer-top .col1, .footer-top .col4 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .footer-top .col.col4 {
        width: 100%;
    }
}