.about-providers-links-container {
    justify-content: start;
    flex-direction: column;
    background-color: #ECF6FF;
    width: 100%;
}

.about-providers-links-container .about-providers-page-links {
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin: auto;
    width: 880px;
    height: fit-content;
    padding: 30px 0 40px;
}
.about-providers-links-container .about-providers-page-links h2{
    margin: 20px 0 0 !important;
    font-size: 1.42rem;
}

.about-providers-links-container .about-providers-page-links p {
    font-size: 1.14rem;
    color: #004766;
    margin: 16px 0;
}

.about-providers-links-container .about-providers-page-links .page-links {
    justify-content: start;
    flex-wrap: wrap;
    height: fit-content;
    gap: 7px;
    margin: 20px auto 0;
}

.about-providers-links-container .about-providers-page-links .page-link {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 140px;
    height: 140px;
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.about-providers-links-container .about-providers-page-links .page-link .arrow {
    margin: 0 0 20px auto;
}


@media (max-width: 992px){
    .about-providers-links-container .about-providers-page-links {
        width: 290px;
        flex-wrap: wrap;
        height: fit-content;
    }
}
