.choose-section-area .choose-widget-boxarea {
    height: 350px;
}

.choose-section-area .choose-widget-boxarea .content-area .readmore {
    margin: auto;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 480px) {
    .tab-buttons-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-btn {
        width: 100%;
        flex-direction: column;
        align-items: center;     
        justify-content: center;
        padding: 12px;
        text-align: center;
    }

    .tab-btn div {
        text-align: center;
    }
}
