header.site-header {
    display: none;
}

.info-section .elementor-widget-image-box .elementor-image-box-img img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 70px;
}

.insta-post .elementor-image-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-post .elementor-image-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.insta-post .elementor-image-gallery .gallery-icon.landscape {
    height: 100%;
}

.insta-post .elementor-image-gallery a {
    height: 100%;
    display: block;
}
.insta-post .elementor-image-gallery figure.gallery-item {
    max-height: 340px;
}


@media only screen and (min-width: 768px) {
    .about-sec .elementor-widget-heading {
        max-width: 500px !important;
        margin-left: auto;
    }

    .about-sec .elementor-widget-text-editor {
        max-width: 287px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 1446px) {
    .insta-post .elementor-image-gallery figure.gallery-item {
        max-height: 250px;
    }
}