.bt-g {
    border-top: 1px solid gainsboro;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-17 {
    font-size: 17px;
}
.w-85 {
    width: 85px;
}
.w-150 {
    width: 150px;
}
.profile-card-txt {
    font-size: 16px;
    font-weight: bold;
    color: #0a2640;
}
.img-shdw {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.img-shdw:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}
.navbar {
    padding-top: 0.6rem !important;
    padding-right: 1rem;
    padding-bottom: 0.6rem !important;
    padding-left: 1rem;
}
@media (min-width: 992px) {
    section {
        padding-bottom: 4rem !important;
    }
}