.intro-section-outer {
    background-color: #d41367;
    padding-top: 3.2vw;
    padding-bottom: 4.2vw;
}

.intro-section {
    font-size: 30px;
    text-align: center;
    max-width: 1060px;
}

.intro-section-outer .text-box {
    position: relative;
}

.intro-section-outer .text-box-mobile {
    display: none;
}

.intro-section-outer .text-box .text {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    top: 60px;
    left: 50px;
    right: 90px;
    font-size: 30px;
    text-align: center;
    color: #d41367;
}

.intro-section-outer .text-box img {
    pointer-events: none;
}

.title-img.logo {
    width: auto;
    margin-bottom: 40px;
}

.main-banner img {
    width: 100%;
}

.main-banner {
    position: relative;
}

.section-videos {
    padding-top: 6.8vw;
    padding-bottom: 6.8vw;    
}

.section-videos .title-img {
    margin-bottom: 55px;
}

.section-recipes {
    max-width: 1750px;
    padding-top: 7.8vw;
    padding-bottom: 4vw;
}

.recipes-row {
    margin-top: 7.2vw;
}

.see-more-recipes {
    color: #d41367;
    font-size: 33px;
    border-bottom: 3px solid;
    padding: 5px 10px;
    margin-top: 60px;
}

.see-more-recipes:hover {
    text-decoration: none;
    color: #d41367;
}

.section-recipes .recipe .photo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-recipes .recipe .photo img {
    display: block;
    max-height: 85%;
    z-index: 1;
}

.recipe .description {
    font-family: 'OpenSans-Medium';
    font-size: 24px;
}

.recipe .see-recipe {
    font-family: 'OpenSans-Medium';
    font-size: 16px;
}

.recipes-row > div {
    padding: 0 15px;
}

.misko-logo {
    margin: 0 auto 20px;
    max-width: 360px;
}

.packs-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.packs-wrapper a {
    padding: 0 15px;
    margin-bottom: 30px;
    color: #fff;
}

.packs-wrapper a:hover {
    opacity: 0.9;
}

.giati-misko-section {
    background-color: #f38bb0;
    padding-top: 4.7vw;
    padding-bottom: 4.7vw;
}

.giati-misko-section .title-img {
    margin-bottom: 10px;
}

.giati-misko-section .text {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 60px auto 0;
}

.section-symvoules {
    padding-top: 4.7vw;
    padding-bottom: 45px;
    background-color: #d41367;
}

.section-symvoules .title-img {
    margin-bottom: 6.4vw;
}

.section-symvoules .title-img.mobile {
    display: none;
}

.section-symvoules .icons-row img.mobile {
    display: none;
}

.recipe .text {
    height: 200px;
    min-height: 200px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1500px) {
    .giati-misko-section .container {
        max-width: 1460px;
    }
}

@media (min-width: 1620px) {
    .section-symvoules .container {
        max-width: 1580px;
    }
}

@media (min-width: 1800px) {
    .section-videos .container {
        max-width: 1750px;
    }
}

@media (min-width: 1200px) {
    .container.section-recipes .recipe .photo {
        height: 18.3vw;
    }
}

@media (min-width: 768px) {
    .recipes-row>div {
        max-width: 500px
    }
}

@media (max-width: 1500px) {
    .giati-misko-section .text br {
        display: none;
    }
}

@media (max-width: 1400px) {
    .intro-section-outer .text-box .text {
        font-size: 2vw;
    }
}

@media (max-width: 991px) {
    .container.section-recipes .recipe .photo {
        height: 240px;
    }

    .misko-logo {
        margin: 0 auto 50px;
        max-width: 145px;
    }    

    .packs-wrapper a {
        margin: 0 auto 50px;
        max-width: 225px;
    }

    .packs-wrapper a h2 {
        font-size: 20px;
    }

    .intro-section {
        font-size: 24px;
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .giati-misko-section .icons-row {
        flex-direction: column;
        align-items: center;
    }

    .giati-misko-section .icons-row .col {
        max-width: 280px;
        margin-bottom: 40px;
        flex-basis: auto;
    }

    .giati-misko-section .icons-row .col:last-child {
        margin-bottom: 0;
    }

    .giati-misko-section .text {
        font-size: 24px;
        margin-top: 35px;
    }

    .recipe .description {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .recipe .see-recipe {
        font-size: 11px;
    }

    .see-more-recipes {
        font-size: 23px;
    }

    .giati-misko-section {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .giati-misko-section .title-img {
        margin-bottom: 40px;
        width: 335px;
    }

    .recipe .text {
        height: 150px;
        min-height: 150px;
    }

    .section-recipes {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .intro-section-outer .text-box .text {
        bottom: 40px;
        top: 40px;
    }
}

@media (max-width: 820px) {
    .intro-section {
        font-size: 25px;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .recipes-row {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .recipes-row>div,
    .recipes-row > div:nth-child(odd),
    .recipes-row > div:nth-child(even) {
        max-width: 315px;
        padding: 0 15px;
        margin-bottom: 70px;
    }

    .see-more-recipes {
        font-size: 23px;
        border-bottom: 2px solid;
        margin-top: 0;
    }

    .recipes-row {
        margin-top: 0;
    }

    .packs-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .intro-section-outer .text-box-desktop {
        display: none;
    }
    
    .intro-section-outer .text-box {
        margin-top: 40px;
    }

    .intro-section-outer .text-box-mobile {
        display: block;        
        margin-left: 15px;
        min-height: 1000px;
    }

    .intro-section-outer .text-box .text {
        bottom: auto;
        top: 100px;
        left: 35px;
        right: 42px;
        font-size: 24px;        
    }

    .intro-section-outer {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .packs-wrapper a:last-child {
        margin-bottom: 0;
    }

    .section-videos {
        padding: 50px 0;
    }

    .section-videos .title-img {
        margin-bottom: 30px;
    }

    .section-videos .row > div:first-child {
        margin-bottom: 50px;
    }

    .section-videos .row > div:first-child .title-img {
        width: 305px;
    }

    .section-videos .row > div:last-child .title-img {
        width: 335px;
    }

    .section-symvoules .title-img {
        display: none;
    }

    .section-symvoules .title-img.mobile {
        display: block;
    }

    .section-symvoules .icons-row img {
        display: none;
    }

    .section-symvoules .icons-row img.mobile {
        display: block;
    }

    .section-symvoules {
        padding: 60px 0 25px;
    }

    .section-recipes .title-img {
        width: 170px;
        margin-bottom: 40px;
    }
}

@media (max-width: 420px) {
    .main-banner img {
        height: 235px;
        object-fit: cover;
    }

    .intro-section-outer .text-box .text {
        top: 6%;
    }
}

@media (max-width: 380px) {
    .intro-section-outer .text-box .text {
        right: 35px;
    }
}

@media (max-width: 370px) {
    .intro-section-outer .text-box .text {
        font-size: 22px;
    }
}