.clients-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 85px;
    padding-bottom: 110px;
}
.clients-section .block-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clients-section .small-intro {
    font-family: "Albert Sans", sans-serif;
    color: #5044eb;
    font-weight: 700;
}
.clients-section .small-intro::after {
    background-color: #5044eb;
}
.clients-section h2 {
    font-family: "Albert Sans";
    color: #1F1F1F;
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 4rem;
}
.clients-section h2 span {
    color: #5044eb;
}
.clients-images {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}
.clients-images img {
    max-width: 20%;
    filter: grayscale(100);
    box-sizing: border-box;
    border-right: 1px solid #e9e8e8;
    border-bottom: 1px solid #e9e8e8;
}
.clients-images img:nth-of-type(5n) {
    border-right: none;
}
.clients-images img:hover {
    filter: grayscale(0);
    cursor: pointer;
}
.clients-images img:nth-last-child(-n+5) {
    border-bottom: none!important;
}
#load-more-btn-clients {
    color: #fff !important;
    padding: 18px 36px;
    font-size: 14px;
    background-color: #5044EB;
    transition: 0.9s;
    border-radius: 12px;
    font-family: "Albert Sans", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-top: 50px;
    letter-spacing: 1px;
}
#load-more-btn-clients:hover {
    background-color: #3a30c7;
    cursor: pointer;
}
.load-more-button-section {
    display: flex;
    flex-direction: column;    
    align-items: center;
}
.load-more-button-section p {
    font-weight: 400;
}
@media only screen and (max-width: 1050px) { 
    .clients-section h2 { 
        font-size: 2.8rem!important;
    }
}
@media only screen and (max-width: 1000px) { 
    .clients-images img {
        max-width: 25%; 
        border-right: 1px solid #e9e8e8!important;
        border-bottom: 1px solid #e9e8e8!important;
    }
    .clients-images img:nth-last-child(-n+5) {
        border-bottom: 1px solid #e9e8e8!important;
    }
    .clients-images img:nth-last-child(-n+4) {
        border-bottom: none!important;
    }
    .clients-images img:nth-of-type(4n) {
        border-right: none!important;
    }
}
@media only screen and (max-width: 600px) { 
    .clients-images img {
        max-width: 33.33%; 
        border-right: 1px solid #e9e8e8!important;
        border-bottom: 1px solid #e9e8e8!important;
    }
    .clients-images img:nth-last-child(-n+4) {
        border-bottom: 1px solid #e9e8e8!important;
    }
    .clients-images img:nth-of-type(4n) {
        border-right: 1px solid #e9e8e8!important;
    }

    .clients-images img:nth-last-child(-n+3) {
        border-bottom: none!important;
    }
    .clients-images img:nth-of-type(3n) {
        border-right: none!important;
    }
}
@media only screen and (max-width: 500px) { 
    .clients-section h2 { 
        font-size: 2.1rem!important;
    }
}