.widget {
    margin-bottom: 75px;
}

.widget--image {
    text-align: center;
}

.widget--image img {
    width: 100%;
}

.widget--download .download__text {
    padding: 27px 0;
}

.widget--download .download__text span:before {
    font-size: 1.4375rem;
    position: relative;
    top: 6px;
    margin-right: 13px;
    color: #dc2609;
}

.widget--cta {
    background-color: #4bc68d;
    padding: 35px 50px;
}

.widget--cta .cta__contact-data {
    font-size: 1rem;
}

.widget--cta .cta__contact-data span, .widget--cta .cta__contact-data a {
    color: #fff !important;
    font-weight: 600;
}

.widget--cta .cta__contact-data span:before {
    font-size: 1.125rem;
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.widget--video .video__container {
    margin-left: 0;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.widget--video .video__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 769px) {
    .widget--image img {
        width: 75%;
    }
    .widget--video .video__container {
        width: 75%;
        margin-left: 12.5%;
        padding-top: 42.1875%;
    }
}