.parthner-list{
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-left: 0;
}
.parhner-item{
    width: 320px;
    background-color: #f5f5f5;
    padding: 25px 0;
    padding-left: 40px;
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 12px;
    font-weight: 900;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-left: 10px;
}
.zag{
    padding-top: 100px;
    width: 100%;
    text-align: center;
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding-bottom: 60px;
}
.parthner-list2{
    display: flex;
    justify-content: space-around;
    margin-bottom: 120px;
}

.parthner-name{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.parthner-list2-item img{
    display: inline-block;
    margin-right: 15px;
}
.footer{
    background-color: #f9f8f4;
}
@media (max-width: 480px){
    .zag{
        font-size: 20px;
        line-height: 20px;
    }
    .parthner-list2{
        flex-wrap: wrap;

    }
    .parthner-list2-item{
        width: 100%;
    }
}
.entry-header a{
    color: #101010;
    text-decoration: none;
}
.entry-header a:hover{
    color: #101010;
    text-decoration: none;
}