.photo-gallery-section {
    .gallery-container{
        position: relative;
        /*height: 100%;*/
        max-height: 800px;
    }
    .photo-gallery-slider {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        background: none;

    }



    .photo-gallery-slider img{
        max-width: 100%;
        min-height: 319px;
        aspect-ratio: 5/2;
        object-fit: cover;
        border-radius: 22px;
    }

    .swiper {
        width: 100%;
        max-height: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide-item {
        text-align: center;
        font-size: 18px;
        height: calc((100% - 10px) / 2) !important;

        /* Center slide text vertically */
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;

        a{
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 23px;
            text-align: center;
            color: #333333;
            text-decoration: none;
            p{
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 23px;
                text-align: center;
                color: #333333;
                text-decoration: none;
            }
        }

    }

    .nav-arrows{
        justify-content: flex-end;
    }
}


