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

.banner-servers .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) {
    z-index: 1;
    top: 50px;
}
.strategic img.image:nth-of-type(2) {
    position: absolute;
    width: auto;
    max-width: 218px;
    top: 18%;
    left: -10%;
    z-index: 1;
}

.strategic img.image:nth-of-type(3) {
    position: absolute;
    width: auto;
    max-width: 218px;
    top: 60%;
   right: 0;
    z-index: 1;
}


  