.mb0{
    margin-bottom: 0px !important;
}
.order60{
    margin-top: 70px;
    margin-bottom: 150px;
}
.o60Inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.o60iImg{
    margin-right: 95px;
}
.o60iTexts{
    max-width: 550px;
    display: flex;
    flex-direction: column;
}
.o60itHeader{
    margin-bottom: 10px;
    color: var(--white-grey);
}
.o60itText{
    color: var(--grey-text);
    margin-bottom: 10px;
    line-height: 24px;
    display: block;
}
.o60ittSpan{

}
.o60ittSpan a{
    color: #5FC5FF;
}

@media screen and (max-width: 1000px){
    .o60iImg {
        margin-right: 50px;
    }
}
@media screen and (max-width: 900px){
    .order60 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .o60Inner{
        flex-direction: column-reverse;
    }
    .o60iImg {
        margin-right: 0px;
    }
    .o60iTexts{
        max-width: unset;
        margin-bottom: 40px;
    }
}