/*
 * // Extra Small devices (575px and down)
 */

@media (max-width: 575px) {

    .section-heading {
        font-size: 30px;
    }

    .app-landing-top-shape .circle-dot-right,
    .app-landing-top-shape .circle-dot-left,
    .miwlo-app-landing-banner-right,
    .app-landing-bottom-shape .app-line-dot-small-bottom,
    .feature-circle-dot-left,
    .miwlo-feature-img-shape {
        display: none;
    }

    .header-area-desktop {
        display: none;
    }

    .miwlo-header-area-mobile {
        display: block;
    }

    .miwlo-app-landing-banner-wrap {
        padding-top: 180px;
        padding-bottom: 75px;
        margin-bottom: 35px;
    }

    .app-landing-top-shape .app-circle-shape {
        left: auto;
        right: 50px;
    }

    .app-landing-bottom-shape .circle-dot-bottom-left {
        right: 50px;
        left: auto;
        bottom: 50px;
    }

    /* Fix long CTA button text wrapping on mobile */


    .miwlo-app-landing-banner-text h2 {
        font-size: 40px;
    }

    .miwlo-app-landing-banner-text p br {
        display: none;
    }

    .miwlo-why-choose-wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .miwlo-why-choose-text {
        margin-bottom: 45px;
    }

    .why-choose-row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .why-choice-options {
        padding: 32px 24px;
    }

    .miwlo-why-choose-v2 .why-choice-options.option-three {
        margin-bottom: 0;
    }

    .why-choice-options-img-wrap {
        padding-bottom: 0;
    }

    .miwlo-features-wrap {
        padding: 35px 0;
    }

    .miwlo-feature-img-wrapper {
        padding-bottom: 30px;
    }

    .feature-two .feature-circle-dot-bottom-left {
        right: 60px;
    }

    .miwlo-download-app-wrap {
        margin: 35px 0;
    }

    .miwlo-download-app-text {
        padding: 70px 0;
    }

    .miwlo-download-app-text h3 {
        font-size: 30px;
        margin-top: 0;
    }

    .miwlo-download-app-screenshot {
        display: none;
    }

    .miwlo-app-screenshot-wrap {
        padding-top: 35px;
        padding-bottom: 105px;
    }

    .pezo-screenshot-slider {
        gap: 36px;
    }

    .pezo-screenshot-stage {
        height: clamp(280px, 52vw, 420px);
    }

    .pezo-screenshot-slide {
        width: clamp(160px, 32vw, 220px);
        height: clamp(280px, 52vw, 400px);
    }

    .pezo-screenshot-nav {
        width: 52px;
        height: 52px;
    }

    .miwlo-app-testimonial-wrap {
        padding: 35px 0;
    }

    .miwlo-app-testimonial-text h2 {
        font-size: 35px;
    }

    .miwlo-app-testimonial-slide-container {
        margin-top: 25px;
    }

    .miwlo-testimonial-slide-shape-bottom {
        right: 0px;
    }

    .who-work-with-us-col:not(:last-child) {
        border-right: 0;
        margin-bottom: 25px;
    }

    .who-work-with-us-image {
        padding: 0 40px;
    }

    .miwlo-who-work-with-us {
        padding-bottom: 35px;
        padding-top: 5px;
    }

    .miwlo-who-work-with-us-text {
        padding-bottom: 40px;
    }

    .miwlo-subscribe-newsletter-wrap.is-full-width {
        padding: 70px 0;
        margin-top: 35px;
    }

    .miwlo-subscribe-text,
    .miwlo-subscribe-form {
        text-align: center;
    }

    .miwlo-subscribe-form {
        margin-top: 30px;
    }

    .miwlo-subscribe-text h3 {
        font-size: 30px;
    }

    .miwlo-subscribe-form form input[type="email"] {
        text-align: center;
        width: 90%;
    }

    .miwlo-subscribe-form form input[type="submit"] {
        margin-top: 20px;
    }

    .miwlo-footer-wrap {
        padding: 20px 0 45px;
    }

    ul.miwlo-footer-social {
        margin-bottom: 0;
    }

    .miwlo-footer-text {
        text-align: center;
        margin-top: 50px;
    }

    .miwlo-footer-text p br,


    .miwlo-why-choose-left-shape {
        display: none;
    }

    .miwlo-features-text-wrapper h3 {
        margin-top: 20px;
        font-size: 30px;
    }

    .miwlo-who-work-with-us.has-top-element {
        padding-top: 35px;
    }

    .miwlo-creative-team-wrap {
        padding: 35px 0;
    }

    .miwlo-creative-team {
        padding: 70px 50px;
    }

    .miwlo-creative-team-container {
        margin-top: 50px;
    }

    .miwlo-creative-team-text h3 {
        font-size: 30px;
    }

    .miwlo-creative-team-text p br {
        display: none;
    }

    .miwlo-single-team-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }



    /* =================================== */
    /* =========== About Page ============ */
    /* =================================== */

    .miwlo-about-wrap {
        padding-top: 110px;
        padding-bottom: 35px;
    }

    .miwlo-about-img-wrapper {
        padding-left: 20px;
    }

    .miwlo-about-text-wrapper {
        margin-top: 150px;
    }

    .miwlo-about-text-wrapper h1 {
        font-size: 30px;
    }


    /* ======================================= */
    /* =============== Contact =============== */
    /* ======================================= */

    .miwlo-contact-details-wrap {
        margin-top: -70px;
        padding-bottom: 35px;
    }

    .miwlo-contact-area {
        padding-top: 35px;
    }

    .miwlo-contact-form form .submit {
        width: 100%;
    }



}

