.sw19b-boxy-cta {
    padding-top: 108px;
    padding-bottom: 40px;
    position: relative;

    .box {
        max-width: 618px;
        text-align: center;
        border: 1px solid #E6EAEB;
        box-shadow: 0 16px 80px 0 rgba(0,0,0,0.05);
        border-radius: 5px;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        background: #fff;
    }

    .yellow-line {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #fff000;
        content: "";
    }

    a {
        background-color: #5cc72a;
        font-weight: 700;
        color: #FFF;
        padding: 20px 31px 19px;
        text-decoration: none;
        box-shadow: 0 2px 2px rgba(0,0,0,0.08);
        border-radius: 4px;
        transition: background 0.1s;
        display: inline-block;
        letter-spacing: 1px;
        max-width: 100%;
        text-align: center;
        font-size: 13px;
    }

    a:hover {
        background: #49a31f;
    }

    .subtitle {
        color: #788487;
        font-size: 20px;
    }

    .outro {
        color: #788487;
        margin-top: 36px;
    }

    .background {
        position: absolute;
        z-index: -1;
        height: 100%;
        width: 100%;
        top: 0;
        overflow: hidden;
    }

    .background svg {
        bottom: 0;
        position: absolute;
        left: calc(50% - 2140px);
        max-width: none;
    }
}
