.symf_area--sectionContentSide, .symf_area--sectionImgSide{
    width: 100%;
    flex: 3;
}
.sec1 .symf_area--sectionImgSide{
    background-image: none;
    
}
.sec1{
    background-image: url(../img/r2platnik_migracja/baner1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.symf_area--doubleSection.sec1{
    display: flex;
    flex-direction: column;
    color: white;
    padding-bottom: 4rem;
}
.sec1 .symf_area--sectionImgSide{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   flex: 2;
}
.sec1 .line_beetween{
    width: 0.5rem;
    height: 13rem;
    border-radius: 0.5rem;
    background-color: #00dc00;
    margin: 2rem 0 2rem 0;
    align-self: center;
}
.grabbEdit1{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 77rem;
}
.grabbEdit1 a{
    color: white;
}
.main_logo_lft{
    width: 14rem;
    height: 3rem;
    margin-bottom: 4rem;
}

.banner_line{
    height: .5rem;
    width: 7rem;
    border-radius: .5rem;
    background-color: #00dc00;
    margin: 2rem 0 2rem 0;
}

.bannerTitle{
    color: white;
    font-size: 3rem;
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: inherit;
    margin: 2rem 0;
}
.bannerTitle span{
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}
.button_banner_anchor{
    text-decoration: none;
}
.button_banner {
    background-color: #00dc00;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: .5rem;
}
.button_banner p{
    margin: 0;
    text-align: center;
    margin: 0 .5rem;
    color: black;
    font-weight: 500;
    font-family: 'Quicksand',sans-serif;
}
.button_banner p span{
    color: white;
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}
.button_banner img{
    margin: 0 .5rem;
    width: 3.4rem;
    height: 3rem;
}

.rgtSide_ebiura{
    padding-left: 4rem;
}
.rgtSide_ebiura p{
    margin: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
}
.rgtSide_ebiura ul{
    padding-left: 2rem;
}
.rgtSide_ebiura ul li{
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.2rem;
}
.rgtSide_ebiura ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #00dc00; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

  .ebiura_stripe{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6rem;
  }

  .ebiura_stripe-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 72rem;
  }
  .ebiura_stripe-holder img{
    width: 18rem;
    height: auto;
  }

  .ebiuraEdit1{
      background-image: url(../img/r2platnik_migracja/baner2.webp);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .ebiuraEdit1 .symf_area--featuresTitle{
      color: white;
  }
  
  .ebiuraEdit1 .symf_area--featuresTitle span{
    font-size: 1.5rem;
}

.ebiuraEdit1 .symf_area--oneFeature{
    box-shadow: none;
    max-width: 17rem;
    margin: 0;
    justify-content: space-between;
}

.ebiuraEdit1 .symf_area--featureIcon{
    height: auto;
    width: 11rem;
}

.ebiuraEdit1 .symf_area--oneFeature p{
    color: white;
    margin: 0;
    min-height: 10rem;
    font-weight: 500;
    font-size: 1.2rem;
}

.ebiuraEdit1 .symf_area--oneFeature:nth-of-type(odd) {
    margin-top: 2rem;
}
.ebiuraEdit1 .symf_area--oneFeature:nth-of-type(even) {
    margin-top: -2rem;
}
.ebiuraEdit2 .symf_area--oneFeature{
    max-width: 21rem;
}

.ebiuraEdit2 .symf_area--featureIcon{
    height: 5rem;
    width: auto;
}
p.symf_area--featureTitle {
    min-height: 6rem;
}

p.symf_area--featureDescription{
    font-size: 1rem;
    padding: 0 1rem;
}
.ebiuraEdit3{
    background-image: url(../img/ebiura/tlo2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ebiuraEdit3 .symf_area--featuresTitle{
    color: white;
}
.ebiuraEdit3 .symf_area--oneFeature{
    box-shadow: none;
    max-width: 14rem;
}
.ebiuraEdit3 .symf_area--oneFeature p{
    color: white;
}

.ebiuraEdit3 .symf_area--featureIcon {
    height: auto;
    width: 8rem;
}
.ebiuraEdit3 .symf_area--oneFeature:last-of-type .symf_area--featureIcon{
    width: 4rem;
}

.ebiuraEdit3 .symf_area--featuresGrabber {
    width: 100%;
}
.ebiuraEdit3 .desc_additional{
    color: white;
}

.clientArea__singleFaqAnswer ul{
    padding-left: 2rem;
}


.clientArea__singleFaqButton:before {
    content: '';
    position: absolute;
    top: 1.3rem;
    right: 2rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid black;
    border-right: 0.2rem solid black;
    transform: rotate(45deg);
}

.clientArea__singleFaqButton{
    position: relative;
}

.clientArea__singleFaqButton.active:before{
    transform: rotate(135deg);
}
.prccheck{
    margin-top: 2rem;
    color:white;
}

.clientArea__singleFaqAnswer ul li {
    line-height: normal;
}

/**/

.section_direction{
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
}
.section_direction h3{
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Quicksand',sans-serif;
    margin-bottom: 2rem;
    text-align: center;
    line-height: initial;
}

.section_direction--grabber{
    width: 100%;
    max-width: 70rem;
}

.section_direction--line{
    display: flex;
    justify-content: center;
    
    margin: 1rem 0;
}
.section_direction--lft{
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    border-radius: 0.5rem;
    padding: 2rem;
    width: 100%;
    max-width: 17rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_direction--lft p{
    margin: .5rem 0;
}
.section_direction--mid{
    margin-right: 1rem;
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_direction--mid .arrow{
    height: 2rem;
    width: 2rem;
    border-right: .35rem solid black;
    border-top: .35rem solid black;
    transform: rotate(45deg);
}
.section_direction--rgt{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    border-radius: 0.5rem;
    padding: 2rem;
}
.section_direction--rgt a{
    margin: 0.5rem 0;
    font-size: 1.2rem;
    color: var(--cloud-color);
}
.section_direction--rgt span{
    margin: 0.5rem 0;
    font-size: 1.2rem;
    
}
.section_direction--inf{
    margin-top: 4rem;
    font-weight: bold;
}
.clientArea__faq{
    padding-bottom: 2rem;
}


.grabberrowedit .symf_area--oneFeature p{
    margin-top: 2rem;
}

.grabberrowedit .symf_area--oneFeature {
    max-width: 40rem;
}

@media only screen and (max-width: 900px){
    .sec1 .symf_area--sectionGrabber{
        flex-direction: column;
    }

    .symf_area--sectionImgSide{
        order: unset;
    }

    .ebiura_stripe-holder{
        flex-direction: column;
    }

    .ebiura_stripe-holder img{
        margin-top: 4rem;
    }

    .ebiuraEdit3 .symf_area--featuresTitle{
        padding: 0;
    }
    .sec1 .line_beetween{
        display: none;
    }

    .section_direction--line{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section_direction--lft{
        box-shadow: none;
        text-align: center;
    }
    .section_direction--lft p{
        font-weight: bold;
    }
    .section_direction--mid{
        display: none;
    }
    .section_direction--rgt{
        align-items: center;
        max-width: 35rem;
    }
}