/** Shopify CDN: Minification failed

Line 87:14 Expected identifier but found whitespace
Line 87:15 Unexpected "16px"

**/


/* CSS from section stylesheet tags */
body .custom-img_text{
    width: 100%;
    display: inline-block;
    padding: 30px 0px;
}
body .custom-img_text .img-text-heading{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
body .custom-img_text .img-text-heading h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: Lato;
}
.cust-s-row{
    display:flex;
    flex-wrap:wrap;
}
.cust-s-row.imgleft{
  flex-direction: unset;
}
.cust-s-row.imgright{
  flex-direction: row-reverse;
}
.col-lgs-6{
    width: 50%;
}
.col-lgs-6 .img-section{
    width:100%;
}
.col-lgs-6 .img-section img{
    width:100%;
    display:flex;
}
.col-lgs-6 .main-content{
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    display:flex;
}
.col-lgs-6 .main-content.top{
    align-items:top;
}
.col-lgs-6 .main-content.middle{
    align-items:center;
}
.col-lgs-6 .main-content.bottom{
    align-items:end;
}
.col-lgs-6 .main-content .content-section {
    width: 96%;
    margin:0px auto;
}
.col-lgs-6 .main-content .content-section h3{
    color: #000;
    margin: 0px;
    font-size: 22px;
    text-transform: capitalize;
    font-family: Lato;
    padding-bottom: 10px;
}
.col-lgs-6 .main-content .content-section p{
    color: #000;
    margin: 0px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: Lato;
    padding-bottom: 10px;
}
.col-lgs-6 .main-content .content-section .cap p{
    color: #ff0e7a;
    font-family: Lato;
}
/* .col-lgs-6 .main-content .content-section {
    /* background-color: #ccc; */
    /* padding: 13px 30px; */
    font-size: 16px;
    display: inline-flex;
    /* padding-top: 10px; */
    text-transform: capitalize;
    text-decoration: none;
} */
.col-lgs-6 .main-content .content-section a.btns{
    background-color: #ccc;
    padding: 13px 30px;
    font-size: 16px;
    display: inline-flex;
    /* padding-top: 10px; */
    text-transform: capitalize;
    text-decoration: none;
}
@media only screen and (max-width: 768px){ 
.col-lgs-6{
    width: 100%;
}
.col-lgs-6 .main-content.middle {
    padding-top: 20px;
}
}