/* .customers{
} */
.customers .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}
.customers_title{

}
.customers_title::after{
    width: 41%;
}
.customers_icon_box{
    display: flex;
    gap: 75px;
    position: absolute;
    transition: 500ms;
    opacity: 0;
    flex-wrap: wrap;
    width: 87%;
}
.customers_icon_box_mini{
    width: 218px;
    height: 218px;
    box-sizing:border-box;
    background: #FFFFFF;
    border-radius: 18.6217px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    filter: drop-shadow(0px 3.82498px 3.82498px rgba(0, 0, 0, 0.25));
    
}

.transition{
    -o-transform: scale(2, 0.5);
  -ms-transform: scale(1.2, 0.5);
  -moz-transform: scale(1.2, 0.5);
  -webkit-transform: scale(1.2, 0.5);
  transform: scale(0, 0);
}
.active_box{
    opacity: 1;

}
.customers_icon_img{
    max-width: 100%;
    max-height: 100%;
}
.customers_body{
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.strategy_switch:hover{
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #ffe796 0%, #d5c696d9 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    transition: 300ms;
}
section.customers {
    margin-bottom: 100px;

}