.intro-sudio-container,
.intro-sudio {
    max-width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.img-p {
    max-width: 100% !important;
}

.div-p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.font-25 {
    font-size: 25px;
}

.text-p {
    text-align: justify;
}

.font-110-w500 {
    font-size: 110px;
    font-weight: 700;
}


/* ----------- iPad 3, 4 and Pro 9.7" ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .text-p {
        text-align: center;
        filter: drop-shadow(2px 4px 6px black);
    }
    .img-p {
        max-width: 60% !important;
    }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .text-p {
        text-align: center;
        filter: drop-shadow(2px 4px 6px black);
    }
    .img-p {
        max-width: 40% !important;
    }
}


/* ----------- iPhone X ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .text-p {
        text-align: center;
        filter: drop-shadow(2px 4px 6px black);
    }
    .img-p {
        max-width: 40% !important;
    }
}

@media (min-width: 1200px) {
    .intro-sudio-container,
    .intro-sudio {
        height: 921px;
    }
}