.paragraph--type--educational-resource
    .field--name-field-educational-image
    img {
    width: 100%;
    height: 396.3px;
    border-radius: 15px;
    object-fit: cover;
}
.paragraph--type--educational-resource .field--name-field-educational-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    color: var(--dark-blue);
}
.paragraph--type--educational-resource a {
    text-decoration: none !important;
    position: relative;
}
.paragraph--type--educational-resource a > img {
    position: absolute;
    right: 30px;
    top: 15px;
}
@media screen and (max-width: 1919px) {
}

@media screen and (max-width: 1439px) {
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 991px) {
    .paragraph--type--educational-resource .field--name-field-educational-title {
        font-size: 20px;
        line-height: 23px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 467px) {
}
