.gallery-back {
    background-image: url(../img/gallery-page.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 279px;
}
.gallery-sec {
    padding-top: 263px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-heading h2 {
    font-size: 53px;
}
.gallery-heading p{
    font-family: "Roboto-Thin";
    color: #FFFFFF;
}
.gallery {
    padding: 17px 0;
    overflow-x: hidden;
    margin-top: 55px;
}
.book-your-slot {
    padding-bottom: 113px;
}
section.newsletter-sec {
    padding-top: 100px;
}
.gallery-image img {
    width: 100%;
    height: 400px;
}
@media (max-width: 1450px) {
    .gallery-back {

        padding-bottom: 461px;
    }
}
@media (max-width: 590px) {
    .gallery-heading p {
        font-size: 11px;
    }
}