.is-style-read-more-button{
    opacity: 1;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}

.is-style-read-more-button:hover{
    opacity: 0.9;
    transform: scale(1.05)
}


@media screen and (min-width: 768px) {
    .is-style-sticky-spacing {
        padding-top: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .is-style-sticky-spacing{
        padding-top: 6vw !important;
        min-height: 1vh !important;
    }
}