.title-hero {
    color: #4a154b;
}
.hero-section p {
    color: #4b5563;
    font-weight: 400 !important;
    max-width: 852px;
    margin: auto;
}
.hero-section .btn-purple {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-section .btn-purple img {
    width: 18px;
}
.hero-section div div a:last-of-type {
    color: #4a154b;
    border: 2px solid #4a154b;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.hero-section div div a:last-of-type:hover {
    background-color: #4a154b;
    color: white;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }

    .hero-section p {
        font-size: 1rem;
    }
}
