.product-categories, .warning-appointment, .txt-inf-doc-con, .remote-reception, #tabs-doc-sec, .mb-4 {
    display: none !important;
}

.link-btn--op {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    padding: 0 15px;
    background: #fe3f7a;
    border-radius: 8px;
    color: white !important;
    font-size: 16px;
    max-width: 320px;

}

.link-btn--op:hover {
     background: #02B5BC;
}


.not-doc-acc h2 {
    text-align: center;
}

.not-doc-acc {
        margin: 30px auto 100px auto;
        background: rgba(2, 181, 188, 0.01);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.not-doc-acc:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-top: 3px solid #02B5BC;
    border-right: 3px solid #02B5BC;
    border-radius: 0 15px 0 0;
}

.not-doc-acc:after {
        content: '';
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #02B5BC;
    border-left: 3px solid #02B5BC;
    border-radius: 0 0 0 15px;
}

.not-doc-acc .col-12 {
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
        padding: 20px;
}

@media (max-width: 767px) {
    .not-doc-acc {
      display: flex;
    margin: 50px 10px;
    align-items: center;
    justify-content: center;
    width: 95%;
    }
}
