.area-trial-top-desktop,
.area-trial-bottom {
    padding: 0 0 50px 0;
}

.area-trial-top-mobile {
    display: none;
    padding: 20px 0 50px 0;
}

@media (max-width: 768px) {
    .area-trial-top-desktop {
        display: none;
    }
    .area-trial-top-mobile {
        display: flex;
    }
}

.button-trial {
    background: #f1e102;
    border: 3px solid #f1e102;
    color: #000;
    filter: drop-shadow(0 0 1rem #36464d);
    transition: border-color 0.2s ease-in-out;
}
.button-trial-bottom {
    filter: drop-shadow(0 0 1rem #ffffff33);
}
.button-trial:hover {
    background: #f1e102;
    border-color: #fff78a;
    color: #000;
}