.websiteContainer.websiteSeo section.mainContainer  .header {
    height: 200px;
}

.websiteContainer.websiteSeo section.header .headerText {
    margin: 0;
}

.websiteContainer.websiteSeo section.mainContainer .sectionTop .sectionTopImage {
    width: 320px;
    right: unset;
    left: unset;
    bottom: calc(100% - 65px);
}

.columnsContainer {
    margin-top: 33px;
}

.advantagesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 22px;
    margin: 40px 0;
}

.advantagesContainer .advantage {
    margin-bottom: 20px;
}

.advantagesContainer .larger {
    font-size: 24px;
}

.howMuch {
    margin-bottom: 45px;
}

.custom {
    margin-bottom: 98px;
}

.aiAndGoogle {
    margin-bottom: 85px;
}

.productContainer {
    margin-bottom: 62px;
}

/* Laptop Screen 1280px */
@media only screen and (min-width: 1280px) {
    .websiteContainer.websiteSeo section.mainContainer .sectionTop .sectionTopImage {
        left: calc((100% - 1260px) / 2);
        bottom: calc(100% - 15px);
    }
    .advantagesContainer {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        text-align: right;
    }
    .advantagesContainer .advantage {
        width: 282px;
        margin-bottom: 0;
    }
    .optimization .infoListsContainer .infoLists {
        justify-content: center;
    }
}