ul {
    list-style-type: none;
    padding-left: 0rem;
}
.feat-title {
    font-size: 2.04vw;
    letter-spacing: -.015em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.sci-title {
    width: 457.93px;
    height: 73.52px;
    border-radius: 12.03px;
    font-size: 36.08px;
    color: #fff;
    background-color: #000;
    margin: 0 auto;
    align-items: center;
    align-content: center;
}

.card {
    border: 0px solid rgba(0, 0, 0, .125);

}

@media (max-width: 767px) {
.feat-title {
    font-size: 22px;
}    
.sci-title {
    width: 80%;
    height: auto;
    padding: 15px 0px;
    font-size: 22px;
}
}