.destinations-locations-wide-text {
	padding: 40px 0;
	background: transparent;
}

.destinations-locations-wide-text > .container {
	display: flex;
}

.destinations-locations-wide-text .col-1 {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-right: 95px;
}

.destinations-locations-wide-text .col-1 > .icon {
	padding-top: 15px;
	width: 63px;
	flex-shrink: 0;
	padding-right: 25px;
	box-sizing: content-box;
}

.destinations-locations-wide-text .col-1 > .icon img {
	max-width: 100%;
}

.destinations-locations-wide-text .col-1 > .text {
	flex: 1;
	font-size: 16px;
	color: #4c5160;
}

.destinations-locations-wide-text .col-1 > .text .title {
	font-size: 32px;
	color: #035573;
	padding-top: 15px;
	line-height: normal;
	padding-bottom: 30px;
}

.destinations-locations-wide-text .col-1 > .text .title strong {
	display: block;
}

.destinations-locations-wide-text .col-2 {
	width: auto;
}

.destinations-locations-wide-text .col-2 img {
	display: block;
	max-width: 100%;
}

.destinations-locations-wide-text > .container.second {
	flex-wrap: wrap;
	margin-top: 50px;
}

.destinations-locations-wide-text .big-list {
	width: 50%;
	padding: 0 50px 50px 40px;
	color: #4c5160;
	font-size: 16px;
}

.destinations-locations-wide-text .big-list .title {
	font-size: 24px;
	font-weight: bold;
	color: #00465f;
	margin-bottom: 10px;
}

.destinations-locations-wide-text .big-list .title span {
	color: #f29d1e;
}

.destinations-locations-wide-text .big-list > .text {
	font-size: 18px;
	margin-bottom: 20px;
}

.destinations-locations-wide-text .big-list .list {
	display: flex;
	flex-wrap: wrap;
}

.destinations-locations-wide-text .big-list .list .list-item {
	display: flex;
	width: 50%;
	margin-bottom: 20px;
	padding-right: 40px;
}

.destinations-locations-wide-text .big-list .list .list-item .icon {
	padding-right: 10px;
	width: 34px;
	flex-shrink: 0;
}

.destinations-locations-wide-text .big-list .list .list-item .icon img {
	width: 100%;
}

@media(max-width: 1150px){
	.page-id-10869 .destinations-locations-wide-text > .container{
		display: block;
	}
	.page-id-10869 .destinations-locations-wide-text .col-1,
	.page-id-10869 .destinations-locations-wide-text .col-2{
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
		float: left;
	}

	.page-id-10869 .destinations-locations-wide-text .big-list{
		width: 100%
	}

	.page-id-10869 .destinations-locations-wide-text .col-2 img{
		width: 100%;
	}
}
@media(max-width: 1024px){

	.page-id-10869 .destinations-locations-wide-text .col-1,
	.page-id-10869 .destinations-locations-wide-text .col-2{
		width: 100%;
	}
	.page-id-10869 .destinations-locations-wide-text .big-list .list .list-item{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.destinations-locations-wide-text > .container {
		flex-direction: column;
	}
	.destinations-locations-wide-text .col-1 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.destinations-locations-wide-text .col-1 .title {
		text-align: center;
	}
	.destinations-locations-wide-text .col-2 img {
		width: 100%;
	}

	.destinations-locations-wide-text .big-list {
		width: 100%;
		padding-right: 0;
	}

	.destinations-locations-wide-text .big-list .title {
		text-align: center;
	}
}

@media (max-width: 475px) {
	.destinations-locations-wide-text .col-1 > .text .title {
		font-size: 28px;
	}
	.destinations-locations-wide-text .col-1 > .text .title strong {
		display: inline;
	}

	.destinations-locations-wide-text .big-list {
		padding-left: 0;
	}

	.destinations-locations-wide-text .big-list .list {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.destinations-locations-wide-text .big-list .list .list-item {
		width: 100%;
	}
}