section.cook-content .title-content {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 60px 0;
    background: #f4f5f7;
}

section.cook-content {
    margin: 80px auto 50px;
}

section.cook-content .title-content h2 {
    font-family: "aller", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.img-content {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
.cook-area .cook-text-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0;
}

.img-content .cook-content {
    padding: 0 50px 0 0;
    max-width: 55%;
}
.widget-snippet a{
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    color: #2785e7;
    font-weight: 400;
    text-decoration: underline;
}
.widget-snippet a:hover{
opacity: 0.9;
color: #0d0d0e;
}




.inright.market-img{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: inright;
    -webkit-animation-name: inright;
}
@keyframes inright {
    from {
        transform: translate3d(50px,0,0);
      opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
