button.read-more-text-toggle-btn {
    color: #f8f8f8;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    background: transparent !important;
    margin-top: 20px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    border: none;
    padding: 0;
    align-items: center;
    justify-content: center;
}

@media (max-width: 770px) {
    button.read-more-text-toggle-btn {
        font-size: 13px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    button.read-more-text-toggle-btn {
        font-size: 12px;
        line-height: 20px;
    }
}