.cargo-transport-banner-section {
    font-family: 'Montserrat', sans-serif;
}
.cargo-transport-banner-section{
    width: auto;
    height: auto;
}
/*cargo-transport-banner-section*/
.cargo-transport-banner-section h1{
    font-weight: 700;
}
.cargo-transport-banner-section .wp-block-button a,.cargo-transport-about-section .wp-block-button a{
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    padding: 10px 17px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    background: #ff8700 !important;
    font-size: 16px;
}
.cargo-transport-banner-section a.wp-block-button__link:after,.cargo-transport-about-section a.wp-block-button__link:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}
/*cargo-transport-aboutus-section*/
.cargo-transport-about-section h2 {
    font-weight: bold;
}
.cargo-transport-about-section h2:after{
    content: '';
    padding: 1px;
    background: #000;
    opacity: 1;
    display: block;
    width: 16%;
}
.cargo-transport-about-section .contact p{
    font-weight: bold;
}
.cargo-transport-about-section .contact {
    margin-bottom: auto;
}
@media screen and (min-width: 320px) and (max-width:720px) {
    .cargo-transport-banner-section h1{
        font-size: 30px !important;
    } 
    .cargo-transport-about-section h2 {
        font-size: 18px;
    }
    .cargo-transport-about-section .contact {
        gap: 0em;
    }
    .cargo-transport-about-section .wp-block-button{
        margin-bottom: 0px !important;
    }
}
@media screen and (min-width: 721px) and (max-width:991px) {
    .wp-block-columns.cargo-transport-about-section-colum {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns.contact {
        display: none;
    }
    .cargo-transport-about-section h3{
        display: none;
    }
    .cargo-transport-about-section h2 {
       font-size: 20px;
    }
}
