/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.page-header {
    display: none;
}

.sponsors-list {
    margin-top: 30px;
}

.sponsors-list__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.sponsors-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 30px;
    height: 100%;
}

.sponsors-list__item:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.sponsors-list__image, .sponsors-list__content {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.sponsors-list__image img {
    width: 100%;
    height: auto;
}

.sponsors-list__content {
    
}


.sponsors-list__content .sponsors-list__title {
    font-family: "Raleway", sans-serif;
    font-size: 34px;
    color: #000000;
    font-weight: 600;
    max-width: 100%;
}

.sponsors-list__content .sponsors-list__desc {

}

.sponsors-list__desc p {
        font-family: "Poppins", Sans-serif;
        font-size: 14px;
        line-height: 25px;
    
        max-width: 100%;
    
        color: #7a7a7a;
}


@media screen and (max-width: 768px) {

    .sponsors-list__item, .sponsors-list__item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .sponsors-list__image, .sponsors-list__content {
        width: 100%;
    }

}

@media screen and (min-width: 769px) {



}
