.item-boxs {border-radius: 20px;border: 1px solid #EDEDED;background: rgba(255, 255, 255, 0.72);box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4),
  inset 0 -1px 2px rgba(255, 255, 255, 0.3), 0 8px 20px rgba(0, 0, 0, 0.08);;backdrop-filter: blur(10px); transition: transform 0.35s ease, box-shadow 0.35s ease;will-change: transform;}
.partnerscollaborators-vector {position: absolute; bottom:-31vw; left: 0;z-index: 0;width: 100%;} 
.item-boxs:hover {transform: scale(1.04); border: 1px solid #DE392E;}

@media (max-width: 1680px) {
.item-boxs h3 {font-size: 0.875rem;}
}

@media (max-width: 1023px) {
.partnerscollaborators-vector {bottom:0;}
}
@media (max-width: 767px) {

}