:root{
    --Silver: #BFBEBA;
}
.pt-50px{
    padding-top: 50px !important;
}
.back-to-photogallery{
    max-width: 1350px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.single-house-PG-container{
    max-width: 1280px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.single-house-PG-inner{
    display: grid;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.single-house-PG-post-content {
    background-color: var(--New-Palette-White);
    padding: 10px 36px;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid var(--Silver);
}
.single-house-PG-post-content h2{
    color: var(--New-Palette-Jet);
    font-family: "Noto Serif";
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 52.5px */
}
.single-house-PG-post-content h4{
    color: var(--New-Palette-Davys-Gray);
    font-family: Assistant;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 161.111% */
    letter-spacing: 0.45px;
}
.single-house-PG-post-content .pt-50px{
    color: var(--New-Palette-Jet);
    font-family: "Noto Serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 25.6px */
}
.back-to-photogallery a i{
    color: var(--New-Palette-Davys-Gray);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.back-to-photogallery a{
    color: var(--New-Palette-Davys-Gray);
    font-family: Assistant;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.back-to-photogallery a:hover,
.back-to-photogallery a:hover i{
    transition: ease-in-out 0.3s;
    color: var(--New-Palette-Jet);
}
.back-to-photogallery {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    justify-content: left;
    align-items: center;
}
.bottom-back-btn.back-to-photogallery {
    justify-content: center;
    margin-bottom: 40px;
}
.single-gallery .gallery {
    margin: 0px !important;
}

@media screen and (max-width: 1024px) {
    .single-house-PG-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .single-house-PG-post-content h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .single-house-PG-inner > div:first-child {
        grid-column: 1 / -1;
    }
    .single-house-PG-post-content h2 {
        font-size: 26px;
    }
}