.isocontainer{
    width: 80%;
    height: fit-content;
    background-color: #B62C38;
    margin: 0 auto;
    display: flex;
    padding-top: 200px;
    padding-bottom: 200px;
    border-radius: 10px;
    margin-top: 200px;
}

.left{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-right{
    width: 50%;
    color: white;
}

@media screen and (max-width: 1920px){

    .isocontainer{
        width: 95%;
    }

    .text-right{
        width: 80%;
    }
}


@media screen and (max-width: 768px){
    .isocontainer{
        flex-direction: column;
        width: 99%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .left{
        width: 100%;
    }

    .iso-img{
        width: 80%;
        display: block;
        margin: auto;
    }

    .right{
        width: 90%;
        text-align: center;
        margin: auto;
        margin-top: 50px;
    }

    .text-right{
        width: 100%;
    }
}
