.first-block .container {
    margin: 0 auto;
    width: 60%;
}

@media (max-width: 768px) {
    .first-block .container {
        width: 100%;
    }
}

.first-block #vision {
    margin: 3rem 0;

}

.first-block #vision p {
    margin-bottom: 0;
}

.content-box hr {
    height: 2px;
    margin-bottom: 3rem;
}

.partner-title {
    font-size: 40px;
}

.partner-logos img {
    height: 190px;
    object-fit: contain;
}

#org-box {
    border-right: 1px solid #000000;
    padding-right: 4rem;
}

#org-box .logo-imgs img:first-child{
    padding-left:2rem;
}

@media(max-width: 768px) {
    #org-box .logo-imgs img:first-child{
        padding-left:0rem;
    }
}

#co-box {
    padding-left: 4rem;
}

#co-box .logo-imgs a {
    padding: 2rem;
}

#co-box .logo-imgs a:first-child {
    padding-left: 0;
}

#venue-box {
    /*padding: 3rem 0;*/
}

#venue-box img {
    height: 90px;
}

.graybg {
    background: #e2e2e2;
    padding:2rem 2rem;
}

.partner-logos .title {
    font-weight: 700;
}

#support-box ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

#support-box ul li {
    width: 25%;
    padding: 0 20px;
}

#support-box ul li:nth-child(1) {
    width: 33%;
}

#support-box img {
    height: 160px;
}

.blackimg {
    filter: brightness(0%);
}


@media(max-width: 768px){
    .partner-title{
        margin-top:2rem;
    }
    #org-box{
        width: 100%;
        padding:0;
        border:0;
    }
    #co-box{
        width: 100%;
        padding:0;
        margin-top:1rem;
    }
    .partner-logos img{
        height: 120px!important;
    }
    #co-box .logo-imgs a{
        padding:0rem 2rem;
    }
    .partner-logos #co-box  .title{
        margin-bottom: 0!important;
        margin-top:1rem;
    }
    .graybg {
        padding:1rem 1rem;
    }
}


.img-list{
    display: flex;
}
.img-list .img-item{
    width: 25%;
}
.img-list .img-item:nth-of-type(1),
.img-list .img-item:nth-of-type(2),
.img-list .img-item:nth-of-type(3),
.img-list .img-item:nth-of-type(8),
.img-list .img-item:nth-of-type(9),
.img-list .img-item:nth-of-type(10),
.img-list .img-item:nth-of-type(15),
.img-list .img-item:nth-of-type(16),
.img-list .img-item:nth-of-type(17)
{
    width: 33.333333%;
}
.img-list .img-item:nth-of-type(18),
.img-list .img-item:nth-of-type(19){
    width: 50%;
}

.img-list .img-item:nth-of-type(2) img{
    width: 90%;
    height: auto;
}
@media(max-width: 768px){
    .img-list .img-item{
        width: 50%!important;
    }
    .first-block .whitebg .row{
        flex-direction: row;
    }
    .img-list .img-item:nth-of-type(3){
        height: auto!important;
        display: flex;
        align-self: center;
    }
    .img-list .img-item:nth-of-type(2) img{
        width: 100%;
    }
}


.films-btn{
    margin:3rem 0;
}
.films-btn a{
    padding:10px 30px;
    background:#e29000;
    text-align: center;
    color:#ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}