 .gftr-inside{ max-width: 944px; margin:-40px auto 0; position: relative; padding:40px 0; background-color: #fff; z-index: 1;}
.gftr-inside::before{ content:''; position: absolute; left:-20px; right:-20px; top:0; width: calc(100% + 40px); box-shadow:0px -15px 10px 5px rgba(0, 0, 0, 0.05); height:30vh; background-color: #fff; z-index: -1;}
.gftr-list{display: flex; gap:20px; flex-direction: row; flex-wrap: wrap; row-gap:30px;}
.gftr-item{ max-width: 50%; width: calc(50% - 20px); }
.gftr-item .item-img{ max-width:55% !important; max-height: 200px;}
.gftr-item .item-title{ max-width: 180px;}

.gftr-item-title{display: flex; justify-content: flex-start; gap: 20px; align-items: center; margin-bottom:10px;}
.gftr-item-title h2{ margin:0;}
.gftr-item-title p{ margin:10px 0 0px;}

.gftr-item:nth-of-type(even){ margin-top:5vw;}

#ftr-content{ display: flex; justify-content:center ;}
#ftr-content .recipe-right-wrap{ display: none;}

@media all and (max-width:990px){
  .gftr-item {max-width: 100%;width: calc(100% - 20px);}
  .gftr-item:nth-of-type(even) {margin-top: 0;}

  .gftr-item-title{ flex-wrap: wrap;}
  .gftr-item .item-title {max-width: 100%;}
  .gftr-item .item-img {max-width: 65% !important; max-height: inherit;}
}


 .download-btn-wrap{color: #fff;   font-size: 0.875rem;      line-height:1.25;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 0.438rem 0.938rem;
            border: 0;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #c71e23;
            background: #c71e23;
            background: linear-gradient(to left, #c71e23 50%, #838383 50%);
            background-size: 255% 107%;
            background-position: right bottom;
            -moz-transition: all 0.6s;
            -webkit-transition: all 0.6s;
            -ms-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
        }
        
        .download-btn-wrap img {
            max-width: 35px;
            margin-right: 10px;
        }

           .download-btn-wrap:hover {
            background-position: left bottom;
            border: 1px solid #838383;
            color: #fff;
        }
        