.s13-container{
}
.s13-container p {
    /* color: #7c8693; */
	/* margin: 0px; */
}
.s13-box{
    position: relative;
	display: inline-block;
	margin: -1px;
	width: 100%;
}
.s13-row {
	
	overflow: inherit;
}
.s13-row > div > div {
	position: relative;
}

.vc_mobile .s13-box-image .s13-title-image-Left,
.vc_mobile .s13-box-image .s13-title-image-Right,
.s13-box-image:hover .s13-title-image-Left,
.s13-box-image:hover .s13-title-image-Right {
	display:block;
    opacity:1;
	top:0px;
	
    /* transform: translateY(-300%); */
}
.s13-title-image-Left,
.s13-title-image-Right {
    position: absolute;
	display:none;
    top: -100%; 
	margin-left: calc(50% - 130px);
	margin-right: calc(50% - 130px);
    width: 260px;
    height: 150px;
    opacity:0;
	background-color: #f8f8f8 !important;
    font-family: 'Poppins', sans-serif;
    transition: all .3s ease-in-out;
	transition-duration: all .3s ease-in-out;
	-webkit-transition-duration: all .3s ease-in-out;
	-o-transition-duration: all .3s ease-in-out;
	-moz-transition-duration: all .3s ease-in-out;
	/* display:grid; */
	align-content: center;
    left: 0;
    right: 0;
}

.s13-Left{
	float: left;
}
.s13-Right{
	float: right;
}
.s13-box-image{
	/* width: 60%; */
	content-fit: cover;
}
.s13-60{
	width: 60%;
}
.s13-40{
	width: 40%;
}
.s13-50{
	width: 50%;
}
.s13-box-content{
	width: 40%;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
    position: absolute;
    display: inline-grid;
    align-content: center;
	padding: 20px;
	padding-left: 80px;
	padding-right: 80px;
}
.s13-title::after,
.s13-text::after {
    content: " ";
    width: 50px;
    height: 1px;
    display: block;
    background-color: #7c8693;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.s13-title{
	font-family: Palanquin;
    text-align: center !important;
    font-size: 50px;
    margin-bottom: 10px !important;
}
.s13-subtitle{
	font-family: OldStandard;
    text-align: center !important;
    font-size: 25px;
	font-style: italic;
    margin-bottom: 10px !important;
    margin-bottom: 20px !important;
}
.s13-text {
    text-align: center !important;
    font-size: 15px;
    margin-top: 20px !important;
}

.s13-content-image {
	width: 40px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
.s13-absolute-image {
	position: absolute;
    left: 35%;
	width: 60%;
}

@media (max-width: 1200px){
	.s13-title{
		font-size: 30px;
		margin-bottom: 8px;
	}
	.s13-subtitle{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.s13-text {
		font-size: 12px;
		margin-top: 15px;
	}
}
@media (max-width: 992px){
	.s13-title{
		font-size: 25px;
		margin-bottom: 6px;
	}
	.s13-subtitle{
		font-size: 14px;
		margin-bottom: 6px;
	}
	.s13-text {
		font-size: 10px;
		margin-top: 12px;
	}
	.s13-box-content{
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 778px){
	.s13-absolute-image {
		display: none;
	}
	.s13-box-image{
		width: 100%;
	}
	.s13-box-content{
		width: 100%;
		position:relative;
	}
	.s13-box-image:hover .s13-title-image-Left,
	.s13-box-image:hover .s13-title-image-Right,
	.s13-title-image-Left,
	.s13-title-image-Right {
		top: 0; 
		margin-left: 0;
		margin-right: 0;
		/* width: 100%; */
		/* height: 100%; */
		opacity:1;
		display: block;
		/* background-color: rgba(248,248,248,0.4) !important; */
		margin-left: 15%;
		width: 70%;
		height: 70px;
	}
	.titleP, .subtitleP, .textP {
		margin: 0 !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.s13-box-image:hover .s13-title-image-Left {
		right: 50%;
		width:50%;
	}
	.s13-box-image:hover .s13-title-image-Right {
		left: 50%;
		width:50%;	
	}
	
	.s13-title-image-Left,
	.s13-title-image-Right {
		padding-left: 10%;
		padding-right: 10%;
	}
	.s13-title-image-Left,
	.s13-title-image-Right{
		padding-top: 5%;
	}
	.s13-title-image-Left{
		margin-right: -25%;
	}
	.s13-title-image-Right{
		margin-left: -25%;
	}
	.s13-title-image-Right, .s13-title-image-Left {
		padding-top: 0;
	}
}

@supports (-ms-ime-align: auto) {
	.s13-box-image:hover .s13-title-image-Left {
		right: 50%;
		width:50%;
	}
	.s13-box-image:hover .s13-title-image-Right {
		left: 50%;
		width:50%;	
		
	}
	
	.s13-title-image-Left,
	.s13-title-image-Right {
		padding-left: 10%;
		padding-right: 10%;
	}
	.s13-title-image-Left,
	.s13-title-image-Right{
		padding-top: 5%;
	}
	.s13-title-image-Left{
		margin-right: -25%;
	}
	.s13-title-image-Right{
		margin-left: -25%;
	}
	.s13-title-image-Right, .s13-title-image-Left {
		padding-top: 0;
	}
}