.card[href] {
    transition: all .2s ease-in-out;
}
.card-transition {
    transition: all .2s ease-in-out;
}
.h-100 {
    height: 100%!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0.0625rem solid rgba(220,224,229,.6);
    border-radius: 0.8125rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.75rem 1.75rem;
}
.card-text {height: 150px;}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.text-dark {
    color: #2d374b!important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}
.fs-3 {
    font-size: 1.25rem!important;
}
.promo-box {
    padding: 20px;
    margin: 0px 0 0px!important;
    text-align: center;
}

@media (max-width: 360px) {
.card-text {height:auto;}
}

@media (max-width: 360px) {
	.dlt {text-align: center;}
}
.feature{display:block; min-height:250px;}
@media (max-width: 360px) {
.feature {height:auto;}
}
.title {color: #326aee; font-weight:bold; font-size:26px; margin-bottom:25px;}
.titlebt {color: #326aee; font-weight:bold; font-size:26px; margin-bottom:25px; padding-top:50px; border-top: 1px solid #636363; }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}