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

.banner-catalog .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: auto;
    max-width: 100px;
    position: absolute;
    left: -11px;
    top: 37%;
    z-index: 1;
}