@media (max-width: 991px) {
    .miwlo-download-app {
        flex-direction: column;
        text-align: center;
    }

    .miwlo-download-app-text,
    .miwlo-download-app-text h3,
    .miwlo-download-app-text a {
        text-align: center;
    }

    .miwlo-download-app-screenshot {
        margin: 40px auto 0;
        text-align: center;
    }
}


@media (max-width: 767px) {
    .pezo-testimonial-card {
        padding: 28px;
        gap: 16px;
    }

    .pezo-testimonial-title {
        font-size: 18px;
    }

    .pezo-testimonial-body p {
        font-size: 15px;
    }

    .testimonial-pagination .swiper-pagination-bullet {
        width: 56px;
        height: 56px;
    }

    .testimonial-pagination .swiper-pagination-bullet .client-initial {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .pezo-screenshot-slider {
        gap: 24px;
    }

    .pezo-screenshot-stage {
        height: clamp(280px, 62vw, 500px);
    }

    /* 
    .pezo-screenshot-slide {
        width: clamp(220px, 36vw, 260px);
        height: clamp(445px, 64vw, 567px);
    } */

    .pezo-screenshot-nav {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 575px) {
    .pezo-screenshot-slider {
        gap: 18px;
    }

    .pezo-screenshot-stage {
        height: clamp(260px, 80vw, 520px);
    }

    .pezo-screenshot-slide {
        width: clamp(150px, 55vw, 240px);
        height: clamp(280px, 112vw, 567px);
    }

    .pezo-screenshot-slide.is-left {
        transform: translateX(-45%) scale(0.88);
    }

    .pezo-screenshot-slide.is-right {
        transform: translateX(45%) scale(0.88);
    }

    .pezo-screenshot-nav {
        width: 46px;
        height: 46px;
    }
}


/*
 * // Small devices (landscape phones, 576px and up)
 */

@media (min-width: 576px) {

    .app-landing-top-shape .circle-dot-right,
    .app-landing-top-shape .circle-dot-left,
    .feature-circle-dot-left,
    .miwlo-feature-img-shape {
        display: none;
    }

    .header-area-desktop {
        display: none;
    }

    .miwlo-header-area-mobile {
        display: block;
    }

    .miwlo-app-landing-banner-wrap {
        padding-top: 180px;
        padding-bottom: 75px;
        margin-bottom: 35px;
    }

    .app-landing-top-shape .app-circle-shape {
        left: auto;
        right: 50px;
    }

    .app-landing-bottom-shape .circle-dot-bottom-left {
        right: 50px;
        left: auto;
        bottom: 50px;
    }

    .miwlo-app-landing-banner-text h2 {
        font-size: 28px;
    }

    .miwlo-app-landing-banner-text p {
        font-size: 14px;
        font-weight: 300;
    }

    .miwlo-app-landing-banner-text p br {
        display: none;
    }

    .miwlo-app-landing-banner-right {
        margin-left: -80px;
    }

    .miwlo-why-choose-wrap {
        padding: 35px 0;
    }

    .miwlo-why-choose-text {
        margin-bottom: 40px;
    }

    .miwlo-why-choose-v2 .miwlo-why-choose-text {
        margin-bottom: 60px;
    }

    .why-choice-options:not(.option-four) {
        margin-bottom: 40px;
    }

    .why-choice-options-img-wrap {
        padding-bottom: 0;
    }

    .miwlo-features-wrap {
        padding: 35px 0;
    }

    .miwlo-feature-img-wrapper {
        padding-bottom: 30px;
    }

    .miwlo-features-text-wrapper h3,
    .miwlo-download-app-text h3 {
        font-size: 30px;
    }

    .feature-two .feature-circle-dot-bottom-left {
        right: 60px;
    }

    .miwlo-download-app-wrap {
        margin: 35px 0;
    }

    .miwlo-download-app-text {
        padding: 70px 0;
    }

    .miwlo-download-app-screenshot {
        display: none;
    }

    .miwlo-app-screenshot-wrap {
        padding: 35px 0;
    }

    .miwlo-app-screenshot-wrap .swiper-next {
        right: 0;
    }

    .miwlo-app-screenshot-wrap .swiper-prev {
        left: 0;
    }

    .miwlo-app-testimonial-wrap {
        padding: 35px 0;
    }

    .miwlo-app-testimonial-text h2 {
        font-size: 45px;
    }

    .miwlo-app-testimonial-slide-container {
        margin-top: 25px;
    }

    .miwlo-testimonial-slide-shape-bottom {
        right: 0px;
    }

    .miwlo-who-work-with-us {
        padding-bottom: 35px;
    }

    .miwlo-who-work-with-us-text {
        padding-bottom: 40px;
    }

    .who-work-with-us-col:not(:last-child) {
        border-right: 0;
        margin-bottom: 25px;
    }

    .who-work-with-us-image {
        padding: 0 50px;
    }

    .miwlo-subscribe-newsletter-wrap.is-full-width {
        padding: 70px 0;
        margin-top: 35px;
    }

    .miwlo-subscribe-text, .miwlo-subscribe-form {
        text-align: center;
    }

    .miwlo-subscribe-form {
        margin-top: 50px;
    }

    .miwlo-footer-wrap {
        padding: 20px 0 45px;
    }

    ul.miwlo-footer-social {
        margin-bottom: 0;
    }

    .miwlo-footer-text {
        text-align: center;
        margin-top: 30px;
    }

    .miwlo-footer-text h3 {
        font-size: 20px;
    }

    .miwlo-footer-text p,
    .miwlo-footer-text ul li {
        font-size: 14px;
    }

    .miwlo-footer-text p br {
        display: none;
    }

    .miwlo-footer-social li a {
        padding: 9px 5px;
    }

    /* =================================== */
    /* ========== SaaS Landing =========== */
    /* =================================== */

    .miwlo-saas-landing-banner-wrap {
        margin-top: 90px;
        padding-top: 70px;
        padding-bottom: 35px;
    }

    .miwlo-saas-landing-banner-wrap h3 {
        font-size: 36px;
    }

    .miwlo-saas-landing-banner-image {
        margin-top: 50px;
    }

    .miwlo-saas-landing-banner-bg img {
        height: 100vh;
    }

    .miwlo-why-choose-left-shape {
        display: none;
    }

    .miwlo-features-text-wrapper h3 {
        margin-top: 20px;
    }


    .miwlo-who-work-with-us.has-top-element {
        padding-top: 35px;
    }




    .miwlo-creative-team-wrap {
        padding: 35px 0;
    }

    .grid-item {
        margin-bottom: 40px;
    }

    .grid-item:last-child {
        margin-bottom: 0;
    }

    .miwlo-creative-team {
        padding: 70px 50px;
    }

    .miwlo-creative-team-container {
        margin-top: 50px;
    }

    .miwlo-creative-team-text h3 {
        font-size: 30px;
    }

    .miwlo-creative-team-text p br {
        display: none;
    }

    .miwlo-single-team-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }



    /* =================================== */
    /* =========== About Page ============ */
    /* =================================== */

    .miwlo-about-wrap {
        padding-top: 110px;
        padding-bottom: 35px;
    }

    .miwlo-about-img-wrapper {
        padding-left: 20px;
    }

    .miwlo-about-text-wrapper {
        margin-top: 150px;
    }

    .miwlo-about-text-wrapper h1 {
        font-size: 30px;
    }


    /* ======================================= */
    /* =============== Contact =============== */
    /* ======================================= */

    .miwlo-contact-details-wrap {
        margin-top: -70px;
        padding-bottom: 35px;
    }

    .miwlo-contact-area {
        padding-top: 35px;
    }

    .miwlo-contact-form form .submit {
        width: 100%;
    }

    /* ======================================= */
    /* ================ Blog ================= */
    /* ======================================= */


}

/*
 * // Medium devices (tablets, 768px and up)
 */

@media (min-width: 768px) {

    .section-heading {
        font-size: 30px;
    }

    .miwlo-app-landing-banner-wrap {
        margin-bottom: 50px;
    }

    .miwlo-app-landing-banner-text p br,
    .miwlo-footer-text p br {
        display: none;
    }

    .miwlo-header-area-mobile,
    .miwlo-app-landing-banner-right,
    .app-landing-top-shape .circle-dot-right,
    .app-landing-top-shape .circle-dot-left,
    .miwlo-app-landing-banner-right,
    .app-landing-bottom-shape .app-line-dot-small-bottom,
    .feature-circle-dot-left, .miwlo-feature-img-shape,
    .miwlo-download-app-screenshot {
        display: block;
    }

    .app-landing-top-shape .circle-dot-left {
        left: 80px;
        top: 180px;
    }

    .app-landing-top-shape .circle-dot-right {
        right: 80px;
        top: 160px;
    }

    .miwlo-app-landing-banner-text h2 {
        font-size: 35px;
    }

    .app-landing-bottom-shape .circle-dot-bottom-left {
        bottom: 50px;
        left: 50px;
        right: auto;
    }

    .app-landing-top-shape .app-circle-shape {
        left: 33%;
    }

    .miwlo-why-choose-wrap,
    .miwlo-app-screenshot-wrap,
    .miwlo-app-testimonial-wrap,
    .miwlo-who-work-with-us {
        padding: 50px 0;
    }

    .why-choice-options.option-two,
    .why-choice-options.option-three {
        margin-top: 0;
    }

    .miwlo-features-wrap {
        padding: 50px 0;
    }

    .miwlo-feature-img-shape {
        right: 60px;
    }

    .miwlo-download-app-text {
        padding: 70px 0;
        position: relative;
        z-index: 1;
    }

    .miwlo-download-app-text h3 {
        margin-top: 0;
    }

    .miwlo-download-app-wrap {
        margin: 50px 0;
    }

    .miwlo-download-app-screenshot {
        bottom: 5px;
    }

    .miwlo-app-screenshot-wrap .swiper-next {
        right: 0;
    }

    .miwlo-app-screenshot-wrap .swiper-prev {
        left: 0;
    }

    .miwlo-app-testimonial-text h2 {
        font-size: 30px;
    }

    .who-work-with-us-col:nth-child(4),
    .who-work-with-us-col:nth-child(5) {
        margin-top: 25px;
    }

    .miwlo-subscribe-text,
    .miwlo-subscribe-form,
    .miwlo-footer-text {
        text-align: center;
    }

    .miwlo-subscribe-form,
    .miwlo-subscribe-newsletter-wrap.is-full-width {
        margin-top: 50px;
    }

    .miwlo-subscribe-newsletter-wrap.is-full-width {
        padding: 100px 0;
    }

    .miwlo-subscribe-text h3 {
        font-size: 30px;
    }

    .miwlo-footer-wrap {
        padding: 50px 0 75px;
    }

    .miwlo-footer-orange {
        padding: 70px 50px;
    }

    .miwlo-footer-text {
        margin-top: 0px;
        margin-top: 50px;
    }

    .miwlo-footer-text h3 {
        font-size: calc(1.3rem + .6vw);
    }

    .miwlo-footer-text p,
    .miwlo-footer-text ul li {
        font-size: 18px;
    }

    .miwlo-footer-social li a {
        padding: 5px;
    }


    /* =================================== */
    /* ========== SaaS Landing =========== */
    /* =================================== */

    .miwlo-saas-landing-banner-wrap {
        padding-bottom: 50px;
    }

    .miwlo-who-work-with-us.has-top-element {
        padding-top: 50px;
    }

    .miwlo-saas-landing-banner-text h3 br,
    .miwlo-saas-landing-banner-text p br,
    .miwlo-subscribe-text p br {
        display: block;
    }

    .who-work-with-us-col:last-child,
    .who-work-with-us-col:nth-last-child(2) {
        margin-bottom: 0;
    }

    .miwlo-why-choose-v2 .why-choice-options-img-wrap {
        padding-bottom: 0;
    }

    .miwlo-why-choose-v2 .why-choice-options-img-wrap:after,
    .miwlo-why-choose-bottom-shape,
    .feature-v2 .miwlo-features-text-wrapper ul,
    .miwlo-free-trial-text h3 br,
    .miwlo-pricing-plan-small-description,
    .miwlo-pricing-plan-bottom-shape {
        display: none;
    }

    .miwlo-free-trial-wrap,
    .miwlo-testimonial-slider-wrap,
    .miwlo-video-intro-wrap,
    .miwlo-pricing-plan-wrap {
        padding: 50px 0;
    }

    .miwlo-free-trial-text {
        text-align: center;
    }

    .miwlo-pricing-plan-table {
        padding: 30px 20px;
        margin: 0 -5px;
    }

    .miwlo-pricing-plan-features {
        margin-top: 20px;
    }

    .miwlo-pricing-plan-features ul li {
        padding-left: 35px;
        font-size: 15px;
    }

    .miwlo-pricing-plan-features .miwlo-btn-simple {
        margin-top: 0;
    }

    .miwlo-pricing-plan-table.table-two,
    .miwlo-pricing-plan-table.table-three {
        margin-top: 0;
    }

    .miwlo-creative-team-text h3 br,
    .miwlo-creative-team-text p br {
        display: none;
    }



    .miwlo-creative-team-wrap {
        padding: 50px 0;
    }

    .miwlo-creative-team-text p br {
        display: block;
    }


    /* =================================== */
    /* =========== About Page ============ */
    /* =================================== */

    .miwlo-about-wrap {
        padding-top: 110px;
        padding-bottom: 85px;
    }

    .miwlo-about-img-wrapper {
        padding-left: 20px;
        padding-right: 30px;
    }

    .miwlo-about-text-wrapper {
        margin-top: 0;
    }

    .miwlo-about-img-shape {
        display: none;
    }


    /* ======================================= */
    /* =============== Contact =============== */
    /* ======================================= */

    .miwlo-contact-details-wrap {
        margin-top: -70px;
        padding-bottom: 50px;
    }

    .miwlo-contact-area {
        padding-top: 50px;
    }
}






/*
 * // Large devices (desktops, 992px and up)
 */

@media (min-width: 992px) {

    .section-heading {
        font-size: 35px;
    }

    .miwlo-header-area-mobile {
        display: none;
    }

    .header-area-desktop {
        display: block;
    }

    .miwlo-app-landing-banner-wrap {
        padding-top: 200px;
        padding-bottom: 150px;
        margin: 0 0 50px;
    }

    .miwlo-app-landing-banner-text p br {
        display: block;
    }

    .app-landing-top-shape .circle-dot-left {
        left: 50px;
        top: 220px;
    }

    .app-landing-top-shape .circle-dot-right {
        right: 80px;
        top: 160px;
    }

    .app-landing-bottom-shape .circle-dot-bottom-left {
        bottom: 80px;
    }

    .miwlo-app-landing-banner-text h2 {
        font-size: 60px;
    }

    .miwlo-app-landing-banner-text p {
        font-size: 20px;
        font-weight: 400;
    }

    .why-choice-options.option-one,
    .why-choice-options.option-two {
        margin-bottom: 0;
    }


    .miwlo-download-app-text {
        padding: 100px 0;
    }

    .miwlo-features-text-wrapper h3 {
        margin-top: 0;
        font-size: 50px;
    }

    .miwlo-app-screenshot-wrap .swiper-next {
        right: 0;
    }

    .miwlo-app-screenshot-wrap .swiper-prev {
        left: 0;
    }

    .miwlo-app-testimonial-text h2 {
        font-size: 50px;
    }

    .miwlo-feature-img-shape {
        right: 70px;
    }

    .miwlo-download-app-screenshot {
        bottom: -5px;
    }

    .miwlo-download-app-text h3,
    .miwlo-subscribe-text h3 {
        font-size: 50px;
    }

    .miwlo-who-work-with-us-text {
        padding-bottom: 30px;
    }

    .who-work-with-us-col:nth-child(4),
    .who-work-with-us-col:nth-child(5) {
        margin-top: 0;
    }

    .miwlo-subscribe-text {
        text-align: left;
    }

    .miwlo-subscribe-form {
        text-align: right;
        margin-top: 0;
    }

    .miwlo-footer-orange {
        padding: 100px 110px;
    }

    .miwlo-footer-text {
        text-align: left;
        margin-top: 0;
    }

    .miwlo-footer-text p br {
        display: block;
    }


    .who-work-with-us-col:not(:last-child) {
        border-right: 0;
        margin-bottom: 0;
    }

    .miwlo-creative-team-container {
        margin-top: 0;
    }

    .miwlo-creative-team {
        padding: 100px;
    }

    .miwlo-creative-team-text h3 {
        font-size: 50px;
    }

    .miwlo-creative-team-text h3 br,
    .miwlo-creative-team-text p br {
        display: block;
    }

    .grid-item:last-child,
    .grid-item:nth-last-child(2) {
        margin-bottom: 0;
    }


    /* =================================== */
    /* =========== About Page ============ */
    /* =================================== */

    .miwlo-about-text-wrapper h1 {
        font-size: 50px;
    }


    /* =================================== */
    /* ============== Blog =============== */
    /* =================================== */

    .left-blog .miwlo-blog {
        padding-right: 50px;
    }

    .right-blog .miwlo-blog {
        padding-left: 50px;
    }

    .miwlo-blog-sidebar {
        margin-top: 0;
    }

    .right-blog .pagination-area {
        padding-left: 50px;
    }

    .miwlo-blog-details-wrap {
        padding: 50px;
    }


    /* ======================================= */
    /* =============== Contact =============== */
    /* ======================================= */

    .miwlo-contact-details-wrap {
        margin-top: -150px;
        padding-bottom: 50px;
    }

    .miwlo-contact-area {
        padding: 50px 0;
    }
}




/*
 * // X-Large devices (large desktops, 1200px and up)
 */

@media (min-width: 1200px) {

    .miwlo-app-landing-banner-wrap {
        margin-bottom: 75px;
        padding-left: 50px;
        padding-right: 50px;
        /*  margin: 0 80px 75px; */
    }

    .miwlo-app-landing-banner-text h2 {
        font-size: 70px;
    }

    .miwlo-app-landing-banner-right {
        margin-left: 0;
    }

    .miwlo-features-wrap {
        padding-bottom: 75px;
    }

    .miwlo-why-choose-wrap,
    .miwlo-app-screenshot-wrap,
    .miwlo-app-testimonial-wrap,
    .miwlo-who-work-with-us {
        padding: 75px 0;
    }

    .why-choice-options {
        padding: 50px 40px;
        margin-bottom: 0 !important;
    }

    .miwlo-why-choose-text {
        margin-bottom: 65px;
    }

    .miwlo-features-wrap,
    .miwlo-features-wrap.feature-one.feature-v2 {
        padding-top: 75px;
    }

    .miwlo-feature-img-shape {
        right: 60px;
    }

    .miwlo-features-text-wrapper h3,
    .miwlo-download-app-text h3,
    .miwlo-subscribe-text h3,
    .miwlo-app-testimonial-text h2 {
        font-size: 70px;
    }

    .miwlo-download-app-wrap {
        margin: 75px 0;
    }

    .miwlo-download-app-text {
        padding: 150px 0;
    }


    .miwlo-app-screenshot-wrap .swiper-next {
        right: -3.5%;
    }

    .miwlo-app-screenshot-wrap .swiper-prev {
        left: -3.5%;
    }

    .who-work-with-us-col:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, .2)
    }

    .miwlo-subscribe-newsletter-wrap.is-full-width {
        padding: 150px 0 140px;
        margin-top: 75px;
    }

    .miwlo-footer-wrap {
        padding: 100px 0 125px;
    }

    /* =================================== */
    /* ========== SaaS Landing =========== */
    /* =================================== */

    .miwlo-saas-landing-banner-wrap {
        padding-top: 150px;
        padding-bottom: 125px;
        margin-top: 100px;
        margin-left: 80px;
        margin-right: 80px;
    }

    .miwlo-saas-landing-banner-bg img {
        height: 80vh;
    }

    .saas-landing-top-shape .circle-dot-left {
        left: 300px;
        top: 140px;
    }

    .saas-landing-top-shape .circle-dot-right {
        right: 300px;
        top: 170px;
    }

    .saas-landing-middle-shape .triangle-shape-left {
        top: 360px;
        left: 350px;
    }

    .saas-landing-middle-shape .triangle-shape-right {
        top: 390px;
        right: 350px;
    }

    .miwlo-saas-banner-img-right-shape {
        right: -40px;
        bottom: -120px;
    }

    .miwlo-who-work-with-us.has-top-element {
        padding-top: 75px;
    }

    .miwlo-why-choose-v2 .why-choice-options-img-wrap:after,
    .miwlo-why-choose-bottom-shape,
    .feature-v2 .miwlo-features-text-wrapper ul,
    .miwlo-free-trial-text h3 br,
    .miwlo-pricing-plan-small-description,
    .miwlo-pricing-plan-bottom-shape,
    .miwlo-subscribe-text p br,
    .miwlo-saas-banner-img-left-shape,
    .miwlo-saas-banner-img-right-shape,
    .saas-landing-bottom-shape .circle-dot-bottom-right,
    .miwlo-why-choose-left-shape,
    .miwlo-video-intro-img-right-shape,
    .miwlo-video-intro-img-shape {
        display: block;
    }

    .miwlo-free-trial-wrap,
    .miwlo-video-intro-wrap {
        padding: 75px 0;
    }

    .miwlo-free-trial-text h3 {
        font-size: 70px;
    }






    .miwlo-creative-team-wrap {
        padding: 75px 0;
    }

    .miwlo-creative-team-text h3 {
        font-size: 70px;
    }


    /* =================================== */
    /* =========== About Page ============ */
    /* =================================== */

    .miwlo-about-wrap {
        padding-top: 150px;
        padding-bottom: 185px;
    }

    .miwlo-about-img-wrapper {
        padding-left: 100px;
        padding-right: 0;
    }

    .miwlo-about-text-wrapper h1 {
        font-size: 82px;
    }

    .miwlo-about-img-shape {
        display: block;
    }




    /* ======================================= */
    /* =============== Contact =============== */
    /* ======================================= */

    .miwlo-contact-details-wrap {
        padding-bottom: 75px;
    }

    .miwlo-contact-area {
        padding: 75px 0;
    }

    .miwlo-contact-form form .submit {
        width: 40%;
    }
}

/*
 * // XX-Large devices (larger desktops, 1400px and up)
 */

@media (min-width: 1600px) {
    .app-landing-top-shape .circle-dot-right {
        right: 250px;
        top: 200px;
    }

    .miwlo-app-screenshot-wrap .swiper-next {
        right: -7.5%;
    }

    .miwlo-app-screenshot-wrap .swiper-prev {
        left: -7.5%;
    }

    .miwlo-saas-banner-img-right-shape {
        right: 0;
        bottom: -40px;
    }

    .miwlo-video-intro-img-right-shape {
        top: -40px;
        right: -90px;
    }

    .miwlo-digital-landing-banner-wrap {
        margin-top: 100px;
        margin-left: 80px;
        margin-right: 80px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}