.cw2-cta-section {
    display: flex;
    padding: 49px 0 40px 74px;
    background-color: #fff;
    line-height: 1.2;
}

.cw2-cta-section .info {
    flex: 1;
    padding: 10px 45px 0 0;
}

.cw2-cta-section .info .title {
    margin-bottom: 20px;
    font-weight: 700;
}

.cw2-cta-section .info .subtitle {
    margin-bottom: 25px;
    font-weight: 700;
}

.cw2-cta-section .info .text {
    margin-bottom: 29px;
    line-height: 1.3333;
}

.cw2-cta-section .info .text a {
    text-decoration: none;
    border-bottom: 1px solid #fdc743;
    transition: none;
}

.cw2-cta-section .info .text a:hover {
    border-bottom: none;
}

.cw2-cta-section .info .button .btn {
    width: 272px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    font-size: 22px;
}

.cw2-cta-section .image-wrapper {
    flex: 0 0 355px;
    max-width: 355px;
}

.cw2-cta-section .frame {
    position: relative;
    max-width: 266px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cw2-cta-section .frame:after {
    position: relative;
    content: "";
    display: block;
    padding-bottom: 139.5%;
    background: url('../../assets/images/shield.png') no-repeat center;
    background-size: cover;
    z-index: 5;
}

.cw2-cta-section .frame img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .cw2-cta-section {
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cw2-cta-section .info {
        order: 10;
        padding-right: 0;
    }

    .cw2-cta-section .image-wrapper {
        flex: 1;
        width: 100%;
        max-width: unset;
        order: 5;
    }

    .cw2-cta-section .image-wrapper .frame {
        margin-left: auto;
        margin-right: auto;
    }
}
