.content-sec1 {
    position: relative;
    flex-direction: column;
    padding: 13% 3%;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sub-content {
    max-width: 600px;
}

.title-line1 {
    font-size: 35px;
    margin-bottom: 0;
}

.title-line2 {
    font-weight: 700;
    font-size: 50px;
    margin-top: 0;
}

.description {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.5;
}

.sec-bttom {
    position: absolute;
    bottom: 2%;
    color: #000;
}

.logo-row {
    max-width: 60%;
}

.logo-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.logo-col img {
    max-width: 50%;
    height: auto;
}

.testimonial-container {
    width: 90%;
    display: flex;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.content-sec2 {
    flex-direction: column;
    padding: 30px 50px;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.intro-sec2 {
    font-style: italic;
    margin-bottom: 15px;
}

.title-sec2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    background-color: transparent;
}

.icon {
    width: 30px;
    height: 30px;
}


.feature strong {
    font-size: 18px;
}

.feature span {
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.testimonial-sec2 {
    font-style: italic;
    margin-top: 30px;
    font-size: 16px;
    color: #ddd;
}

.author-sec2 {
    display: block;
    color: #f39c12;
    font-weight: bold;
    margin-top: 10px;
}

.content-sec3 {
    flex-direction: column;
    display: flex;
    padding: 30px 50px;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #000;
}

.list-wrapper ul {
    list-style: none;
    padding-left: 0;
}

.list-wrapper ul ul {
    padding-left: 15px;
    margin-top: 10px;
}

.list-wrapper li {
    margin-bottom: 20px;
}

.list-wrapper li img {
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
}

.riskFree-section {
    display: flex;
    margin: 30px 0;
}

/* mobile */
@media (max-width: 768px) {

    .content-sec1 {
        background-image: none;
        background-color: #aa0103;
        padding: 2% 5%;
    }

    .content-sec2 {
        background: black;
        margin-top: 40px
    }

    .content-sec3 {
        background: white;
        padding: 30px;
    }

    .sub-content {
        margin-left: 0;
    }

    .riskFree-section {
        display: block;
    }

    /* hide on mobile */
    .hide-recomendedSection-mobile {
        display: none;
    }

    .testimonial-container {
        margin-top: 5%;
        display: block;
    }
}

@media (max-width: 980px) {

    .sub-content {
        max-width: 500px;
    }

}

@media (min-width: 769px) {
    .content-sec1 {
        background-image: url('https://www.soscuisine.com/wp-content/uploads/2018/02/c20cad9b.jpg');
    }

    .title-line1 {
        margin-top: 45px;
    }

    .content-sec2 {
        background-image: url('/wp-content/themes/soscuisinewp/images/9c31c9b3.png');
    }

    .content-sec3 {
        background-image: url('https://www.soscuisine.com/wp-content/uploads/2018/02/a547863b-bg2.jpg');
    }

    /* hide on Tablet and Desktop */
    .hide-recomendedSection-tablet-desktop {
        display: none;
    }

}

@media (min-width: 1100px) and (max-width: 1400px) {
    .sub-content {
        padding-left: 5%;
    }

}

@media only screen and (min-width: 1401px) {
    .sub-content {
        margin-left: 15%;
        padding: 0;
    }

    .title-line1 {
        margin-top: 0;
    }
}

/* large screen */
@media only screen and (min-width: 1920px) {
    .content-sec1 {
        padding: 11% 5%;
    }

    .description {
        font-size: 20px;
    }

    .sec-bttom {
        bottom: 0;
    }
}

.container {
    width: 90%;
    margin-top: 30px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.guarantee-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.guarantee-section img {
    width: 150px;
    margin-right: 20px;
}

.guarantee-text {
    flex: 1;
}

.red-text {
    color: rgb(204, 5, 5);
    ;
    font-weight: bold;
}

.author-lp {
    font-style: italic;
    font-weight: bold;
}

.subscription-section {
    text-align: center;
}

.price {
    font-size: 16px;
    font-weight: bold;
    margin: 2px
}

.risk-free {
    font-size: 15px;
    margin-bottom: 5px;
}

.subscribe-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.subscribe-button:hover {
    background-color: #45a049;
}

.refund-policy {
    font-size: 15px;
    margin-top: 5px;
    color: rgb(204, 5, 5);
}