.banks-slider {
margin-bottom: 60px;
cursor: grab;
}
.banks-slider .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--color-white);
padding: clamp(2.5rem, 5.593vw - 1.086rem, 5.625rem) 1rem;
aspect-ratio: 1 / 1;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}
.broker-section .container{
display: flex;
justify-content: space-between;
gap: 50px;
margin-bottom: clamp(3.75rem, 4.474vw + 0.881rem, 6.25rem);
}
.broker-left{
width: 100%;
}
.broker-title{
font-size: clamp(1.75rem, 0.447vw + 1.463rem, 2rem);
width: 100%;
text-align: center;
font-weight: 400;
margin-bottom: clamp(2.5rem, 2.237vw + 1.065rem, 3.75rem);
}
.broker-right{
flex: 275px 1 0;
}
.workers-card{
height: 100%;
}
.broker-grid{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 60px;
}
.broker-grid__btn{
width: 100%;
padding: 1.563rem 10px;
}
.broker-grid__item{
text-align: center;
}
.broker-grid__item-number{
font-size: 2rem;
color: var(--color-text-red);
line-height: 1;
}
.broker-grid__item-text{
font-size: 19px;
line-height: 1.2;
}
.advantages-wrapper{
display: flex;
justify-content: center;
row-gap: 2.5rem;
column-gap: clamp(1.25rem, 2.237vw - 0.185rem, 2.5rem);
flex-wrap: wrap;
}
.advantages-item{
flex: 340px 0 1;
text-align: center;
}
.advantages-icon{
display: inline-block;
width: 120px;
margin-bottom: 35px;
}
.advantages-item__title{
font-size: 19px;
font-weight: 400;
padding-top: clamp(1.875rem, 1.454vw + 0.943rem, 2.688rem);
padding-bottom: clamp(1.563rem, 0.783vw + 1.06rem, 2rem);
}
.advantages-item__text{
font-size: 19px;
font-weight: 300;
line-height: 1.2;
}
@media screen and (max-width: 1450px) {
.broker-grid{
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}
@media screen and (max-width: 1329px){
.workers-card{
height: auto;
}
}
@media screen and (max-width: 768px) {
.broker-section .container{
flex-wrap: wrap;
}
.broker-right{
flex: 320px 0 1;
margin: 0 auto;
}
}