.xxx-app-banner-desc {
	background: -o-linear-gradient(10.25deg, #55A8EE 46.27%, #53C9DC 62.11%);
	background: linear-gradient(79.75deg, #55A8EE 46.27%, #53C9DC 62.11%);
	content-visibility: auto;
	border-bottom: 1px solid var(--color-light-gray);
}


.xxx-app-banner-desc__content{
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	color: var(--main-light-color);
}

.xxx-app-banner-desc__icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 0 10px 15px;
	cursor: pointer;
	z-index: 201;
	color: var(--main-light-color);
	background-color: transparent;
	border: 0;
	outline: none;
	font-size: 14px;
}

.xxx-app-banner-desc__img {
	width: 50px;
	height: 50px;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}


@media screen and (max-width: 739px) {
	.xxx-app-banner-desc{
		display: none;
	}
}