.image-and-video-cards-wrapper{background:#eee;padding:60px 8px}@media screen and (min-width:768px){.image-and-video-cards-wrapper{padding:80px 0}}.image-and-video-cards{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:768px){.image-and-video-cards{flex-direction:row}}.image-and-video-cards__text{margin-bottom:33px}@media screen and (min-width:768px){.image-and-video-cards__text{flex:1;margin:0 90px 0 0;max-width:35%}}.image-and-video-cards__heading{color:#000;font-size:clamp(30px,2.5vw,45px);font-weight:600;margin:0 0 20px}.image-and-video-cards__heading *{margin:0}.image-and-video-cards__description{color:#000;font-size:clamp(16px,2.5vw,18px);font-weight:400;margin:0}.image-and-video-cards__grid{display:grid;flex:1;gap:10px;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr)}@media screen and (min-width:992px){.image-and-video-cards__grid{display:grid;flex:1;gap:10px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr)}.image-and-video-cards__grid :first-child{grid-area:1/1/3/2}.image-and-video-cards__grid :nth-child(2){grid-area:1/2/2/3}.image-and-video-cards__grid :nth-child(3){grid-area:2/2/3/3}}.image-and-video-cards__grid *{border-radius:10px}.image-and-video-cards__image{height:279px;max-height:100%;max-width:100%;object-fit:cover;width:100%}@media screen and (min-width:768px){.image-and-video-cards__image{height:179px}}@media screen and (min-width:992px){.image-and-video-cards__image{height:100%}}.image-and-video-cards__video-link{height:179px;position:relative}.image-and-video-cards__video-link .icon-play-button-red{fill:#b41e4a}.image-and-video-cards__video-link:focus .icon-play-button-red,.image-and-video-cards__video-link:hover .icon-play-button-red{fill:#1a447d}@media screen and (min-width:768px){.image-and-video-cards__video-link{position:100%}}.image-and-video-cards__video-link .icon{height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.image-and-video-cards__video-image{height:100%;object-fit:cover;width:100%}