/* SECTION BLOCKS TXT/IMG */

.page-blocks .content {
    min-height: 95dvh;
}

.page-blocks .content .container {
    padding-inline:15px;    
    height: 100%;
}

.page-blocks .overlay {
    background-color: #000;
    opacity: 50%;
}

@media
(width >= 1024px) and (orientation: landscape){
    .page-blocks.text-right .row {
        flex-direction: row-reverse;
    }
}

@media
(width <= 1024px) and (orientation: portrait),
(width <= 990px){
    
    .page-blocks .content,
    .page-blocks .image {
        min-height: 45dvh;
    }
    .page-blocks .content .container {
        padding-inline: 0px;
    }
}

@media
(width <= 768px){
    section.page-blocks .row {
        flex-direction: column-reverse;
    }
    .page-blocks .content,
    .page-blocks .image {
        min-height: 50dvh;
    }
}