﻿.support-matters {
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    background-color: #AE4934;
    padding-top: 76px;
    padding-bottom: 98px;
}

    .support-matters h3 {
        text-transform: uppercase;
        font-size: 16px;
    }

    .support-matters h2 {
        font-size: 35px;
        padding-bottom: 20px;
        color: #fff;
    }

    .support-matters p {
        font-size: 20px;
        line-height: 37px;
        font-family: 'Open Sans';
        text-align: left;
    }

    .support-matters .button-wrapper {
        text-align: left;
    }

    .support-matters .btn-donate {
        padding: 8px 40px;
        font-size: 18px;
        font-weight: 500;
        font-family: Poppins;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border-width: 2px;
        width: 100%;
        background-color: #fff;
        border-color: #fff;
        color: #AE4934;
        z-index: 2;
        position: relative;
    }

@media (min-width: 375px) {
    .support-matters .btn-donate {
        width: 320px;
    }
}

.support-matters a.btn-donate:hover {
    color: #fff;
    background-color: #872E1C;
    border-color: #872E1C;
}

.support-matters .image-spacing-wrapper {
    position: relative;
    height: 100%;
}

.support-matters .make-a-difference-image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 651px;
}

@media (min-width: 992px) {
    .support-matters {
        padding-bottom: 0px;
    }

        .support-matters .button-wrapper {
            text-align: center;
        }

        .support-matters h3 {
            font-size: 18px;
        }

        .support-matters h2 {
            font-size: 49px;
        }

        .support-matters .btn-donate {
            margin-bottom: 96px;
        }
}

section.sponsor-section {
    padding-top: 100px;
    padding-bottom: 150px;
}

section.section-salsalabsframe {
    background-color: #FAF0DC;
}

.slick-dots li button:before {
    color: #ccc;
}

.title-sponsor {
    border: 1px solid #cccccc;
}