/** Shopify CDN: Minification failed

Line 50:1 Unexpected "<"
Line 56:1 Expected identifier but found whitespace
Line 87:0 Expected identifier but found "<"
Line 88:0 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.custom-css{
    margin-right: auto;
    margin-left: auto;
    width: 630px;
    height: 217px;
    background: #F1F5F6;
    border: 1px solid #E5E8EC;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .custom-css{padding: 10px;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .custom-css{padding: 10px;}
}
/*---------------- Custom CSS For all section in homepage -------------------*/
 <style data-shopify>
.wrap_title.large.style_2 {
    text-align: center;
}
.tabcontent.tabcontent_style3 {
    padding-top: 35px;
.
.h3.section-title.alo-text-transform {
    padding-bottom: 20px;
}
  .wrap_title {
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
    text-align: center;
}
  .wrap_title.large {
    text-align: center !important;
}
  h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
}
  .custom-tags {
    font-size: 40px !important;
    font-weight: 500 !important;
    font-family: emoji;
    text-align: center !important;
    padding-bottom: 15px;
    text-transform: uppercase;
}
  .h3.section-title.alo-text-transform {
    padding: 0px !important;
}

</style>
