.why-us-h2 {
    font-weight: bold;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.us-span {
    color: #FF2525;
}

#why-us-main {
    background: linear-gradient(90deg, rgba(32,57,184,0.4287999185283532) 100%, rgba(32,57,184,0.6450920533598139) 100%);
}

.why-us-p {
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    margin-left: 25px;
}

.why-us-text {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
}

.why-us-extra {
    cursor: pointer;
    margin-top: 2rem;
    background-color: white;
}

.why-us-extra img {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.30), 0 15px 8px rgba(0, 0, 0, 0.22);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.why-us-extra img:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.why-us-extra h5 {
    color: #FF2525;
}

.mt-3 h6 {
    padding: 15px;
}

.why-us-extra p {
    justify-content: center;
    align-items: center;
    padding-top: 3%;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1px;
}

@media only screen and (max-width: 576px) {
    .why-us-h2 {
        padding: 10px;
        font-size: 17px;
    }

    .why-us-text {
        font-size: 13px;
    }

    .why-us-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 8px;
    }

    .why-us-extra {
        margin-top: 10px;
    }

    .why-us-extra img {
        height: 100px;
        width: auto;
    }

    .why-us-extra h4 {
        text-align: center;
        font-size: 18px;
    }

    .why-us-extra p {
        text-align: center;
        padding-top: 2%;
        font-size: 15px;
        margin-left: 0;
        margin-bottom: 1px;
    }
}