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

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

.about-cards{
    flex-direction: column;
}

.about-card{
    width: 70%;
}


.faq {
    padding-top: 120px;
 }

 .strategic img.image:nth-of-type(1){
    max-width: 550px;
    top: 57px;
 }

 .strategic img.image:nth-of-type(2){
   position: absolute;
   width: auto;
   bottom: -50px;
   right: 0;
 }
 .strategic img.image:nth-of-type(3){
    position: absolute;
    width: auto;
    top: 45%;
    left: 2%;
  }

  .strategic img.image:nth-of-type(4){
    position: absolute;
    width: auto;
    top: 17%;
    right: 13%;
  }
 
 
