* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@media screen and (min-width:10px) and (max-width:319px) {
    .bes_main_container {
        width: 100%;
        height: max-content;
        /* position: relative; */
        background-color: #FAFAFA;
        padding: 20px 10px;

        display: flex;
        flex-direction: column;
    }
    

    .content_container {
        width: 100%;
        order: 3;
    }

    .content_container h1 {
        font-size: 24px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 10px;
        background-color: #ee343b;
        padding: 10px;
        color: #FFFFFF;
        width: 100%;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 0.7;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 123px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        order: 1;
        /* position: absolute;
        top: 20px;
        right: 20px; */

    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 100%;
        order: 2;
        /* position: absolute;
        bottom: 0px;
        right: 0px; */
    }

    .background_img_container {
        width: 100%;
        /* position: absolute;
        bottom: 0px;
        right: 0px; */
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 100%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 18px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 15px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 90px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: 100%;
        text-align: center;
        cursor: pointer;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn p{
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
    }
}

@media screen and (min-width:320px) and (max-width:424px) {
    .bes_main_container {
        width: 100%;
        height: max-content;
        /* position: relative; */
        background-color: #FAFAFA;
        padding: 20px 10px;

        display: flex;
        flex-direction: column;
    }
    

    .content_container {
        width: 100%;
        order: 3;
    }

    .content_container h1 {
        font-size: 20px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 10px;
        background-color: #ee343b;
        padding: 10px;
        color: #FFFFFF;
        width: 100%;
        text-align: center;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 0.7;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 105px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        order: 1;
        /* position: absolute;
        top: 20px;
        right: 20px; */

    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 100%;
        order: 2;
        /* position: absolute;
        bottom: 0px;
        right: 0px; */
    }

    .background_img_container {
        width: 100%;
        /* position: absolute;
        bottom: 0px;
        right: 0px; */
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 100%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 16px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 15px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 50px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: 100%;
        text-align: center;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn p{
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
    }
}

@media screen and (min-width:425px) and (max-width:629px) {
    .bes_main_container {
        width: 100%;
        height: max-content;
        /* position: relative; */
        background-color: #FAFAFA;
        padding: 20px 10px;

        display: flex;
        flex-direction: column;
    }
    

    .content_container {
        width: 100%;
        order: 3;
    }

    .content_container h1 {
        font-size: 20px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 10px;
        background-color: #ee343b;
        padding: 10px;
        color: #FFFFFF;
        width: 100%;
        text-align: center;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 0.7;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 105px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        order: 1;
        /* position: absolute;
        top: 20px;
        right: 20px; */

    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 100%;
        order: 2;
        /* position: absolute;
        bottom: 0px;
        right: 0px; */
    }

    .background_img_container {
        width: 100%;
        /* position: absolute;
        bottom: 0px;
        right: 0px; */
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 100%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 16px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 15px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 50px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: 100%;
        text-align: center;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn a{
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
}
@media screen and (min-width:630px) and (max-width:767px) {
    .bes_main_container {
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: #FAFAFA;
        padding: 50px;
    }

    .content_container {
        width: 100%;
        /* order: 3; */
    }

    .content_container h1 {
        font-size: 30px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 10px;
        background-color: #ee343b;
        padding: 10px;
        color: #FFFFFF;
        width: max-content;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 0.7;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 323px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 60%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container {
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 70%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 18px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 15px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 90px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: max-content;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn a{
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .bes_main_container {
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: #FAFAFA;
        padding: 50px;
    }

    .content_container {
        width: 60%;
    }

    .content_container h1 {
        font-size: 28px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 10px;
        background-color: #ee343b;
        padding: 10px;
        color: #FFFFFF;
        width: max-content;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 0.7;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 218px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 60%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container {
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 70%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 18px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 15px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 90px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: max-content;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn a{
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
}

@media screen and (min-width:1025px) and (max-width:1339px) {
    .bes_main_container {
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: #FAFAFA;
        padding: 50px;
    }

    .content_container {
        width: 60%;
    }

    .content_container h1 {
        font-size: 52px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 15px;
        background-color: #ee343b;
        padding: 15px 15px;
        color: #FFFFFF;
        width: max-content;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 1;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 323px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 60%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container {
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 70%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 22px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 18px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 107px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: max-content;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn a{
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
}

@media screen and (min-width:1440px) and (max-width:2500px) {
    .bes_main_container {
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: #FAFAFA;
        padding: 50px;
    }

    .content_container {
        width: 60%;
    }

    .content_container h1 {
        font-size: 52px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 15px;
        background-color: #ee343b;
        padding: 15px 15px;
        color: #FFFFFF;
        width: max-content;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 1;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 323px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 60%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container {
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 70%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 22px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 18px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 107px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: max-content;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn a{
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
    
}

@media screen and (min-width:2501px) and (max-width:4000px) {
    .bes_main_container {
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: #FAFAFA;
        padding: 50px;
    }

    .content_container {
        width: 60%;
    }

    .content_container h1 {
        font-size: 52px;
        color: #000000;
        text-align: start;
    }

    .content_container h3 {

        margin-top: 15px;
        background-color: #ee343b;
        padding: 15px 15px;
        color: #FFFFFF;
        width: max-content;
    }


    .content_container ul {
        list-style: none;
    }
    ul li{
        font-weight: 700;
    }

    .content_container ul li::before {
        content: "•";
        color: red;
        font-size: 40px;
        display: inline-block;
        width: 40px;
        vertical-align: middle;
        line-height: 1;
    }

    .image_child_container{
        position: relative;
    }
    .product_img_container{
        position: absolute;
        bottom: 0px;
        right: 0px;

        width: 323px;
    }
    .product_img_container img{
        width: 100%;
        object-fit: cover;
    }



    .logo_container {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .fhfh_logo_container {
        width: 150px;
        height: auto;

    }

    .fhfh_logo_container img {
        width: 100%;
        object-fit: cover;
    }


    .image_container {
        width: 60%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container {
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .background_img_container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    
    .feel_container{
        width: 70%;
        margin-top: 20px;
    }
    .feel_container .feels_main_container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .each_item{
        width: 50%;
    }
    .each_item_container{
        width: 100%;
    }
    .each_item_icon_container{
        width: 25px;
    }
    .each_item_icon_container img{
        width: 100%;
        object-fit: cover;
    }


    .feels_title{
        color: #ee343b;
        font-weight: bold;
        font-size: 22px;
    }
    .each_item_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }
    .each_item_container p{
        font-weight: bolder;
        font-size: 18px;
    }

    .feel_container{
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px #00000080;
        border-radius: 0px 107px 0px 18px;
        opacity: 1;
    }

    .shop_now_btn{
        margin-top: 20px;
        background-color: #ee343b;
        padding: 15px;
        width: max-content;

        box-shadow: 7px 7px 5px #00000033;
        border-radius: 5px;
        opacity: 1;
    }
    .shop_now_btn a{
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
}