#m2m .header {
    background-image: url("/img/paar_landing/hero.jpg");
    background-position: center;
    background-size: cover;
}
#m2m .blt-2 {
    border-top: 2px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
#m2m .pd0 {
    padding-top: 300px;
    padding-bottom: 100px;
}
#m2m .pd00 {
    padding-top: 0;
}
#m2m .intro-block-o2 {
    max-width: 45%;
    padding-bottom: 100px;
    margin-left: auto;
}
#m2m .head_mob {
    display: none;
}
#m2m .head_mob-2 {
    display: none;
}
#m2m .head_desc {
    font-size: 18px;
    color: white;
}
#m2m .col1 {
    background: grey;
    background-position: center;
    background-size: cover;
}
#m2m .col1-img1 {
    background-image: url("/img/paar_landing/pirkumi-1.jpg") !important;
    background-position: center;
    background-size: cover;
}
#m2m .col1-img2 {
    background-image: url("/img/paar_landing/pirkumi-2.jpg") !important;
    background-position: center;
    background-size: cover;
}
#m2m .col2 {
    flex: 1;
    justify-content: center;
    align-self: center;
    padding-left: 120px;
    position: relative;
}
#m2m .faq_custom:first-of-type{
    padding-top: 20px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
#m2m .faq_custom {
    padding-top: 20px;
    border-bottom: 2px solid white;
    cursor: pointer;
}
#m2m .open:before {
    background-image: url(/img/paar_landing/icons/minuss.svg) !important;
}
#m2m .faq_custom:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(/img/paar_landing/icons/plus.svg);
    right: 0;
}
#m2m .faq_expand {
    display: none;
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 30px;
}
#m2m .faq_heading {
    padding-bottom: 20px;
    font-size: 24px;
    width: 90%;
}
#m2m .w-cards {
    display: flex;
}
#m2m .w-c-cont {
    position: relative;
    background: white;
    flex: 0 0 23%;
    width: 23%;
    height: 375px;
    margin-right: 31px;
}
#m2m .w-c-bottom {
    position: absolute;
    bottom: 15px;
    color: black;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}
#m2m .w-c-cont:last-child {
    margin-right: 0 !important;
}
#m2m .wc-text {
    color: black;
    padding: 25px;
}
#m2m .wc-heading {
    font-size: 22px;
    margin-bottom: 15px;
}
#m2m .order-1 {
    order: 1;
    margin-left: 120px;
}
#m2m .order-2 {
    padding-left: 0;
}
#m2m .gp-button {
    float: right;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #0086ff;
    color: white;
    display: inline-block;
}
#m2m .gp-txt {
    float: left;
    padding: 5px;
    font-style: italic;
}
#m2m .c2-d1 {
    margin-top: 20px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#m2m .c3-d1 {
    margin-top: 20px;
    font-size: 14px;
    color: #c1c1c1;
}
#m2m .mob_faq {
    display: none;
}
#m2m .dfl {
    display: flex;
}
#m2m .cardicon {
    width: 40px;
    height: 40px;
}
#m2m .cardtxt {
    padding-left: 15px;
}
#m2m .wrpflex {
    display: flex;
}
#m2m .ib-2 {
    padding-right: 50px;
}
#m2m .iphones {
    display: flex;
    width: 594px;
    margin-right: 50px;
    margin-top: 185px;
}
#m2m .iphone-img-1 {
    width: 50%;
}
#m2m .iphone-img-2 {
    width: 50%;
    padding-left: 50px;
}
#m2m .pb100 {
    padding-bottom: 100px !important;
}
@media (max-width: 1228px) {
    #m2m .w-cards {
        display: block;
        white-space: nowrap;
        width: auto;
        overflow: auto;
        margin: 0 auto;
        padding-bottom: 5px;
    }
    #m2m .w-c-cont {
        display: inline-grid;
        position: relative;
        background: white;
        width: 275px;
        height: 375px;
        margin-right: 31px;
        white-space: normal;
    }
    #m2m .w-cards::-webkit-scrollbar {
        width: auto;
        height: 7px;
    }

    /* Track */
    #m2m .w-cards::-webkit-scrollbar-track {
        background: #333333;
    }

    /* Handle */
    #m2m .w-cards::-webkit-scrollbar-thumb {
        background: #6f6f6f;
    }

    /* Handle on hover */
    #m2m .w-cards::-webkit-scrollbar-thumb:hover {
        background: #838383;
    }
}
@media (min-width: 768px) and (max-width: 1227px) {
    #m2m .wrpmob {
        margin: 0;
    }
}
@media (max-width: 767px) {
    #m2m .faq_custom:before {
        right: 20px !important;
    }
    #m2m .w-c-cont:nth-child(1) {
        margin-left: 20px !important;
    }
    #m2m .w-c-cont:last-child {
        margin-right: 20px !important;
    }
    #m2m .col_mob_desc {
        padding-bottom: 50px;
    }
    #m2m .iphones {
        display: flex;
        width: auto;
        padding: 0 20px;
        margin-right: 50px;
        margin-top: 0px;
    }
    #m2m .wrpflex {
        display: block !important;
    }
    #m2m .ib-2 {
        padding-right: 0;
    }
    #m2m .mob_faq {
        display: block;
        background: #161616;
        padding-bottom: 100px;
        padding-top: 670px;
    }
    #m2m .col2_mob {
        margin: 0 20px;
    }
    #m2m .w-cards::-webkit-scrollbar {
        display: none;
    }
    #m2m .w-cards {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    #m2m .col1-img1 {
        position: absolute;
        background-image: url("/img/paar_landing/pirkumi-1_mob.jpg") !important;
        background-position: center;
        background-size: cover;
    }
    #m2m .col1-img2 {
        position: absolute;
        background-image: url("/img/paar_landing/pirkumi-2_mob.jpg") !important;
        background-position: center;
        background-size: cover;
    }
    #m2m .head_desc {
        font-size: 14px;
        color: white;
    }
    #m2m .order-1 {
        order: 1;
        margin-left: 0;
    }
    #m2m .order-2 {
        padding-left: 0;
    }
    #m2m .header {
        background-image: url("/img/paar_landing/hero_mobile.jpg");
    }
    #m2m .banner-heading {
        font-size: 32px;
        padding-top: 50px;
    }
    #m2m .col_mob {
        background-color: unset;
    }
    #m2m .col_mob .bb-2 {
        border-bottom: unset;
        margin-bottom: 20px;
    }
    #m2m .pd300_mob {
        padding-top: 300px;
    }
    #m2m .pd0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    #m2m .mb-txt {
        margin-bottom: 100px !important;
    }
    #m2m .blt-2 {
        padding-bottom: 40px !important;
    }
    #m2m .head_mob {
        display: inline-block;
        position: absolute;
        padding: 20px;
        padding-left: 50px;
        padding-right: 50px;
        background: black;
        top: 70px;
        font-size: 28px;
        font-weight: 700;
    }
    #m2m .head_mob-2 {
        display: inline-block;
        position: absolute;
        padding: 20px;
        padding-left: 50px;
        padding-right: 50px;
        background: black;
        bottom: 70px;
        font-size: 28px;
        font-weight: 700;
    }
    #m2m .wrpmob {
        margin: 0 !important;
    }
    #m2m .mob-intro-block {
        display: block;
        width: auto;
        margin: 0 20px;
    }
    #m2m .intro-block-o2 {
        max-width: 100%;
        padding-bottom: 100px;
        margin-left: unset;
    }
    #m2m .pd100 {
        padding-top: 100px;
    }
}
