@media only screen and (max-width:991px) {
    div.treatment-botulinum {
        transform: translate(-50%, -50%) !important;
        left: 50% !important;
        top: 50% !important;
        bottom: auto !important;
    }
}
@media only screen and (min-width:1500px) {
    .content-illustration-background {
        width: 41.66666667% !important;
    }
}
@media only screen and (min-width:1900px) {
    .atom-ilustration {
        margin-top: -150px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .atom-ilustration {
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 1200px) {
    div.content-atom {
        position: absolute !important;
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
        left: 50% !important;
    }
}