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

.banner-representatives .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) {
    top: 57px;
    z-index: 1;
}

.strategic img.image:nth-of-type(2) {
    width: 100%;
    position: absolute;
    bottom: auto;
    left: -10px;
}

.strategic img.image:nth-of-type(3) {
    left: 0;
    top: 2%;
}

.strategic img.image:nth-of-type(4) {
    top: 10%;
    right: 0;
}

.strategic img.image:nth-of-type(5) {
    bottom: 17%;
    left: -5%;
}

.strategic img.image:nth-of-type(6) {
    bottom: 20%;
    right: 4%;
}


.strategic img.image:nth-of-type(3),
.strategic img.image:nth-of-type(4),
.strategic img.image:nth-of-type(5),
.strategic img.image:nth-of-type(6) {
    position: absolute;
    width: auto;
    position: absolute;
    z-index: 2;
}