@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .project-details__points {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .project-details__points li {
        width: 33%;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .main-slider-two__text {
        width: 50%;
    }

    .contact-panel {
        display: none;
    }
    .address-one__single {
        height: 270px;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .footer-widget__logo img {
        width: 200px;
    }

    .project-two__title-box {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .project-two__single .project-two__title-box {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }

    h4.project-two__title, .project-two__title a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .project-two__title.project-logo img {
        width: 200px !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .project-two__img:before {
        transform: scaleY(1.0);
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    a.pc-wp {
        display: none;
    }

    .page-header__bg::before {
        opacity: .75;
        background: linear-gradient(90deg, #212429 100%, rgba(33, 36, 41, 0.00) 83.77%);
    }

    .project-video iframe {
        height: 250px;
    }

    .project-details__points li {
        margin-bottom: 10px;
    }

    .blog-details__bottom p {
        flex-direction: column;
        width: 100%;
    }

    .blog-details__tags a {
        width: 100%;
        text-align: center;
    }

    .project-details__duration-list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: end;
    }

    .project-details__duration-list li {
        width: 50%;
    }
    .catalogue {
        background-attachment: scroll;
    }
}