/*
 *
 * @dlsa 2026
 */

@media screen and (max-width: 1190px) and (orientation: portrait) and (hover: none) {
    .container {
        width: 90%;
    }
    .header {
        height: 270px;
        padding-top: 0;
        margin-left: 0;
    }
    .title {
        font-size: 35px;
    }
    .logo-image {
        padding-top: 20px;
        height: 180px;
    }
    .content {
        font-size: 25px;
    }
    .image-width {
        width: 100%;
    }
    .footer {
        height: 100px;
        margin-left: 0;
    }
}
