.orientation30{
    margin-top: 90px;
    margin-bottom: 110px;
}
.o30Inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.o30iImg{
    max-width: 393px;
    margin-right: 50px;
    margin-left: 50px;
}
.o30iTexts{
    max-width: 650px;
    display: flex;
    flex-direction: column;
}
.o30itHeader{
    margin-bottom: 10px;
    color: var(--white-grey);
}
.o30itTitle{
    margin-bottom: 7px;
    color: #D2CACA;
}
.o30itText{
    color: #827579;
    line-height: 22px;
}

@media screen and (max-width: 1300px){
    .o30iImg{
        margin-left: 0px;
    }
}
@media screen and (max-width: 1200px){
    .orientation30{
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .o30Inner{
        flex-direction: column-reverse;
    }
    .o30iImg{
        margin-right: 0px;
    }
    .o30iTexts{
        max-width: unset;
        align-items: center;
        margin-bottom: 50px;
    }
    .o30itHeader{
        text-align: center;
    }
    .o30itTitle{
        text-align: center;
    }
    .o30itText{
        text-align: center;
    }
}
@media screen and (max-width: 800px){
    .o30iImg{
        max-width: 360px;
    }
}
@media screen and (max-width: 550px){
    .o30iImg{
        width: 95%;
        max-width: 360px;
    }
}