.main-hero-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;
}

.google-ads-perf {
    padding-top: 60px;
    padding-bottom: 60px;
}

.google-ads-seo {
    background-color: var(--primary);
    padding: 60px 0;
}

.google-ads-hero-image {
    width: 50%;
}
.google-ads-work {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-work-slider {
    position: relative;
    z-index: 1;
}

.home-work-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.home-work-slider-nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-out;
}

.home-work-slider-nav-btn:hover {
    background-color: var(--white);
    color: var(--primary);
}

.home-work-slider-nav-btn svg {
    height: 50%;
}

.home-work-list {
    padding: 8px 0;
    cursor: grab;
}

.google-ads-merchant-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.google-ads-perf-items li {
    position: relative;
    padding-bottom: 2em;
}
.google-ads-perf-items li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 60%;
    border-bottom: 3px solid var(--primary);
}
.google-ads-perf-items li:last-child::after {
    border-bottom: 0;
}

.google-ads-seo-items li {
    position: relative;
    padding-bottom: 2em;
}
.google-ads-seo-items li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 60%;
    border-bottom: 3px solid var(--white);
}
.google-ads-seo-items li:last-child::after {
    border-bottom: 0;
}
.google-ads-merchant-content {
    padding-bottom: 30px;
}
.google-ads-merchant-image {
    max-width: 400px;
    margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
    .google-ads-hero-content {
        width: 50%;
    }
    .main-hero-container {
        gap: 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .google-ads-hero-image {
        display: block;
        position: relative;
        right: -32px;
        max-width: 465px;
    }
    .google-ads-perf-headings {
        max-width: 700px;
    }
    .google-ads-perf-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .google-ads-perf-content {
        max-width: 580px;
    }

    .google-ads-perf-items {
        margin-top: 100px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }

    .google-ads-perf-items li:last-child::after {
        border-bottom: 3px solid var(--primary);
    }
    .google-ads-seo-items li:last-child::after {
        border-bottom: 3px solid var(--white);
    }

    .google-ads-seo {
        padding-bottom: 120px;
    }

    .google-ads-seo-heading {
        font-size: 33px;
        margin-bottom: 1em;
    }

    .google-ads-seo-items {
        margin-top: 4em;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }

    .google-ads-work {
        padding-bottom: 120px;
    }

    .google-ads-work-actions {
        display: flex;
        justify-content: center;
    }

    .google-ads-merchant-wrap {
        padding-top: 120px;
        padding-bottom: 120px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }
}
