.cards-exames {
    margin-top: 40px;
    margin-bottom: 155px;
}

.cards-exames .card-item {
    background: #FFF;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 0px 0px 10px 10px;
    opacity: 1;
    height: 182px;
    border-top: 4px solid #584A9F;
    text-align: center;
    margin-bottom: 28px;
    position: relative;
    padding: 26px 21px 26px 22px;
    justify-content: center;
    display: flex;
}

.card-item .texto {
    color: #584A9F;
    font-size: 16px;
    line-height: 21px;
    margin-top: 22px;
}

.card-item .link {
    background: #F27052;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 50px;
    border-radius: 30px;
    position: absolute;
    bottom: 26px;
    text-align: center;
    margin: 0 auto;
    display: block;
    justify-content: center;
    align-items: center;
    /* left: 25%; */
    text-decoration: none;
}

.card-item .link:hover {
    background: #584A9F;
    color: #FFF;
    text-decoration: none;
}

.introducao {
    padding-left: 15px;
}

.introducao h1 {
    color: #584A9F;
    font-size: 22px;
    margin-top: 40px;

}

.introducao h1::before {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #584A9F;
    position: absolute;
    /* bottom: 428px; */
    /* left: 50%; */
    /* margin-left: -27.5px; */
    top: 70px;

}

.introducao p {
    font-size: 18px;
    color: #6E6E6E;
    margin-bottom: 30px;
    font-family: allerlight;
    margin-top: 40px;

}
