.home-about-custom {
    background-color: #276C91;
    color: white;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-52vw + 50%);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: "freight-sans-pro", sans-serif!important;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {

    .home-about-custom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-right: -55px;
        margin-left: -20px;
        padding-right: 60px;
    }

}

@media screen and (max-width: 767px) {

    .home-about-custom {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-52vw + 50%);
    }

}



.onepagepro-body .home-about-custom h2 {
    font-size: 25px;
    color: #FFF;
    margin-top: 7px;
}

.home-about-custom .col-2 {
    font-size: 25px;
    color: #FFF;
}

.home-about-custom .col-2 {
    font-size: 25px;
    color: #FFF;
}

.onepagepro-body .home-about-custom a {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;;
}

.onepagepro-body .home-about-custom a .arrow{
    opacity: 0.7;
}

.onepagepro-body .home-about-custom a:hover {
    color: #FFF;
}

@media screen and (max-width: 767px) {

    .onepagepro-body .home-about-custom h2 {
        font-size: 18px;
    }

    .home-about-custom .col-2 p {
        font-size: 18px;
    }

    .onepagepro-body .home-about-custom a {
        font-size: 18px;
    }

}


/* Col SIZES */

.home-about-custom .col-1 {
    margin-left: calc(((100vw - 1320px)/2) + 37px);
    width: 25%;
}

.home-about-custom .col-2 {
    margin-right: calc(((100vw - 1320px)/2) + 37px);
    width: 75%;
}

@media screen and (max-width: 496px) {

    .home-about-custom .col-1 {
        margin-left: 30px!important;
        margin-right: 30px!important;
    }

    .home-about-custom .col-2 {
        margin-left: 30px!important;
        margin-right: 30px!important;
    }

}

@media screen and (max-width: 1320px) {

    .home-about-custom .col-1 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .home-about-custom .col-2 {
        margin-left: 50px;
        margin-right: 50px;
    }

}

@media screen and (max-width: 1024px) {

    .home-about-custom .col-1 {
        width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }

    .home-about-custom .col-2 {
        width: 100%;
        margin-right: 30px;
        margin-left: 30px;
    }

}

@media screen and (max-width: 767px) {

    .home-about-custom .col-1 {
       margin-left: calc(((100vw - 485px)/2) + 20px);
       width: calc(100% - calc(((100vw - 485px)/2) + 20px) * 1.5);
    }

    .home-about-custom .col-2 {
        margin-left: calc(((100vw - 485px)/2) + 20px);
        width: calc(100% - calc(((100vw - 485px)/2) + 20px) * 1.5);
    }

}


@media screen and (max-width: 496px) {

    .home-about-custom .col-1 {
       margin-left: calc(((100vw - 485px)/2) + 20px);
       width: 100%;
    }

    .home-about-custom .col-2 {
        margin-left: calc(((100vw - 485px)/2) + 20px);
        width: 100%;
    }

}
