.grid-container.main-content {
    max-width: 100%;
    padding: 0;
}

/**********/
/* Header */
/**********/
.namefruits-header {
    margin: 6rem 0;
}

.namefruits-header-left-buttons {
    margin-top: 3rem;
}

@media screen and (max-width: 767px) {
    .namefruits-header {
        margin-top: 4rem;
    }

    .namefruits-header-container {
        text-align: center;
    }

    .namefruits-header-left-buttons {
        margin-bottom: 3rem;
    }
}

/**************/
/* Known from */
/**************/
.namefruits-knownFrom {
    margin: 8rem 0 8rem;
}

.namefruits-knownFrom p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.namefruits-knownFrom p a {
    padding: 0 1rem;
}

.namefruits-knownFrom p picture {
    height: auto !important;
}

.namefruits-knownFrom p img {
    height: 50px !important;
}

@media screen and (max-width: 767px) {
    .namefruits-knownFrom {
        margin: 4rem 0 4rem;
    }
}

@media screen and (max-width: 1000px) {
    .namefruits-knownFrom p img {
        height: auto !important;
    }
}

@media screen and (max-width: 500px) {
    .namefruits-knownFrom p {
        flex-wrap: wrap;
    }

    .namefruits-knownFrom p img {
        height: 50px !important;
        justify-content: center;
        margin: 0.5rem 0;
    }
}

/*********/
/* Quote */
/*********/
.namefruits-quotes {
    margin: 6rem 0;
}

.namefruits-quotes-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.namefruits-quotes-entry {
    border: 3px solid #699C2D;
    border-radius: 1rem;
    margin: 3rem 0;
    padding: 2rem;
}

.namefruits-quotes-content {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .namefruits-quotes {
        margin: 3rem 0;
    }
}

/*************************/
/* Namefruits Advantages */
/*************************/
.namefruits-advantages {
    margin: 6rem 0;
    background-color: #fafafa;
    padding: 6rem 0 3rem;
}

.namefruits-advantages-list > div {
    margin-bottom: 3rem;
}

.namefruits-advantages-content {
    text-align: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    padding-left: 20px;
    padding-right: 20px;
}

.namefruits-advantages-list img {
    display: block;
}

.namefruits-advantages-list h2 {
    font-size: 1.75rem;
    margin-top: 1rem;
    position: relative;
    color: #fff;
    padding: 5px 10px;
    z-index: 0;
    display: inline-block;
    margin-bottom: 1rem;
}

.namefruits-advantages-list h2:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #cc357e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skewY(1deg) skewX(-3deg);
}

@media screen and (max-width: 767px) {
    .namefruits-advantages {
        margin: 3rem 0;
        padding: 3rem 0;
    }

    .namefruits-advantages-list > div {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .namefruits-advantages-list {
        display: flex;
        flex-wrap: wrap;
    }
}

/**********************/
/* Namefruits Counter */
/**********************/
.namefruits-counter {
    margin: 6rem 0;
}

.namefruits-counter-title {
    text-align: center;
    margin-bottom: 4rem;
}

.namefruits-counter .countUpBasic-entry {
    flex-basis: 50%;
    text-align: center;
    margin-bottom: 4rem;
}

.namefruits-counter .countUpBasic-wrapper {
    flex-wrap: wrap;
}

.namefruits-counter .countUpBasic-entry-header-number {
    color: #699C2D;
    font-family: "Georgia", serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.namefruits-counter .countUpBasic-entry-title {
    color: inherit;
    font-size: 30px;
    margin-top: 0;
}

.namefruits-counter span.sub {
    font-size: 1rem;
    line-height: 0;
}

/***********/
/* Pricing */
/***********/
.namefruits-pricing {
    margin: 6rem 0;
    text-align: center;
    position: relative;
    padding-bottom: 8rem;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.namefruits-pricing-bgImage {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 940px;
    width: auto;
    max-height: 100%;
}

.type-namefruits-template-namefruits-website-types-namefruitsLandingPage .namefruits-pricing-box {
    margin: 4rem auto 0;
    width: initial;
    padding: 3rem;
}

.type-namefruits-template-namefruits-website-types-namefruitsLandingPage .namefruits-pricing-box-image {
    margin-bottom: 3rem;
}

.type-namefruits-template-namefruits-website-types-namefruitsLandingPage.namefruits-pricing-box-price {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 1920px) {
    .namefruits-pricing {
        background-size: auto 800px;
    }
}

@media screen and (max-width: 767px) {
    .namefruits-pricing {
        background-size: auto 250px;
        background-position: center bottom;
        padding-bottom: 280px !important;
    }

    .namefruits-pricing-box {
        padding: 2rem 1rem !important;
    }
}

.namefruits-pricing-box-noAboInfo {
    position: absolute;
    left: -200px;
    top: 100px;
    width: 160px;
}

.namefruits-pricing-box-noAboInfo span {
    transform: rotate(-16deg);
    display: block;
    font-size: 1.25rem;
}

.namefruits-pricing-box-noAboInfo img {
    display: block;
    margin-left: auto;
}

/*@media screen and (max-width: 1200px) {
    .namefruits-pricing-box-noAboInfo {
        top: -150px;
        left: -100px;
        transform: rotate(45deg);
    }


}*/

@media screen and (max-width: 1200px) {
    .namefruits-pricing-box {
        position: initial;
    }

    .namefruits-pricing-box-noAboInfo {
        top: -150px;
        left: -20px;
        transform: rotate(45deg);
    }

    .type-namefruits-template-namefruits-website-types-namefruitsLandingPage .namefruits-pricing-box {
        margin: 160px auto 0;
    }
}

/**************/
/* Hero image */
/**************/
.namefruits-heroImage img {
    display: block;
    max-height: 760px;
    width: 100%;
    object-fit: cover;
}

/**************/
/* CTA banner */
/**************/
.namefruits-ctaBanner {
    margin: 6rem 0;
}

.namefruits-ctaBanner-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .namefruits-ctaBanner-content {
        max-width: 800px;
    }
}