.transport-freight-banner-section h1,.transport-freight-banner-section a,.transport-freight-banner-section .wp-block-button__link,.transport-freight-learn-more-section h3,.transport-freight-learn-more-section .wp-block-button__link{
    font-family: 'Montserrat', sans-serif;
}

/*transport-freight-banner-section*/
.service-section  {
    padding: 50px 0;
}
.service-section h3:after{
    content: '';
    width: 80px;
    height: 1px;
    background: #17d2fc;
    display: block;
    margin: 10px auto 40px;
}
.service-section .service-content {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
}
.service-section .service-content img{
    margin: 0;
}
.service-section .service-content figure {
    margin: 0;
    display: block;
    text-align: center;
    justify-items: center;
}
.service-section .service-content h4 {
    padding: 0;
    margin: 0 0 5px auto;
    position: relative;
    width: max-content;
}
.service-section .service-content p {
    margin-bottom: 0;
}
.service-section .service-content h4:before {
    content: '';
    width: 30%;
    height: 1px;
    background: #17d2fc;
    position: absolute;
    left: -32%;
    bottom: 5px;
}
.service-section .service-outer:nth-child(2) .service-content h4:before {
    left: auto;
    right: -32%;
}
.service-section .service-outer:nth-child(2) .service-content h4 {
    margin-right: auto;
    margin-left: 0;
}