/** Shopify CDN: Minification failed

Line 103:0 Expected "}" to go with "{"

**/

.beloWBg {
    background: #f7f5f6;
}

.imageSection {
    position: relative;
}

.float___content-1 {
    position: absolute;

    left: 34%;
}

.float___content-2 {
    position: absolute;

    left:60%;
}
.float_img-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 71%;
}

.float_img-section h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
.float_img-section p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

p.float__p {
    display: inline-block;
    padding: 57px 45px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.4;
    color: #848484;
}

.imageSection img {
    max-width: 100%;
    width: 100%;
}

.beloWTitle p {
    color: #ce2327;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
}
.beloWTitle p:after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 100%;
    height: 5px;
    background: #ce2327;
}



 @media screen and (max-width: 768px) {
.beloWTitle p {
    font-size: 19px;}
 
 .float_img-section h2 {
    font-size: 10px;
 }
 .float_img-section p {
    font-size: 9px;}
 }

 @media screen and (max-width:767px) {

.float___content-1 {
    max-width: 25%;
}

.float___content-2 {
    max-width: 25%;
}
p.float__p {
    display: inline-block;
    padding: 13px 13px;
    margin-top: 70px;
    font-size: 15px;
 }

