.banner-ecommerce {
    background: linear-gradient(75deg, #0064F0 0%, #00C8FA 108.33%);
    width: 100%;
    min-height: 567px;
    align-items: center;
    display: flex;
}

.banner-pipe {
    background: linear-gradient(75deg, #0064F0 0%, #00C8FA 108.33%);
    width: 100%;
    display: flex;
    padding-top: 120px;
}

.banner-ecommerce .card-form {
    position: relative;
    top: 80px;
}

.card-pipe {
    border-radius: 15px;
    background: #FFF;
    width: 827px;
    margin: 0 auto;
    padding: 51px 80px;

    position: relative;
    margin-bottom: -100px;
    box-shadow: 16px 16px 30.3px 0px rgba(52, 78, 115, 0.10);

}

.banner-pipe .text {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.banner-pipe h4 {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 48px;
}

.faq {
    padding-top: 120px;
}

.strategic img.image:nth-of-type(1){
    top: 50px;
  z-index: 1;
 }

 .strategic img.image:nth-of-type(2){
    position: absolute;
    top: 35%;
    left: -26%;
    width: auto;
    max-width: 400px;

 }




