.trin-background-with-text {
    padding: 90px 0;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.trin-background-with-text-image {
    display: none;
}

.trin-background-with-text-body {
    max-width: 510px;
    margin: auto;
    padding: 25px 49px 6%;
    padding-right: 50%;
    text-align: left;
}

.trin-background-with-text-body p,
.trin-background-with-text-body h2 {
    color: #fff;
}

.trin-background-with-text .cta-button {
    background-color: #2178ac;
    border-color: #2178ac;
}

.trin-background-with-text .cta-button:hover {
    box-shadow: 0 0 0 1px #2178ac;
}

@media screen and (min-width: 1100px) {
    .trin-background-with-text-body {
        padding-left: 110px;
    }
}

@media screen and (min-width: 1280px) {
    .trin-background-with-text {
        background-size: 60%;
    }
}

@media screen and (max-width: 750px) {
    .trin-background-with-text {
        padding: 0;
        background-image: none !important;
    }

    .trin-background-with-text-image {
        display: block;
        width: 100%;
    }

    .trin-background-with-text-body {
        padding-top: 0;
        padding-right: 49px;
        padding-bottom: 70px;
    }
}