blocknote{
    border-color: #D42127;
    margin: 10px 0px 25px 35px;
    padding: 15px 0 15px 20px;
}
.stylized_zigzag{
    padding: 3rem 0;
}
.flex_stylized_zigzag{
    gap: 3rem;
}
.stylized_zigzag p {
    font-size: 1rem;
    margin: 0;
    padding: 1rem 0;
}
.stylized_zigzag_img{
    border-radius: 1rem;
    max-height: 60vh;
    object-fit: cover;
}
.stylized_zigzag_img_div{
    flex:2;
}
.stylized_zigzag_video_div{
    flex: unset;
}
.stylized_zigzag_video_div video{
    flex: unset;
    max-height: 60vh;
}
.stylized_zigzag_content{
    margin-left: -15rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    flex: 1.5;
}
.stylized_zigzag_content h1,.stylized_zigzag_content h2,.stylized_zigzag_content h3,.stylized_zigzag_content h4,.stylized_zigzag_content h5, .stylized_zigzag_content h6{
    margin: 0;
    font-size: 1.4rem;
    color: #5C5C5C;
    font-weight: 500;
}
.stylized_zigzag_content h1 strong, .stylized_zigzag_content h2 strong,.stylized_zigzag_content h3 strong,.stylized_zigzag_content h4 strong,.stylized_zigzag_content h5 strong, .stylized_zigzag_content h6 strong{
    font-size: 2.5rem;
    font-weight: 900;
    background: -webkit-linear-gradient(#30513A, #607466);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(orientation: portrait){
    .flex_stylized_zigzag{
        gap: 0rem;
    }
    .stylized_zigzag_content{
        margin-left:0
    }
}
