h1 {
    color: #f084a2;
}

.about-icon {
    font-size: 2.5rem !important;
    color: #f084a2;
    transition: transform 0.3s ease;
}

.about-box:hover .about-icon {
    transform: scale(1.15);
    color: #f96791;
}

.about-box {
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

.about-box:hover {
    box-shadow: 0 0 20px rgba(0, 108, 165, 0.15);
}

.about-highlights h6 {
    font-size: 1.05rem;
}

.about-highlights p {
    font-size: 0.9rem;
}

h2.text-primary{
    color: #f084a2 !important;
}

#cta-join-now .btn.btn-success{
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: white !important;
}