.galery-page .galery-header{
    border-bottom: 1px solid #000;
    height: 105px;
    display: flex;
    align-items: center;
}

.galery-page .galery-header span{
    font-size: 28px;
}

.galery-page .galery-details{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 70px;
    column-gap: 70px;
}
.galery-page .galery-details .images-container{
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 0;
}
.galery-page .galery-details .images-container .galery-img{
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.galery-page .galery-details .content{
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 0;
}

.galery-page .galery-details .content p.quote{
    font-size: 30px;
    line-height: 42px;
    quotes: initial;
    margin-right: 5em;
}

.galery-page .gallery-container{
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 70px;
    column-gap: 70px;
}

.galery-page .gallery-container .elemnt{
    margin-bottom: 35px;
}

.galery-page .gallery-container .elemnt img{
    width: 100%;
    height: auto;
}