.double-cta {
    position: relative;
    color: #00263E;
    margin-bottom: 40px;
}

.double-cta-column {
    position: relative;
    padding: 0;
    columns: #00263E;
    border-radius: 15px;
    text-align: center;
}

.double-cta-image {
    width: 160px;
    position: relative;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}

.double-cta-image:after {
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 99;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00263e+0,00263e+55,00263e+100&0+0,0.77+55,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.77) 55%, rgba(0, 38, 62, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.77) 55%, rgba(0, 38, 62, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 38, 62, 0) 0%, rgba(0, 38, 62, 0.77) 55%, rgba(0, 38, 62, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000263e', endColorstr='#00263e', GradientType=0);
    /* IE6-9 */
}

.double-cta-image .bg-img,
.double-cta-image .logo-commercial {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.double-cta-image .bg-img {
    width: 100%;
    height: 100%;
}

.double-cta-image .logo-commercial {
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    z-index: 100;
}

.double-cta-column p {
    line-height: 1.5em;
    padding-bottom: 0.938em;
    /*15px*/
}

.double-cta-text {
    background: #D2EB15;
    box-shadow: 0 3px 20px rgba(0,38,62,.16);
    border-radius: 20px;
    padding: 1em 1em 1.5em;
}

.double-cta-text:first-child {
    margin-bottom: 1em;
}

.double-cta-btn .btn {
	font-size: 18px;
	font-weight: 700;
    width: auto;
	min-height: 40px;
	margin-bottom: 0;
    flex-wrap: nowrap;
    padding: .75em 2.5em;
}

.double-cta-btn .btn:hover {
    background-color: #D2EB15;
}

.double-cta-text:nth-child(2) .double-cta-btn .btn:hover {
    background-color: #F6B332;
}

@media (min-width: 768px) {
    .double-cta {
        padding-bottom: 30px;
    }

    .double-cta-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 0;
    }

    .double-cta-text {
        width: 49%;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: space-between;
    }

    .double-cta-text:first-child {
        margin-bottom: 0;
    }

    .double-cta-btn .btn {
        width: 260px;
        min-height: 40px;
    }

    .double-cta-column p {
        font-size: 16px;
        padding-bottom: 0.5em;
    }
}

@media (min-width: 1200px) {
    .double-cta {
        padding-top: 0;
    }

    .double-cta-column {
        margin-top: -36px;
    }

    .double-cta-column p {
        font-size: 30px;
    }

    .double-cta-image {
        width: 316px;
        position: relative;
    }
}