.paragraph--type--section-image-video{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
@media(min-width: 1024px){
    .paragraph--type--section-image-video{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        min-height: 48rem;
    }
}

.paragraph--type--section-image-video .section-image-video-text{
    padding: 2.5rem;
}
@media(min-width: 1024px){
    .paragraph--type--section-image-video .section-image-video-text{
        padding: 4.6rem 5.5rem;
    }  
}

.paragraph--type--section-image-video .section-image-video-text > h2{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

.paragraph--type--section-image-video .section-image-video-text > h2:before{
    content: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.22241 8.63179L2.27494 15.7524C1.93987 16.0958 1.39664 16.0958 1.0616 15.7524L0.251294 14.9219C-0.0832037 14.5791 -0.0838471 14.0234 0.249864 13.6798L5.75586 8.00998L0.249864 2.34019C-0.0838471 1.99655 -0.0832037 1.44091 0.251294 1.09807L1.0616 0.267561C1.39667 -0.0758611 1.9399 -0.0758611 2.27494 0.267561L9.22238 7.3882C9.55745 7.73159 9.55745 8.28836 9.22241 8.63179Z" fill="%23EB0029"/></svg>');
    display: block;
    height: 1.6rem;
    width: auto;
}

.paragraph--type--section-image-video .section-image-video-text p{
    margin-bottom: 1rem;
}

.paragraph--type--section-image-video .section-image-video-media,
.paragraph--type--section-image-video .section-image-video-media > div{
    height: 100%;
}
