section {
    overflow: visible;
}

.exames.section-bg {
    background-color: rgb(221, 223, 223);
}

#shadow-host-companion {
    display: none;
    background-color: transparent;
}

#exames .container {
    min-height: 100vh;
    padding-top: 7%;
    padding-bottom: 7%;
}

.section-title-exames {
    text-align: center;
    padding-bottom: 30px;
}

.section-title-exames h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: rgb(59, 59, 59);
}

.section-title-exames h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title-exames h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: rgb(6, 152, 106);
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title-exames p {
    margin-bottom: 0;
}

.exames .faq-list {
    padding: 0; 

}

.exames .faq-list ul {
    padding: 0;
    list-style: none;
}

.exames .faq-list li+li {
    margin-top: 15px;
}

.exames .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.exames .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    color: rgb(6, 152, 106);
}

.exames .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: rgb(156, 201, 201);
}

.exames .faq-list .icon-show,
.exames .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.exames .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.exames .faq-list .icon-show {
    display: none;
}

.exames .faq-list a.collapsed {
    color: #343a40;
}

.exames .faq-list a.collapsed:hover {
    color: rgb(6, 152, 106);
}

.exames .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.exames .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .exames .faq-list {
        padding: 0;
    }
}