.gal-psb-45 > *{
    font-family: 'Galano Grotesque SemiBold';
    font-size: 2.35vw;
    font-style: italic;
    text-transform: uppercase;
}
.gal-pn-23 > *{
    font-family: 'Galano Grotesque Regular';
    font-size: 1.44vw;
}
.tablet-section{
    display: none;
}

@media all and (min-width: 1025px) {

}
@media all and (max-width: 1024px) {
    .adieu-heading{
        font-size: 45px;
        line-height: 1.3;
    }
    .blog-heading.adieu-heading{
        font-size: 60px;
        width: auto;
    }
    .sticky-scrolling.tablet-view {
        height: 1100px !important;
    }
    .scroller {
        height: 1100px !important;
    }
}
@media all and (max-width: 767px) {
    .tablet-section{
        display: flex;
    }
    .desktop-section {
        display: none;
    }
    .gal-p-45 > * {
        font-size: 25px;
    }
    .hidden-mobile{
        display: none;
    }
    .blog-heading.adieu-heading{
        width: 70vw;
    }
}
@media (max-width:585px) {
    .sticky-scrolling.tablet-view {
        height: 1200px !important;
    }
    .scroller {
        height: 1200px !important;
    }
}
@media all and (min-width:769px) and (max-width: 1024px) {

}
@media all and (min-width:426px) and (max-width: 768px) {

}
@media all and (max-width: 425px) {

}