
.featured_content_wrapper img {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
}

.featured_content_wrapper > div {
    overflow: hidden;
    position: relative;
    /* border-radius: 13px; */
    border: 1px solid #00000014;
    background-color: #a4bcc6;
}

.featured_title {
    position: absolute;
    bottom: 0;
    color: white;
    background-color: #10375e81;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    transition: all 0.2s ease-out;
    min-height: 127px;
    font-family: Montserrat;
    font-weight: 500;
}

.featured_content_wrapper a:hover > div {
    background-color: #10375ea8;
}

.featured_content_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
    height: 768px;
}

.featured_content_one {
    grid-column: 1 / 3;
    grid-row: 1/3;
}

.featured_content_two {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.featured_content_three {
    grid-column: 3/4;
    grid-row: 2 / 3;
}

.featured_content_four {
    grid-column: 1/2;
    grid-row: 3/4;
}

.featured_content_five {
    grid-column: 2/3;
    grid-row: 3/4;
}

.featured_content_six {
    grid-column: 3/4;
    grid-row: 3/4;
}
