.w-60 { width: 60%; }

.expert-container .card {
    margin-bottom: 30px;
}

.expert-container .card .card-body .card-title {
    font-size: 19.5px;
    color: #003366;
    font-weight: bold !important;
    text-align: center;
}

.expert-container .card .card-body .card-subtitle {
    font-size: 14.3px;
    color: #ca9b35 !important;
    font-weight: bold !important;
    text-align: center;
    padding-bottom: 12px;
}

.expert-container .card .card-body .card-text {
    font-size: 14.3px;
    text-align: center;
    height: 175px;
    display: block;
    overflow: auto;
}


@media only screen and (max-width: 767px) {
    .w-60 { width: 100%; }
}