.photo_gallery {
    background-color: var(--Color_Cyan_Blue);
    margin: 75px 0 87px;
    padding: 75px 0 87px
}

.photo_gallery.remove_tos {
    margin-top: 0
}

.photo_gallery.remove_bos {
    margin-bottom: 0
}

.photo_gallery .photo_gallery_inner {
    margin: 0 auto;
    max-width: 1116px
}

.photo_gallery .photo_gallery_inner .heading_section {
    margin-bottom: 52.09px
}

.photo_gallery .photo_gallery_inner .heading_section .heading {
    color: var(--Color_White);
    margin: 0
}

.photo_gallery .photo_gallery_inner .photo_gallery_section {
    gap: 22px 21px;
    position: relative
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images {
    width: calc(33.334% - 14px)
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images .card_hover_link {
    cursor: pointer;
    display: flex;
    height: 100%;
    max-width: 358px;
    padding-top: 69.836%;
    position: relative;
    width: 100%
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images .card_hover_link img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images.has_card_link {
    position: relative
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images.has_card_link:after {
    background: var(--Color_Cyan_Blue_Op_61);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .5s ease;
    width: 100%
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images.has_card_link .containe_with_arrow {
    align-items: center;
    color: var(--Color_White);
    display: flex;
    flex-direction: column;
    font-family: var(--font_Montserrat_SemiBold);
    font-size: 22px;
    justify-content: center;
    left: 50%;
    line-height: 100%;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    row-gap: 17px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .5s ease;
    width: 100%;
    z-index: 1;
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images.has_card_link .containe_with_arrow svg {
    height: 24px;
    width: 31px
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images:hover.has_card_link:after {
    opacity: 1
}

.photo_gallery .photo_gallery_inner .photo_gallery_section .images:hover.has_card_link .containe_with_arrow {
    opacity: 1;
    z-index: 1
}

@media (max-width:1199px) {
    .photo_gallery {
        margin: 60px 0 70px;
        padding: 60px 0 70px
    }

    .photo_gallery .photo_gallery_inner .heading_section {
        margin-bottom: 50px
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section {
        gap: 22px 20px
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section .images {
        width: calc(33.334% - 13.33px)
    }
}

@media (max-width:991px) {
    .photo_gallery {
        margin: 50px 0 60px;
        padding: 50px 0 60px
    }

    .photo_gallery .photo_gallery_inner .heading_section {
        margin-bottom: 40px
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section {
        gap: 22px 20px
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section .images {
        width: calc(50% - 13.33px)
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section .images.has_card_link .containe_with_arrow {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .photo_gallery {
        margin: 40px 0 50px;
        padding: 40px 0 50px
    }

    .photo_gallery .photo_gallery_inner .heading_section {
        margin-bottom: 30px
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section {
        gap: 20px
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section .images.has_card_link .containe_with_arrow {
        font-size: 18px
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section .images.has_card_link .containe_with_arrow svg {
        height: 18px;
        width: 26px
    }
}

@media (max-width:575px) {
    .photo_gallery .photo_gallery_inner .photo_gallery_section .images {
        width: 100%
    }

    .photo_gallery .photo_gallery_inner .photo_gallery_section .images .card_hover_link {
        max-width: 100%
    }
}

/*# sourceMappingURL=photo_gallery.css.map */