.custom-models-grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:80%;min-height:2rem;margin-left:50%;display:grid;transform:translate(-50%)}.custom-models{background-color:rgba(255,255,255,.14);border-radius:48px;justify-content:space-between;align-items:center;width:100%;height:350px;padding:1rem;display:flex}.first-half{flex-direction:column;justify-content:space-between;align-items:flex-start;width:50%;height:100%;display:flex}.first-half img{padding-left:1rem}.details{flex-direction:column;justify-content:space-evenly;align-items:flex-start;width:100%;height:50%;display:flex}.name{font-family:Nunito;font-weight:800;font-style:ExtraBold;font-size:32px;line-height:20px}.description{font-family:Nunito;font-weight:600;font-style:SemiBold;letter-spacing:0%;color:rgba(255,255,255,.698);font-size:16px;line-height:19px}.second-half{justify-content:flex-end;align-items:flex-end;width:50%;height:100%;display:flex}.video-div{border-radius:13px;width:180px;height:100%;margin-right:1rem}video{border-radius:13px;width:100%;height:100%}.icons{flex-direction:column;justify-content:space-evenly;align-items:center;gap:1rem;display:flex;position:absolute;bottom:10px;right:5px}@media (max-width:480px){.custom-models-grid{grid-template-columns:repeat(1,1fr);width:100%;margin-left:0;transform:none}.custom-models{border-radius:24px;height:250px;padding:.5rem}.first-half img{width:100px!important;height:100px!important}.name{font-size:24px}.description{font-size:12px}.video-div{border-radius:16px;width:132px}video{border-radius:16px}}@media (max-width:768px) and (min-width:481px){.custom-models-grid{grid-template-columns:repeat(1,1fr);width:100%;margin-bottom:2rem}}@media (max-width:1080px) and (min-width:769px){.custom-models-grid{gap:1rem;width:100%;margin-bottom:2rem}}
