.tgs-description {
    /*background: rgba(19, 19, 19, 0.5);*/
    background: transparent;
    padding: 32px 32px 32px 0;
    color: var(--white-light);
    font-size: 24px;
    line-height: 150%;
}
.tgs-description .inner {
    line-height: 32px;
}
.tgs-description .tgs-description-toggle-btn {
    display: none;
}
.tgs-description.show_full .full_content {
    display: none;
}
@media screen and (max-width: 991px) {
    .tgs-description {
        padding: 16px 16px 16px 16px;
        font-size: 16px;
		padding-left: 0px;
		padding-right: 0px;
    }
    .tgs-description .inner, .tgs-description .inner > div, .tgs-description .inner p  {
        font-size: 16px;
    }
    .tgs-description .full_content {
        max-height: 500px;
        overflow: auto;
    }
    /*.tgs-description.show_full > .inner {*/
    /*    -webkit-box-orient: vertical;*/
    /*    word-break: break-word;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*}*/
    /*.tgs-description.show_full.open > .inner {*/
    /*    overflow: visible;*/
    /*    display: block;*/
    /*    max-height: initial;*/
    /*}*/
    .tgs-description.show_full.open .short_content {
        display: none;
    }
    .tgs-description.show_full.open .full_content {
        display: block;
    }
    .tgs-description.show_full .tgs-description-toggle-btn {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        background: none;
        outline: none;
        display: block;
    }
    .tgs-description.show_full.open .tgs-description-toggle-btn {
        transform: rotate(-180deg) translateX(50%);
        transform-origin: center center
    }
}
/*@media screen and (max-width: 767px) {
    .tgs-description .inner, .tgs-description .inner p  {
        font-size: 14px;
        line-height: 1.3
    }
}*/
@media screen and (max-width: 767px){
	.home-intro .tgs-description .inner, .home-intro .tgs-description .inner span, .home-intro .tgs-description .inner p {
	  font-size: 14px !important;
	  line-height: 21px !important;
	}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.home-intro .tgs-description .inner, .home-intro .tgs-description .inner span, .home-intro .tgs-description .inner p {
	  font-size: 12px !important;
	  line-height: 18px !important;
	}
}