.group-list .groups-container{display:flex;flex-direction:column;gap:40px}.group-list .groups-container .group-row-block .group-row-title{font-size:18px;font-weight:800;color:#0d3e87;margin:0px 0px 14px 0px}.group-list .vc-group-list{display:flex;flex-wrap:wrap;gap:14px 24px}.group-list .vc-group-list .vc-group{display:flex;align-items:center;justify-content:start;border:2px solid #262a331a;border-radius:4px;padding:23px 16px !important;min-height:70px;max-height:70px;overflow:hidden;width:20.6%;transition:border 0.3s ease,color 0.3s ease}.group-list .vc-group-list .vc-group .name{color:#262a33;font-size:18px;font-weight:800;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.group-list .vc-group-list .vc-group:hover{border:2px solid #007aff}.group-list .vc-group-list .vc-group:hover .name{color:#0d3e87}@media only screen and (max-width:670px){.group-list .vc-group-list .vc-group{width:100%}}