p.ds9__text.ds9__header-text {
    width: 81%;
}
body, html {
    overflow-x: clip !important;
}
h2.ds9__title.ds9__research-title {
    font-size: 40px;
}
.anchorMobile {
    display: none;
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ds9__page .ds9__suptitle {
        font-size: 24px;
    }
    h2.ds9__title.ds9__research-title {
        font-size: 32px;
    }
}
@media only screen
and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    h2.ds9__title.ds9__research-title {
        font-size: 30px;
    }
    .show-desktop {
        display: block !important;
    }
}

@media (max-width: 480px) {
    p.ds9__text.ds9__header-text {
        width: unset;
    }
    /* .show-desktop {
        display: block !important;
    } */
    .anchorMobile {
        display: block;
    }
}
