.resources-info {
    padding-top: 1px;
    margin-top: -1px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #6A3380;
}

@media (max-width: 769px) {
    .resources-info {
        /*background: white !important;*/
    }
}

.resources-info svg {
    margin-top: -5%;
    width: 100%;
    height: 100%;
}

.gray-blocks {
    /*margin-top: 125px;*/
    gap: 73px !important;
    /*margin-top: -150px;*/
}
@media (max-width: 1330px) {
    .gray-blocks {
        gap: 25px !important;
    }
}

@media (max-width: 761px) {
    .gray-blocks {
        gap: 8px !important;
    }
    .gray-block {
        height: auto !important;
    }
}

.gray-blocks a p {
    text-decoration: none;
    color: #3A3A3A;
    transition: all 0.25s;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Nunito-SemiBold';
    margin: 0;
    padding: 15px 0 30px;
}
@media (max-width: 781px) {
    .gray-blocks a p {
        font-size: 16px;
        padding: 15px 0;
    }
}

.gray-blocks a  {
    text-decoration: none;
    display: contents;
}

.gray-block {
    background: #EEF1F6;
    border-radius: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto;
    overflow: hidden;
    border: 2px solid #EEF1F6;
}
.gray-block-image{
    width: 100%;
}

.gray-block-image img{
    width: 100%;
}

.gray-blocks p {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Nunito-SemiBold';
    margin: 0;
    width: auto;

}

.gray-blocks p a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #3A3A3A;
    transition: all 0.25s;
}

.gray-blocks  a p:hover {
    color: #000;
    transition: all 0.25s;
}