.highlight-container { margin: 34px 0; padding: 55px 35px; border-radius: 12px; background: #ecf5f9; font-size: 17px; font-weight: 500; line-height: 1.6; text-align: center; }
.highlight-container .highlight-bottom { margin-top: 30px; margin-bottom: -20px; font-size: 15px; line-height: 1.2; font-weight: 400; }
.highlight-container .highlight-bottom strong { display: block; font-size: 18px; }
.highlight-container.highlight-container-green { background: #ecfaf4; }
.highlight-container.highlight-container-red { background: #fbf2f2; }
.highlight-container.highlight-container-yellow { background: #fbf9f0; }
.highlight-container.highlight-container-quote { font-weight: 600; }
.highlight-container.highlight-container-quote:before { content: ''; display: block; width: 36px; height: 32px; margin: -25px auto 15px; background: no-repeat url(/wp-content/themes/general/visual/quotes-orange-icon.png) center/contain; }

.highlight-container .slick-dots { margin-bottom: 0; padding-left: 0; list-style-type: none; }
.highlight-container .slick-dots li { display: inline-block; margin: 0 4px; }
.highlight-container .slick-dots button { padding: 0; appearance: none; outline: 0; font-size: 0; border: 0; background: #9d9d9d; width: 9px; height: 9px; border-radius: 50%; }
.highlight-container .slick-dots .slick-active button { background: #fb6d44; }

@media only screen and (min-width: 768px) {
	.highlight-container { padding: 44px 85px; }

    .highlight-container.highlight-container-quote:before { margin-bottom: 30px; margin-top: -14px; }
}