#sponsorsInfoPage .sponsors-info p:not(.article-title) {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
}

#sponsorsInfoPage .sponsors-title {
    display: none;
}
#sponsorsPage header {
    margin-bottom: 40px;
}


#sponsorsPage .sponsors-title h2.article-title {
    position: relative;
}

#sponsorsPage .sponsors-title h2.article-title::after {
    position: absolute;
    content: "";
    background: #C4942F;
    height: 2px;
    width: 100px;
    top: 30px;
    margin-left: 20px;
}

#sponsorsPage .sponsors {
    gap: 50px;
}

#sponsorsPage .sponsors .sponsor:not(.big) {
    width: 12%;
}

#sponsorsPage .sponsors .sponsor.big {
    text-align: center;
}

.sponsors-info .sponsors-wrapper {
    display: flex;
}

.sponsors-info .sponsors-main.center {
    display: flex;
    justify-content: center !important;
    margin-bottom: 40px;
}

.sponsors-info .sponsors-main {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.sponsors-info .sponsors-main .item {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sponsors-info .sponsors-main .item h3 {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 93px;
    color: #000000;
    display: flex;
    justify-content: center;
}

.sponsors-info .sponsors-main .item img {
    width: 250px;
}

.sponsors-info .sponsors-wraper {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.sponsors-info .sponsors-wraper .item {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.sponsors-info .sponsors-wraper .item img {
    width: 150px;
}

.sponsors-info .sponsors-wraper .item #videostroj {
    width: 100px;
}

.sponsors-info .sponsors-wraper .item #work_and_care {
    width: 130px;
}

.sponsors-info .sponsors-wraper .item #adriaticBank {
    width: 200px;
    margin-right: 0px !important;
    margin-left: 50px;
}

.sponsors-info .sponsors-wraper .item #fizioVracar {
    width: 100px;
}

.sponsors-info .sponsors-wraper .item #vianor {
    width: 100px;
}

.sponsors-info .sponsors-wraper .item #west {
    width: 100px;
}
.sponsors-info .sponsors-wraper .item #lasta {
    width: 120px;
}

@media (max-width: 768px) {
    .sponsors-info .sponsors-main .item {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .sponsors-info .sponsors-main {
        flex-wrap: wrap;
        width: 100% !important;
    }
}

@media (max-width: 680px) {
    .sponsors-info .sponsors-wrapper .sponsors-main:first-child .item {
        margin-bottom: 40px;
    }
}