.category-section {
    margin-bottom: 100px;
}

.category-title {
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    color: #303880;
}

.category-button {
    height: 89px;
    background-color: #FF9310;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 27px;
    transition: background-color 0.3s ease;
}

.category-button:hover {
    background-color: #303880;
    color: #FFFFFF;
}