.choose-us-section-title {
    font-family: 'Nasalization', 'Poppins';
    font-size: 50px;
    font-weight:400;
    color: #CDDC39
}

.choose-us-section-subtitle {
    font-family: 'Nasalization', 'Poppins';
    font-size: 32px;
    font-weight:400;
    color: white
}

.choose-us-card{
    height: 350px;
    background-color: white;
    border-radius: 20px;
    cursor: pointer;
}


.choose-us-card-title {
    font-size: 24px;
    font-weight: 500;
    color: #15294B;
    transition: 0.3s ease;
}

.choose-us-card-image {
    width: 65%;
    transition: 0.3s ease;
}

.choose-us-card:hover .choose-us-card-title {
    font-size: 30px;
}

.choose-us-card:hover .choose-us-card-image {
    width: 45%;
}


