.section-5{
    background: #211f54;    
    color: white;
    margin-top: 5rem;
    text-align: center;
    padding: 5rem 0 0 0;
}

.section-5 .section-5-heading p{
    background: white;
    color: #211f54;
    width: fit-content;
    margin: auto;
    padding: 1rem 3rem;
    font-size: 1.25rem;
}

.section-5 .section-5-heading h2{
    max-width: 60%;
    margin: auto;
    font-weight: 500;
    font-size: 2.5rem;
    padding: 3rem 0 5rem 0;
}

.section-5 .section-5-content{
    display: flex;
    max-width: 90%;
    margin: auto;
    justify-content: center;
    gap: 2rem;
}

.section-5 .section-5-content .section-5-card-1,
.section-5 .section-5-content .section-5-card-2,
.section-5 .section-5-content .section-5-card-3{
    padding: 2rem;
    border-radius: 30px;
    max-width: 25%;
}

.section-5 .section-5-content .section-5-card-1{
    background: #ff4d73;
}

.section-5 .section-5-content .section-5-card-2{
    color: #211f54;
    background: #ffcc36;
}

.section-5 .section-5-content .section-5-card-3{
    background: #0192ff;
}

.section-5 .section-5-content .section-5-card-1 img,
.section-5 .section-5-content .section-5-card-2 img,
.section-5 .section-5-content .section-5-card-3 img{
    max-width: 80%;
}

.section-5 .section-5-content .section-5-card-1 h3,
.section-5 .section-5-content .section-5-card-2 h3,
.section-5 .section-5-content .section-5-card-3 h3{
    font-weight: 300;
    font-size: 2rem;
}

@media screen and (max-width: 1400px) {
    .section-5 .section-5-content .section-5-card-1,
    .section-5 .section-5-content .section-5-card-2,
    .section-5 .section-5-content .section-5-card-3{
        max-width: 30%;
    }
}


@media screen and (max-width: 1000px){

    .section-5 .section-5-heading h2{
        max-width: 80%;
    }
    
    .section-5 .section-5-content{
        display: flex;
        max-width: 90%;
        margin: auto;
        justify-content: center;
        flex-direction: column;
        gap: 2rem;
    }

    .section-5 .section-5-content .section-5-card-1,
    .section-5 .section-5-content .section-5-card-2,
    .section-5 .section-5-content .section-5-card-3{
        padding: 2rem;
        border-radius: 30px;
        max-width: 100%;
    }

    .section-5 .section-5-content .section-5-card-1 h3,
    .section-5 .section-5-content .section-5-card-2 h3,
    .section-5 .section-5-content .section-5-card-3 h3{
        font-size: 3rem;
    }
}



@media screen and (max-width: 480px){

    .section-5 .section-5-heading h2{
        max-width: 80%;
        font-size: 2rem;
    }

    .section-5 .section-5-content .section-5-card-1 h3,
    .section-5 .section-5-content .section-5-card-2 h3,
    .section-5 .section-5-content .section-5-card-3 h3{
        font-size: 2rem;
    }
}
