.panel-hover-tiles-image{
    position: relative;
    padding-top: 91px;
    padding-bottom: 89px;
}
.panel-hover-tiles-image h3{
    color: rgb(14, 5, 104);
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.72px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 0;
}
.panel-hover-tiles-image .content-wrapper p{
    color: rgb(127, 127, 127);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.52px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 57px;
}
.panel-hover-tiles-image .tiles-wrapper{
    position: relative;
}

.panel-hover-tiles-image .overlay-hover {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    padding-left: 34px;
    padding-right:34px;
    overflow: hidden;
}
.panel-hover-tiles-image .overlay-hover:hover{
    background-color: rgb(14 5 104 / 69%);
    transition: .5s ease;
}
.panel-hover-tiles-image .overlay-hover h4{
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.57px;
    line-height: 1.63;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.panel-hover-tiles-image .overlay-hover p{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 1.85;
    text-align: left;
}
.panel-hover-tiles-image .overlay-hover .link-wrapper{
    position: absolute;
    bottom: 26px;
    opacity: 1;
    transition: .5s ease;

}
.panel-hover-tiles-image .overlay-hover:hover > .link-wrapper{
    opacity: 1;
}
.panel-hover-tiles-image .overlay-hover .link-wrapper p{
    position: relative;
    color: rgb(0, 158, 255);
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.31px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 35px;
    
}
.panel-hover-tiles-image .overlay-hover .link-wrapper p span{
    position: absolute;
    background-color: rgb(0, 158, 255);
    max-width: 28px;
    width: 28px;
    height: 2px;
    display: inline-block;
    top: 50%;
    left: 0;
}
@media (max-width: 969px){
    .panel-hover-tiles-image .col-image{
        margin-bottom: 25px;
    }
    .panel-hover-tiles-image .overlay-hover{
        padding-top: 25px;
    }
    .panel-hover-tiles-image .overlay-hover p{
        line-height: 1.5;
    }
}
@media (min-width: 768px){
    .panel-hover-tiles-image.panel-class-col-2 .col-image{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px){
 
}


.panel-hover-tiles-image.panel-class-col-2 .col-image img{
    max-height: 292px;
    height: 292px;
    width: 100%;
    object-fit: cover;
    object-position: right top;
    max-width: 100% !important;
}
.panel-hover-tiles-image.panel-class-col-2 .overlay-hover:hover h4{
    color: #fff !important;
}

.panel-hover-tiles-image.panel-class-col-2 .col-image:last-child h4 {
    color: rgb(14, 5, 104);
}



@media (max-width:1683px) {
	.panel-hover-tiles-image .overlay-hover br { display:none; }
}

@media (max-width:1199px) {
	.panel-hover-tiles-image br { display:none; }
    .panel-hover-tiles-image .tiles-wrapper img { height: 390px; -o-object-fit: cover; object-fit: cover; }
}
@media (max-width: 991px) {
    .panel-hover-tiles-image .overlay-hover { padding-top: 15px; padding-left: 15px; padding-right: 15px; }
    .panel-hover-tiles-image .tiles-wrapper img { height: 353px; }
}
@media (max-width:767px) {
	.panel-hover-tiles-image { padding:30px 0 15px 0; }
	.panel-hover-tiles-image .content-wrapper p { font-size:14px; margin:20px 0 30px 0; }
    .panel-hover-tiles-image .tiles-wrapper img { height: auto; }
	.panel-hover-tiles-image .overlay-hover h4 { font-size:18px; }
	.panel-hover-tiles-image .overlay-hover .link-wrapper { opacity:1; }
	.panel-hover-tiles-image h3 { font-size: 22px; margin-bottom:20px; }
}