.photoCardWrapper{display:flex;flex-direction:column;background-color:#fff;border-radius:.8rem;overflow:hidden;margin-bottom:5rem}.photoCardWrapper .photoCard{display:flex;flex-direction:column;border-bottom-left-radius:.4rem;transition:box-shadow .3s ease,transform .3s ease}@media(min-width:768px){.photoCardWrapper .photoCard{flex-direction:row;align-items:stretch}}.photoCardWrapper .photoCard:hover{box-shadow:0 8px 20px rgba(0,0,0,.25)}.imageContainer{width:100%;height:200px;flex-shrink:0}@media(min-width:768px){.imageContainer{width:50%;height:auto;max-height:287px}}.imageContainer img{width:100%;height:250px;-o-object-fit:contain;object-fit:contain}.content{width:100%;padding:1.1rem;background-color:#fecaca;display:flex;flex-direction:column;justify-content:space-between;border-bottom-right-radius:.4rem}@media(min-width:768px){.content{width:50%}}.content .topSection{display:flex;justify-content:space-between;gap:.5rem}.content .topSection .logo{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media(min-width:1024px){.content .topSection .logo{width:100px}}.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:center}@media(min-width:768px){.content .bottomSection{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:1fr 1fr;gap:32px;padding:0 84px;margin-top:40px}@media(max-width:768px){.videosLayout{grid-template-columns:1fr}}.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}