.tools h1 {
    position: absolute;
    left: 50% !important;
    text-align: left;
    top: -6vh !important;
    right: 0% !important;
}

.header__sign-up {
    width: 8.14vw !important;
}

@media (min-width: 640px) {
    .header__navigation ul {
        width: 46.25vw !important;
    }
    .solve-problems__slider__controls {
        margin-top: 0vw !important;
    }
    .brands__see-all {
        width: 22.63vw !important;
    }
    .opportunities__cards-list__card__go-to-offers-card__go-to-offers-btn {
        text-align: center !important;
    }
    .advertiser-card {
        width: 19.68vw !important;
    }
    .advertiser-card__controls__join {
        padding: 0.76vw 0.2vw !important;
    }
    .solve-problems__slider__slide__content__description {
        margin-bottom: 9vw !important;
    }
}

@media (max-width: 768px) {
    .advertiser-card__controls__join {
        padding: 1.44vw 4.38vw !important;
    }
    .tools h1 {
        position: relative;
        left: 0% !important;
        right: 0% !important;
        text-align: center;
        top: 0% !important;
    }
}