/* teaser cols styles */
.teasers-block .container {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .teasers-block .container {
        padding-top: 30px;
    }
}

@media (min-width: 640px) {
    .cms-teasers-cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 -7px 0 -8px;
    }
}

.cms-teasers-cols .cms-teaser {
    width: 100%;
}

@media (min-width: 640px) {
    .cms-teasers-cols .cms-teaser {
        width: 50%;
        padding: 0 7px 0 8px;
    }
}

@media (min-width: 1024px) {
    .cms-teasers-cols .cms-teaser {
        width: 25%;
    }
}

.cms-teaser {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .cms-teaser {
        margin-bottom: 30px;
    }
}

.cms-teaser h4, .cms-teaser .h4 {
    color: #2d4668;
    font-weight: 700;
    display: block;
    margin: 0 0 6px;
}

.cms-teaser p {
    margin-bottom: 29px;
}

@media (min-width: 768px) {
    .cms-teaser p {
        margin-bottom: 25px;
    }
}

.cms-teaser .btn {
    min-width: 153px;
}

.cms-teaser .image {
    margin-bottom: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

@media (min-width: 768px) {
    .cms-teaser .image {
        margin-bottom: 25px;
    }
}

.cms-teaser .image img {
    display: block;
    width: 100%;
}

.cms-teaser .bg-stretch {
    padding-top: 56.4%;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 639px) {
    .cms-teaser .btn-holder {
        text-align: center;
    }
}
