@media only screen and (max-width: 885px) {
  .install-game-box ul li {
    margin: 3px 0 !important;
  }
	.main-title {
    width: 100% !important;
  }
}

@media only screen and (min-width: 48rem) {
  .install-section {
    background-image: none !important;
  }
}
@media only screen and (max-width: 720px) {
	.action-button-gif {
		        margin: 0px 0 8px 0 !important;
	}
	.custom-primary-tabs .tab-panels { padding: 8px !important}
	.custom-primary-tabs .nav {display: none !important;}
  .install-section {
    background-image: url("/wp-content/uploads/2024/09/image-149.png");
    background-size: 100% 520px;
    background-position: top;
    background-repeat: no-repeat;
  }
  .col {
    padding: 0 6px 12px !important;
  }
  .row {
    padding: 0 6px !important;
  }
  .section-about {
    background-size: 100% 50% !important;
  }
  .why-right-tab-content .col-inner {
    position: relative !important;
  }
	.why-right-tab-content .col-inner.expanded:after {
		display: none
	}
   .why-right-tab-content .col-inner:after {
    content: '';
    display: flex;
    height: 90%;
    background: red;
    position: absolute;
    width: 120%;
    bottom: -24px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(75, 41, 2, 0) 0%, #4b2902 100%);
    margin-left: -15px;
  }
.why-right-tab-content .col-inner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: calc(100vw + 30px);
    height: 100%;
    background: linear-gradient(180deg, rgba(75, 41, 2, 0) 0%, #4B2902 100%);
    pointer-events: none;
	        margin-left: -15px;
}
  .why-main-title {
    margin-top: 12px !important;
  }
  .tab-content-text {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .read-more-btn {
    border-radius: 8px;
    border: 1px solid var(--gradient-1, #fede5e);
    background: var(--soc-88-net-cod-gray, #1e1b19);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
	color: var(--yellow-light, #ffdf74) !important;
    text-align: center;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
	  padding: 13px 33px;
  }
  .section {
    padding: 16px 0 !important;
  }
}
