.white-bg{background: #fff; box-shadow: 0px 10px 40px 0px #C5CACB59; border-radius: 20px; padding: 20px;  margin-bottom: 50px;width:48%;}
.white-bg h3{font-size: 25px; color: #a00; border-bottom: 1px solid #C5CACB; font-weight: 600; padding-bottom: 10px; margin-bottom: 30px;}
.regional-details h5{color: #19181D; font-weight: 600; font-size: 17px; margin: 0;}
.regional-details p{color: #959189; font-weight: 600; font-size: 15px; margin-bottom: 2px; margin-top: 25px;}
.regional-details h4{color: #959189; font-weight: 600; font-size: 15px; margin-bottom: 7px; padding-top: 10px;}
.regional-details h6{color: #19181D; font-size: 15px; font-weight: 600;}

.white-bg-wrap .col-sm-6:nth-child( odd ) {margin-right:12px;}

.regional-img img {
    border: 1px solid #d9d9d9;
    border-radius: 12px;}


/* Responsive */
@media (max-width: 479px){ 
	.white-bg {width:100%}
}

@media (max-width: 991px){
.white-bg{height: auto; margin-bottom: 25px;}
.regional-img img{width: 100%;}
.regional-details{padding-top: 20px;}
.white-bg h3{font-size: 20px; margin-bottom: 15px;}
.regional-img {max-width: 300px;margin: 0 auto;}
.white-bg-wrap {justify-content: center;padding: 0 16px;}
 


}