#header-img-slogan-btn {
	background: #222222;
}

#header-img-slogan-btn .bg {
	background-image: url('../images/download_(1).png');
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.9;
}#desc-text-btn-halfbg{
	background: #f8f9fb;
}

#desc-text-btn-halfbg .half-container-right {
	background-image: url('../images/2222222222.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	opacity: 1;
}#desc-text-2col-img .bg {
	background-image: url('../images/bg-17.png');
	background-size: 650px auto;
	-webkit-background-size: 650px auto;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	background-position: center right;
	opacity: 0.75;
}#action-center-text .bg {
	background-image: url('../images/43434343434.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.3;
}#benefit-2col {
	background: #ffffff;
}#benefit-2col--0 {
	background: #ffffff;
}#desc-accordion {
	background: #f8f9fb;
}#contact-map-text-btn {
	background: #444444;
}


.link_tg {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    color: #fff !important;
    background: #019a94;
    padding: 10px 20px;
    margin-top: 20px;
}
.link_tg:hover {
    background: #0cbab4;
}

@media (max-width: 550px) {
    #header-img-slogan-btn .bg {
        background-position: 70% !important;
    }
    h2 {
        font-size: 26px !important;
    }
    #benefit-center-text-img-text-3 .content-box.space-more {
        margin-bottom: 5px;
    }
    .half-container-right {
        padding-bottom: 100%;
    }
    
    #action-center-text h2.text-center {
        font-size: 24px !important;
    }
    #action-center-text h2.text-center mark {
        display: inline-block;
    }
    
    .link_tg {
        margin: 20px auto 0 auto;
    }
}