.section__photo__desktop {
    display: block;
}

.section__photo__mobile {
    display: none;
}

.photo__header {
    /*  */
}

.photo__title {
    /*  */
}

.photo__link {
    text-decoration: none;
}

.photo__container {
    background: linear-gradient(180deg, rgba(247, 247, 247, 0.1) 22%, rgba(23, 108, 174, 0.1) 41.5%, rgba(1, 115, 249, 0.1) 81%);
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    border-radius: 10px;
    padding: .5rem;
}

.photo_left-side {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 65%;
}

.photo_left-side__hero {
    width: 100%;
    height: 249px;
    position: relative;
}

.photo_left-side__hero__link {
    /*  */
}

.photo_left-side__hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.photo_left-side__hero__text {
    width: 100%;
    height: 72px;
    padding: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000080;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.photo_left-side__hero__text__title {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}

.photo_left-side__hero__text__link {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
}

.photo_left-side__item {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    height: 120px;
}

.photo_left-side__item__container {
    width: 50%;
}

.photo_left-side__item__container__link {
    /*  */
}

.photo_left-side__item__container__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.photo_left-side__item__container__text {
    width: 100%;
    height: 48px;
    padding: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000080;
    z-index: 99;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.photo_left-side__item__container__text__title {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.photo_left-side__item__container__text__link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
}

.photo_right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    width: 35%;
}

.photo_right-side__hero {
    width: 100%;
    height: 80%;
    position: relative;
}

.photo_right-side__hero__link {
    /*  */
}

.photo_right-side__hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.photo_right-side__hero__text {
    width: 100%;
    height: 64px;
    padding: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000080;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.photo_right-side__hero__text__title {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.photo_right-side__hero__text__link {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
}

.photo__read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20%;
}

.photo__read-more__btn-more {
    background-color: #0066DC;
    border-radius: 10px;
    padding: 8px 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: auto;
    color: #FFFFFF;
}

@media (min-width: 0px) and (max-width: 768px) {
    .section__photo__desktop {
        display: none;
    }

    .section__photo__mobile {
        display: block;
    }

    .photo__header {
        padding: .5rem;
    }

    .photo__container {
        background: linear-gradient(180deg, rgba(247, 247, 247, 0.1) 22%, rgba(23, 108, 174, 0.1) 41.5%, rgba(1, 115, 249, 0.1) 81%);
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: .5rem;
        border-radius: 0px !important;
    }

    .photo__mobile__hero {
        height: 309px;
    }

    .photo__mobile__item {
        display: flex; gap: .5rem;
    }

    .photo__mobile__title {
        flex: 1; height: 140px;
    }

    .photo__mobile__link {
        /*  */
    }

    .photo__mobile__title__more {
        flex: 1; height: 140px; position: relative;
    }

    .photo__mobile__title__more__link {
        /*  */
    }

    .photo__mobile__title__more__count {
        font-size: 32px; font-weight: 700; color: #FFFFFF; position: absolute; top: 35%; left: 35%; z-index: 3;
    }

    .photo__mobile__title__more__overlay {
        background-color: #0000004D; border-radius: 10px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;
    }

    .photo__mobile__title__more__image {
        position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; border-radius: 10px;
    }

    .photo__mobile__text {
        display: flex; flex-direction: column; gap: 1rem;
    }

    .photo__mobile__text__title {
        padding: 0; margin: 0; font-size: 24px; font-weight: 700;
    }

    .photo__mobile__text__link {
        padding: 0; margin: 0; text-decoration: none; color: #000000;
    }

    .photo__mobile__text__date {
        padding: 0; margin: 0; text-decoration: none; font-size: 14px; font-weight: 400; color: #999696;
    }

    .photo__mobile__read-more {
        display: flex; align-items: center; justify-content: end;
    }

    .photo__mobile__read-more__link {
        padding: 0px; margin: 0px; text-decoration: none; color: #000000; font-size: 16px; font-weight: 400; display: flex; align-items: center; gap: .5rem;
    }
}
