body.widget-snippet .our-clints-all .our-clints-single {
  padding:10px;
}

.our-clients-area {
    background: #EFF0F3;
    padding: 120px 0 150px;
}
.our-clients-container {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.our-clients-head {
    text-align: center;
    margin: 0 0 30px;
}
.our-clients-head .title {
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
    margin: 0 0 7px;
}
.our-clients-head .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.our-clints-all {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 6px;
}
.our-clints-all .our-clints-single img {
    width: 100%;
    border-radius: 8px;
}
.our-clients-link {
    text-align: center;
    margin: 30px 0 0;
}
.our-clients-link .link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: 0.1s;
}
.our-clients-link .link span:hover {
    color: #F6A335;
}
.our-clients-link .link svg {
    margin-left: 11px;
  	margin-top: 2px;
    transition: 0.1s;
}
