.landingHeader{
    margin-top: 100px;
}
.landingHeader h1{
    font-weight: 900;
    font-size: 3.5rem;
    color: var(--dark-color);
}

.secondaryHeader{
    font-weight: 900;
}
.whyChoose .card{
    background: none;
    border: none;
    box-shadow: none !important;
    text-align: center;
}


.whyChoose .card:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.whyChoose .card-title{
    font-weight: 900;
    font-size: 1.5rem;
}

.cmsSection li{
    margin-top: 8px;
}

.packagesSection .card{
    text-align: left;
}

.packagesSection .card:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
.packagesSection .card-title{
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--accent-color);
}
.packagesSection i{
    color: var(--accent-color);
}
.packagesSection li{
    margin-top: 8px;
}

.whyChoose h2{
    color: var(--accent-color);
    font-weight: 900;
}