@media (max-width: 1264px) {
    .hide-on-mobile {
        display: none !important;
    }

    .img-box1 {
        max-width: 690px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: auto !important;

        .img1,
        .img2 {
            max-width: 80%;
            height: auto;
            display: block;

        }
    }
}

.dashicons span {
    font-size: 28px !important;
    padding-right: 10px !important;
}

/* About 1 ---------------------------------- */
.img-box1 {
    position: relative;
    z-index: 2;
    text-align: right;
    width: 100%;

    .img1,
    .img2 {
        img {
            border-radius: 10px;
        }
    }

    .img2 {
        display: inline-block;
        position: relative;
        z-index: 2;
    }

    .img1 {
        position: absolute;
        top: 70px;
        left: 0px;
        z-index: 1;
    }
}

.wp-block-separator.is-style-separator-dotted {
    height: 3px !important;
    /* Adjust the height to change dot size */
}

