.app .page-title-default {
    margin: 0;
    background: #00263a !important;
    padding: 75px 0 0px 0;
}
.app .page-title-default h1.entry-title {
    font-size: 55px !important;
    padding: 0 25px;
}
.gif_section {
    width: 100%;
    float: left;
    background: #00263a;
    padding: 0 0 40px 0;
}
.gif_section p {
    color: #fff;
}
.gif_section .gif_btn_row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px 0 30px 0;
}
.gif_section .gif_btn_row a {
    background: #fff;
    padding: 10px 15px;
    font-size: 18px !important;
    font-weight: 600;
    color: #00263a;
    width: 295px !important;
    text-align: center;
  	cursor: pointer;
}
.app_exclusive {
    width: 100%;
    float: left;
    background: #d1d6dc;
    padding: 75px 0;
}
.app_exclusive h2 {
    font-size: 50px !important;
    color: #00263a;
    text-align: center;
    padding: 0 25px;
    line-height: normal;
}
.app_exclusive p {
    color: #00263a;
    font-size: 18px !important;
    padding: 0 25px;
}
.app_exclusive .btnss {
    margin: 45px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.app_exclusive .btnss div {
    display: flex;
    justify-content: center;
}
.app_exclusive .row.btnss a {
    background: #00263a;
    padding: 10px 15px;
    font-size: 18px !important;
    font-weight: 600;
    color: #fff;
    width: 295px !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.app_exclusive img {
    width: 350px;
    margin: 0 auto;
    display: table;
}
.acess_drops {
    width: 100%;
    float: left;
    background: #00263a;
    padding: 75px 0;
}
.acess_drops h2 {
    font-size: 50px !important;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    line-height: normal;
}
.acess_drops p {
    color: #fff;
    font-size: 18px !important;
    padding: 0 25px;
}
.acess_drops img {
    width: 350px;
    margin: 0 auto;
    display: table;
}

.hide-desktop{display:none;}
@media screen and (max-width: 1199px) {

  .app .page-title-default h1.entry-title {
      font-size: 45px !important;
      padding: 0;
  }
  .app_exclusive h2 {
      font-size: 40px !important;
      margin: 0 0 10px 0;
  }
  .acess_drops h2 {
      font-size: 40px !important;
      margin: 35px 0 10px 0;
  }
}


@media screen and (max-width: 767px) { 
  #shopify-section-1592922634770 .owl-carousel .owl-item img {
      width: 100%;
      padding: 0;
  }
}



@media screen and (max-width: 650px) { 
	.app .page-title-default h1.entry-title {
        font-size: 30px !important;
    }
	.gif_section p {
        font-size: 15px !important;
        padding: 0 20px;
        line-height: normal;
    }
    .gif_section .gif_btn_row {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 0px 20px 0px 20px;
        flex-direction: column;
    }
  	.gif_section .gif_btn_row a {
        font-size: 16px !important;
        width: 250px !important;
        margin-top: 15px;
      	padding: 6px 15px;
    }
	.app .page-title-default {
        margin: 0;
        padding: 55px 0 10px 0;
    }
	.app_exclusive {
        padding: 55px 0;
    }
	.acess_drops {
        padding: 55px 0;
    }
	.app_exclusive h2,
  	.acess_drops h2 {
        font-size: 30px !important;
    }
    .app_exclusive p,
  	.acess_drops p {
        font-size: 15px !important;
        padding: 0 25px;
        line-height: normal;
    }
	.app_exclusive img,
  	.acess_drops img {
        width: 220px;
    }
    .app_exclusive .btnss {
        margin: 5px 0 0 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .app_exclusive .row.btnss a {
        font-size: 16px !important;
        width: 250px !important;
        margin-top: 15px;
      	padding: 6px 15px;
    }
}

















