.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%;
}

.about-details .active{
    height: auto;
}



.faq {
    padding-top: 120px;
 }
  
.strategic img.image:nth-of-type(1) {
    z-index: 1;
    top: 57px;
    max-width: 500px;
}

.strategic img.image:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 41%;
    width: auto;
    z-index: 1;
    max-width: 100px;
}

.strategic img.image:nth-of-type(3) {
    position: absolute;
    top: 5%;
    right: 8%;
    width: auto;
    max-width: 306px;
}
.strategic img.image:nth-of-type(4) {
    position: absolute;
    top: 29%;
    right: 8%;
    width: auto;
    max-width: 300px;
}

