/*
Theme Name: vs
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.page-wrapper p {
	margin-bottom: 1em;
}

.logo__text {
	font-weight: 700;
	font-size: 1.2em;
	color: #0b3660;
	text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
	.logo__text {
		font-size: 1em;
	}
}

.pll-switcher-select {
	text-transform: uppercase;
	border: none;
	font-weight: bold;
	background: transparent;
}

.copy-btn.copied img {
	opacity: 0.5;
}

.banner-two__slider-content h2 {
	color: #fff;
}

.about__thumb-sm__content-counter h2 {
	font-size: 32px;
}

ul.wp-block-list {
	list-style-type: disc;
	margin-bottom: 1em;
}