.content-image-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	width: 100%;
}
.box_text_left .content-image-text {
    flex-direction: row-reverse;
}
.btn-detail-content-image-text .btn-media-text a {
    display: block;
    padding: 15px 40px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding-top: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.btn-detail-content-image-text .btn-media-text a:hover, .btn-detail-content-image-text .btn-media-text a:focus {
    background: var(--other-color);
}
.btn-detail-content-image-text .btn-media-text {
    display: block;
    margin-right: 30px;
}
.btn-detail-content-image-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.item-carousel-image img {
    width: 100%;
}
.slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
    background: #919191;
    border-radius: 50%;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li.slick-active button {
    background: var(--other-color);
}
.slick-dots li:hover button {
    background: var(--other-color);
}
.slick-dots li {
    width: 13px;
    height: 13px;
}
.highlighted_single_image .img-content-image-text img {
    border-radius: 80px 0;
}
.highlighted_single_image .img-content-image-text .item-carousel-image img {
    border-radius: 0;
}
@media (min-width: 992px) {
	.full-center-module .btn-detail-content-image-text {
		justify-content: center;
	}
	.full-center-module {
		text-align: center;
	}
	.full-center-module .img-content-image-text {
		margin-bottom: 30px;
	}
}



