
@media only screen and (max-width:1366px) {

    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center cenat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
        width: 100%;
        max-width: 1000px;

        .text-coll{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 50%;
    
            .text{
                color: white;
                font-size: 22px;
                width: 400px;
                font-weight: 700;
                text-align: center;
            }
    
            .button{
                background-color: yellow;
                font-size: 32pt;
                padding: 5px 30px;
            }
        }

        .text-coll img {
            width: 350px;
        }
    }

    .promo-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 10px;
    }
    
    .promo-item {
        position: relative; 
        width: 225px;
        height: auto;
        text-align: center;
    }

    .promo-text{
        top: 55%;
    }
    
}

@media only screen and (max-width:1100px) {
    .container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        max-width: 850px;

        .text-coll{
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            width: 50%;
    
            .text{
                color: white;
                font-size: 18px;
                width: 330px;
                font-weight: 700;
                text-align: center;
            }
    
            .button{
                background-color: yellow;
                cursor: pointer;
                font-size: 25pt;
                padding: 5px 25px;
            }
        }

        .text-coll img {
            width: 300px;
        }
    }

    .promo-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 10px;
    }
    
    .promo-item {
        position: relative; 
        width: 215px;
        height: auto;
        text-align: center;
    }

    .promo-background {
        background: url('../img/step-bg.png') no-repeat center;
        background-size: contain;
        /* height: 135px; */
    }
    

    .promo-text {
        position: absolute;
        width: 100%;
        height: 170px;
        top: 59%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .promo-text h2 {
        margin: 0 auto;
        font-size: 15px;
        width: 140px;
        text-align: center;
        color: yellow;
    }
    
    .promo-text p {
        margin: 20px 0 0;
        font-size: 15px;
        padding: 0 10px;
    }

}

@media only screen and (max-width:1024px) {

    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 700px;
        /* height: calc(100% - 250px); */
    }

    .container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        max-width: 800px;
    
        .text-coll{
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            width: 50%;
    
            .text{
                color: white;
                font-size: 16px;
                width: 300px;
                font-weight: 700;
                text-align: center;
            }
    
            .button{
                background-color: yellow;
                cursor: pointer;
                font-size: 19pt;
                padding: 5px 20px
            }
        }

        .text-coll img {
            width: 260px;
        }
    }

    .promo-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    
    .promo-item {
        position: relative; 
        width: 170px;
        height: auto;
        text-align: center;
    }

    .promo-background {
        background: url('../img/step-bg.png') no-repeat center;
        background-size: contain;
        height: 135px;
    }
    

    .promo-text {
        position: absolute;
        width: 100%;
        height: 170px;
        top: 71%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .promo-text h2 {
        margin: 0 auto;
        font-size: 13px;
        width: 140px;
        text-align: center;
        color: yellow;
    }
    
    .promo-text p {
        margin: 20px 0 0;
        font-size: 12px;
        padding: 0 10px;
    }
    
}

@media only screen and (max-width:768px) {

    body{
        height: 500px;
    }

    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        max-height: 700px;
        align-items: center;
        /* height: calc(100% - 250px); */
    }

    .container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        max-width: 800px;
        /* max-height: 450px; */
    
        .text-coll{
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            width: 50%;
    
            .text{
                color: white;
                font-size: 12px;
                width: 220px;
                font-weight: 700;
                text-align: center;
            }
    
            .button{
                background-color: yellow;
                cursor: pointer;
                font-size: 14pt;
                padding: 5px 20px
            }
        }

        .text-coll img {
            width: 210px;
        }
    }

    .promo-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 0;   
        margin-top: 0;    
        width: 100%;
    }

    .promo-item {
        position: relative; 
        width: 130px;
        height: auto;
        text-align: center;
    }

    .promo-text {
        position: absolute;
        width: 100%;
        height: 170px;
        top: 81%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .promo-text h2 {
        margin: 0 auto;
        font-size: 10px;
        width: auto;
        text-align: center;
        color: yellow;
    }
    
    .promo-text p {
        margin: 20px 0 0;
        font-size: 9px;
        padding: 0 10px;
    }

    
}



@media only screen and (max-width:600px) {

    main {
        background: url('../img/bg-mobile.jpg') no-repeat top;
        background-size: auto;
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
        max-height: 1250px;
        /* margin-bottom: -230px; */
    }

    .container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        margin: 365px 0 40px 0;
    
        .text-coll{
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            margin-right: 0;
            top: 5%;
    
            .text{
                color: white;
                font-size: 17px;
                width: 300px;
                font-weight: 700;
                text-align: center;
            }
    
            .button{
                background-color: yellow;
                cursor: pointer;
                font-size: 26pt;
                padding: 5px 20px;
            }
        }

        .text-coll img {
            width: 300px;
        }
    }

    .promo-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
        position: relative;
        /* bottom: 18%; */
        width: 80%;
    }
    
    .promo-item {
        position: relative; 
        width: 250px;
        height: auto;
        text-align: center;
    }

    .promo-background {
        background: url('../img/step-mobile.png') no-repeat center;
        background-size: contain;
        height: 135px;
    }
    

    .promo-text {
        position: absolute;
        width: 100%;
        height: 170px;
        top: 77%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .promo-text h2 {
        margin: 0 auto;
        font-size: 10px;
        width: 140px;
        text-align: center;
        color: yellow;
    }
    
    .promo-text p {
        margin: 20px 0 0;
        font-size: 12px;
        padding: 0 10px;
    }
    
}