/** Shopify CDN: Minification failed

Line 271:1 Expected "}" to go with "{"

**/
.blogs-main{
    padding-top:40px;
}
.blogs-large-box {
    width: 100%;
}


.blogs-group{
    margin-top:10px;
}
.custom-insta-feed {
    width: 100%;
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-insta-feed-cstm {
    padding: 4px;
    border-radius: 8px;
    width: 49%;
}
.single-insta-feed-cstm img {
    border-radius: 8px;
    width: 100%;
}
.blogs-large-box .large-article-content{
    width: 100%;
    display: block;
    margin-top:24px;
}
  .blogs-insta-app {
    margin: 50px 0!important;
           padding:20px;
    border-radius: 8px;
    border:1px solid #ababa8!important;
  }
 .custom-insta-feed {
    margin-top: 20px;
    }

.apps-buttons,
.apps-buttons .button{
    width:100%;
    text-wrap-mode: nowrap;
}


.blogs-group-box .group-article-content{
    height: fit-content;
    margin-top:24px;
    padding: 10px 25px 25px;
}

.blogs-group-box .group-article-image{
    height: 390px;
}
.blogs-group-box:hover .group-article-title{
    color: #0a6144;
}

.blogs-group-box .group-article-title{
    color: #131313;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0.57px;
    text-align: center;
    text-transform: capitalize;
}



.blogs-large-box:hover .large-image-shadow{
    opacity:0.2;
    transition: all 0.2s;
}



.blogs-group-box .group-article-shorttext {
    font-family: sans-serif;
    color: #595957;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
}



.blogs-group-box{
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: 8px;
}





@media only screen and (min-width:1400px){
     .custom-insta-feed {
    margin-top: 0px;
    }
   
    .blogs-insta-app {
        margin: 0px 0!important;
           padding:20px;
    border-radius: 8px;
    border:1px solid #ababa8;
    height: -webkit-fill-available;
    width: 27%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
    .blogs-large {
    align-items: center;
    justify-content: center;
    gap: 50px;
    display: flex;
    padding-bottom: 40px;
}
   .blogs-group {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between!important;
    display: flex;
}
.blogs-group-box {
          margin-bottom: 0px;
        width: 30.5%;
}

@media only screen and (min-width:1200px) and (max-width:1599px){
    .blogs-insta-app {
    height: -webkit-fill-available;
    width: 100%;
    margin: 0px 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
    .blogs-large {
    align-items: center;
    justify-content: center;
    gap: 50px;
    display: flex;
    padding-bottom: 40px;
}
  .blogs-group {
    flex-wrap: wrap;
    justify-content: space-between!important;
    display: flex;
}
    .blogs-group-box {
    width: 30.5%;
}

@media only screen and (min-width:990px) and (max-width:1199px){
    .blogs-group {
    flex-wrap: wrap;
    justify-content: space-between!important;
    display: flex;
}
    .blogs-group-box {
    width: 32%;
}
}
@media only screen and (min-width:990px){
    .apps-buttons .button{
        padding:10px !important;
    }
    .blogs-insta-app{
        height:100%;
    }
    .blogs-heading{
        line-height:144px;
        letter-spacing:0px;
    }       
    .article-tags{
        opacity:0;
        transition:all 0.2s;
    }
    .blogs-large-box:hover .article-tags{
        opacity:1;
        transition:all 0.2s;
    }
    .blogs-group-box:hover .article-tags{
        opacity:1;
        transition:all 0.2s;
    }
    .blogs-large{
        display: grid;
        grid-template-columns: 78% 20%;
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 0px;
        align-items: center;
    }  
    .blogs-large-box:hover .large-article-content{
        background:#d7d6d3;
    }
    .blogs-large-box:hover .large-article-title{
        color:#0a6144;
        font-family: "the_seasons" !important;
    }
}



@media only screen and (max-width:989px){
    .blogs-insta-app {
  margin: 50px 0!important;
    }

    .blogs-heading{
        line-height:144px;
        letter-spacing:0px;
    }
    .blogs-group{
        display:flex;
        flex-direction:column;
        row-gap:40px;
        padding-left:15px;
        padding-right:15px;
    }
    .blogs-large-box .large-article-content{
        background:#f5f5f5;
        border-radius: 8px;
        padding: 32px;
    }
    .blogs-large-box .large-article-content:hover{
        background:#d7d6d3;
    }
    .blogs-large{
        display:block!important;
        /* flex-direction:column;
        row-gap:30px; */
    }         
    .apps-buttons,
    .apps-buttons .button{
        width:80%;
        text-wrap-mode: nowrap;
    }
}



@media(max-width:768px){

    .blogs-insta-app {
           padding:20px;
    border-radius: 8px;
    border:1px solid #ababa8!important;
    width: 100%;
    margin: 50px 0!important;
    }

    .blogs-large{
        display:block!important;
    } 
 .custom-insta-feed {
    margin-top: 20px;
    }
}