.photoCardWrapper{display:flex;flex-direction:column;background-color:#fff;border-radius:.8rem;overflow:hidden;margin-bottom:5rem}.photoCardWrapper .photoCard{display:flex;flex-direction:row;gap:0;border-bottom-left-radius:.4rem;transition:box-shadow .3s ease,transform .3s ease;align-items:stretch;min-height:240px}@media(min-width:1024px){.photoCardWrapper .photoCard{min-height:270px}}.photoCardWrapper .photoCard:hover{box-shadow:0 8px 20px rgba(0,0,0,.25)}.imageContainer{flex:0 0 50%;width:50%;height:auto;flex-shrink:0;position:relative;overflow:hidden}@media(max-width:1024px){.imageContainer{flex-basis:48%;width:48%}}@media(max-width:768px){.imageContainer{flex-basis:46%;width:46%}}@media(max-width:480px){.imageContainer{flex-basis:44%;width:44%}}.imageContainer img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content{width:auto;flex:1 1 50%;padding:1.1rem;background-color:#fecaca;display:flex;flex-direction:column;justify-content:space-between;border-bottom-right-radius:.4rem}@media(max-width:1024px){.content{padding:1rem}}@media(max-width:768px){.content{padding:.9rem}}@media(max-width:480px){.content{padding:.8rem}}.content .topSection{display:flex;justify-content:space-between;gap:.5rem}.content .topSection .logo{height:auto;-o-object-fit:contain;object-fit:contain;width:90px}@media(max-width:1024px){.content .topSection .logo{width:80px}}@media(max-width:768px){.content .topSection .logo{width:70px}}@media(max-width:480px){.content .topSection .logo{width:64px}}.content .topSection .play-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.content .topSection .play-button svg{fill:#fff;width:16px;height:16px}.content .topSection .play-button:hover{color:#374151}.content .topSection .collabText{font-size:.8rem;color:#374151;white-space:nowrap}.content .topSection .companyLogo{max-height:40px;-o-object-fit:contain;object-fit:contain}.content .bottomSection{margin-top:1rem;text-align:left}.content .bottomSection .name{color:#000;font-size:20px;font-style:normal;font-weight:600;line-height:34px}.content .bottomSection .companyName,.content .bottomSection .position{color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:157%}.ceoSection{padding:1.5rem 1rem;color:#1d3676;font-family:Roboto;font-size:17px;font-style:normal;font-weight:400;line-height:28px}@media(min-width:768px){.ceoSection{padding:2rem 1.5rem;font-size:19px;line-height:33px}}.videosLayout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;padding:0 84px;margin-top:40px}@media(max-width:1024px){.videosLayout{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 48px}}@media(max-width:768px){.videosLayout{grid-template-columns:1fr;gap:16px;padding:0 24px}}@media(max-width:480px){.videosLayout{gap:12px;padding:0 16px}}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:999;margin-top:45px}.video-modal{background:#fff;padding:20px;border-radius:10px;position:relative}.close-btn{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0);border:none;font-size:24px;cursor:pointer}.pagination-wrapper{display:flex;justify-content:flex-end;margin-top:20px;margin-bottom:20px;margin-right:84px}@media(max-width:1024px){.pagination-wrapper{margin-right:48px}}@media(max-width:768px){.pagination-wrapper{justify-content:center;margin-right:0}}