.choose-card {
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.color-white{color: #ffffff;}
.yelo{background: #f1c40f;}
.orange{background: #e67e22;}
.green{background: #2ecc71;}
.purple{background: #9b59b6;}
.img-blog{border-radius: 5px;}
.blog-head-author{color: #4fa1e4; padding-right:5px;}
.blog-head-date{color: inherit; padding-left:5px;}
.blog-head-category{color: #e67e22; padding-left: 5px;}
.blog-head-divide{margin: 0 5px; font-size: 12px;}
.video-pod{width:620px;height:315px;}
.map-pod{width:600px;height:450px;}
.smedia-feeds-img{}
/*pad-in*/
.mb-3{font-size: 1.8rem}


@media (max-width: 767.98px) {
    .video-pod{width:100%;height:315px;}
    .map-pod{width:100%;height:320px;}
    .smedia-feeds-img{width:100%;}
    .mtp-sm{margin-top: 2em;}
}