.banner {
    width: 100%;
    margin-top: 2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nbwtl {
    padding-left: 0;
    padding-top: 0;
}

.nbtl {
    background-color: #93ebff;
    border-bottom-right-radius: 15px;
}

.banner-wrapper {
    position: relative;
}

.btn-banner {
    background-color: #ED4545;
    font-size: 1em;
    width: 200px;
    padding: 15px 25px;
    color: #fff;
    font-weight: bolder;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.btn-banner-left {
    position: absolute;
    top: 70%;
    left: 10%;
}

.btn-banner-right {
    position: absolute;
    top: 70%;
    right: 10%;
}

.btn-banner:hover {
    color: #ffb098;
    background-color: rgb(255, 96, 96);
}

.nutrition, .mini-viev {
    width: 100%;
}

.title {
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 63px;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #4e4e4e;
}

.mini-viev {
    width: 100%;
    margin-top: 1rem;
}

.btn-mini-viev {
    width: 100%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.back {
    color: #424242;
    text-decoration: none;
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}


a:hover {
    text-decoration: none;
}

.back:hover {
    color: #646464;
    text-decoration: none;
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
}

.blue-icons {
    width: 100%;
    margin: 2rem 0;
}

.energy {
    color: #FF6B00;
}

.lemon {
    color: #D3E55C;
}

.peppermint {
    color: #29BFEE;
}

.strawberry {
    color: #FB4970;
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 40px;
    }

    .peppermint {
        font-size: 30px;
    }

    .strawberry {
        font-size: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .mini-viev::last-child {
      margin-bottom: 5rem;
    }
}