.clients {
    margin-bottom: 100px;
}

.clients .main-promo-box {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 142.3%;
    position: relative;
    width: 50%;
    top: 0px;
    float: left;
}

.clients-promo-box {
    width: 50%;
    float: right;
    padding: 20px 0px 0px 120px;
}

.clientsAll {
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 113px;
}

.clientsAllTxt {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}

.clientsAllTxt h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
}

.clientsBgBox {
    margin: 0px -20px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.clientImg {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
    margin: 0px auto;
}

.imgBg {
    background: rgba(255, 255, 255, 0.4);
    margin: 10px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1000px) {
    .clientsBgBox {
        background-size: cover;
    }
    .clients .main-promo-box {
        font-size: 32px;
        width: 100%;
        float: none;
        clear: both;
    }
    .clients-promo-box {
        width: 100%;
        padding: 50px 0px;
    }
    .clientsAll {
        width: 48%;
        text-align: right;
        float: left;
    }
    .clientsAllTxt {
        float: right;
        width: 48%;
    }
    .clientImg {
        width: 33%;
    }
}
@media (max-width: 1000px) {
    .clientImg {
        width: 50%;
    }
}

@media (max-width: 600px) {
	.clientsAll {
		/*width: 48%;
		text-align: right;
		float: left;*/
		font-size: 60px;
		line-height: 30px;
		text-transform: none !important;
		font-family: Geometria;
	}
	
	.clientsAllTxt h3 {
		font-style: normal;
		font-weight: 800;
		font-size: 24px;
		line-height: 45px;
		text-transform: uppercase;
	}

}