#side-by-side {
    width: 100%;
    margin-top: 230px;
    padding-bottom: 70px;
    padding-top: 190px;
    position: relative;
    background-color: var(--tca-blue);
}
#side-by-side .container {
    z-index: 2;
    margin-top: -400px;
    position: relative;
}
#side-by-side .container .row {
    padding: 0 5%;
}
#side-by-side .container .row .col:first-child {
    margin-top: 0;
}
#side-by-side .container .row .col {
    padding: 50px;
    margin-top: 142px;
}
#side-by-side .container .row .col .cb5-img {
    width: 100%;
    margin-bottom: 25px;
    box-shadow: -15px -15px 0 -5px var(--black);
}
#side-by-side .container .row .col .cb5-img img {
    width: 100%;
}
#side-by-side .container .row .col h6 {
    color: var(--dark-blue);
    text-transform: uppercase;
}
#side-by-side .container .row .col h2 {
    color: var(--white);
    font-size: 48px;
    margin-bottom: 30px;
}
#side-by-side .container .row .col hr {
    width: 40%;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 6px;
    background: var(--white);
    position: relative;
}
#side-by-side .container .row .col p {
    margin: 40px 0;
    font-size: 20px;
    color: var(--white);
}
#side-by-side .container .row .col .btn-primary {
    padding: 17px;
    font-size: 15px;
    min-width: 223px;
    min-height: 67px;
    text-align: center;
    color: var(--white);
    display: inline-block;
    letter-spacing: 0.175em;
    border-color: var(--white);
    text-transform: uppercase;
    font-family: Gilroy-Bold, Arial, Helvetica, sans-serif;
}
#side-by-side .cb5-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
}
@media only screen and (max-width: 767.98px) {
    #side-by-side {
        overflow: visible;
        padding-top: 30px;
        margin-top: 110px;
        background-image: url(../../images/cb5-bg-xs.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    #side-by-side .cb5-bg {
        display: none;
    }
    #side-by-side .container {
        padding: 0 38px;
        margin-top: -80px;
    }
    #side-by-side .container .row {
        padding: 0;
    }
    #side-by-side .container .row .col {
        padding: 0;
        margin-top: 80px;
    }
    #side-by-side .container .row .col h6 {
        font-size: 32px;
        padding-bottom: 10px;
    }
    #side-by-side .container .row .col .cb5-img {
        margin-left: -3px;
    }
    #side-by-side .container .row .col h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #side-by-side .container .row .col hr {
        width: 195px;
    }
    #side-by-side .container .row .col p {
        margin: 30px 0;
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #side-by-side {
        margin-top: 160px;
        padding-bottom: 40px;
    }
    #side-by-side .container .row {
        padding: 0;
    }
    #side-by-side .container .row .col h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #side-by-side .container .row .col p {
        margin: 30px 0;
        font-size: 18px;
    }
    #side-by-side .container {
        margin-top: -320px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    #side-by-side .container .row .col h2 {
        font-size: 40px;
    }
    #side-by-side .container .row .col p {
        font-size: 18px;
    }
}
