.agentList{display:flex;align-items:center;justify-content:space-between;margin-top:3rem;overflow:hidden;width:100%;padding-bottom:8px;.agentCard{width:100%;.agentCard__body{position:relative;width:100%;max-height:420px;min-width:min(373px,(100% - 32px));@media screen and (max-width:768px){max-height:inherit;min-height:420px}.agent-image{border-radius:8px;width:100%;height:100%;max-height:420px;object-fit:cover;@media screen and (max-width:1366px){max-height:375px}@media screen and (max-width:992px){max-height:345px}@media screen and (max-width:768px){max-height:inherit;min-height:420px}}.agentCard__content{position:absolute;display:flex;flex-direction:column;padding:8px 16px;border-radius:8px;background:rgba(255,255,255,.2);backdrop-filter:blur(12.5px);bottom:24px;left:24px;right:24px;gap:8px;min-height:20px;transition:min-height .3s ease-in-out;.card-title{color:#fff;font-size:18px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center;justify-content:space-between}.card-subTitle{font-weight:500;line-height:24px}.card-description,.card-subTitle{color:#fff;font-size:14px;font-style:normal}.card-description{font-weight:300;line-height:16px}.card-keyPoints{display:none;flex-direction:column;gap:8px;margin-top:8px;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px;li{display:flex;gap:4px;align-items:start;svg{margin-top:2px}}}}.agentCard__content:hover{top:24px;max-height:calc(100% - 48px);background:rgba(0,0,0,.35);height:100%;overflow-y:auto;.icon{rotate:180deg}.card-keyPoints{display:flex}}}.agentCard__footer{display:flex;gap:18px;align-items:center;padding-block:16px;cursor:pointer;color:#17181d;font-size:18px;font-style:normal;font-weight:400;line-height:normal;width:min(100%,373px);img{width:20px;height:20px;flex-shrink:0}}}}@media (max-width:767px){.agents{.custom-dots-container{justify-content:flex-start;padding-left:17px}}}