div.all { height: 100%; }

div.all section.principal {
width: 320px;
height: auto;
overflow: hidden;
float: none;
margin: 0 auto;
padding-top: 90px;
display: block;
text-align: center;
}
div.all section.principal figure {
    text-align: center;
    margin: 0 auto;
    width: 230px;
    height: 170px;
    display: block;
}
div.all section.principal figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top center;
    display: block;
}
div.all section.principal h1 {
    font-size: 1rem;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: 700;
    width: 100%;
    float: left;
}
div.all section.principal h2 {
    font-size: .95rem;
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: 400;
    width: 100%;
    float: left;
}
div.all section.principal span.CRM {
    font-size: .7rem;
    margin: 5px 0 10px 0;
    padding: 0;
    font-weight: 400;
    width: 100%;
    float: left;
}
div.all section.principal span.local {
    display: block;
    max-width: 300px; /* ajuste conforme seu layout */
    margin: 0 auto;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
div.all section.principal a {
    text-transform: uppercase;
    font-size: .9rem;
    margin: 15px auto 0;
    padding: 0;
    font-weight: 600;
    display: block;
    width: fit-content;
    text-decoration: none;
    border-bottom: 1px solid #1385e0;
}
div.all section.principal p.advice {
    font-size: .85rem;
    line-height: 1.4;
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: 400;
    width: 100%;
    float: left;
}

.mobile {
    display: inline;
}

.desktop {
    display: none;
}

div.all section.other-options {
width: 100%;
height: auto;
overflow: hidden;
float: none;
margin: 0 auto;
margin-top: 40px;
display: block;
text-align: center;
}
div.all section.other-options h2 {
width: 100%;
    max-width: none;
    padding: 0;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    line-height: 1.2;
    float: left;
}

div.all section.other-options p {
width: 100%;
max-width: 480px;
    font-size: .9rem;
    line-height: 1.4;
height: auto;
overflow: hidden;
float: none;
margin: 0 auto;
display: block;
text-align: center;
}

div.all section.other-options ul.from-procedures {
    width: 100%;
    margin: 0;
    float: left;
    display: flex;
    gap: 0;
    justify-content: center;
    gap: 16px;
    padding: 0;
    margin: 40px 0 40px 0;
    list-style: none;
    flex-wrap: wrap;
}
div.all section.other-options ul.from-procedures li {
    width: 300px;
    min-height: 100px;
    text-align: center;
    border-radius: 8px;
    margin: 0 0 40px 0;
    padding: 0 0 0px 0;
}
div.all section.other-options ul.from-procedures li a {
    text-decoration: none;
    color: #1f1f1f;
}
div.all section.other-options ul.from-procedures li figure {
text-align: center;
    margin: 0 auto;
    width: 300px;
    height: 220px;
}
div.all section.other-options ul.from-procedures li figure img {
border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
div.all section.other-options ul.from-procedures li h3.name {
    width: calc(100% - 20px);
    padding: 0 10px;
    float: left;
    font-weight: bold;
    margin: 20px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.all section.other-options ul.from-procedures li b.atendimento {
    width: calc(100% - 20px);
    padding: 0 10px;
    float: left;
    font-weight: 400;
    margin: 5px 0 10px 0;
    font-size: .85rem;
}
div.all section.other-options ul.from-procedures li b.go-to-page {
    font-size: .9rem;
    width: auto;
    float: none;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid #1385e0;
    color: #0070c9;
    font-weight: 500;
}

/* telas maiores = desktop */
@media (min-width: 768px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: inline;
    }

    div.all section.principal {
    width: 500px;
    }
div.all section.principal {
padding-top: 120px;
}
div.all section.principal figure {
    width: 300px;
    height: 220px;
}
div.all section.principal h1 {
    font-size: 1.12rem;
}
div.all section.principal h2 {
    font-size: .85rem;
}
div.all section.principal p.advice {
    font-size: 1.1rem;
        line-height: 1.5;
}
   div.all section.other-options h2 {
          width: calc(100% - 200px);
    margin: 15px 100px 0 100px;
    font-size: 1.4rem;
    line-height: 1.5;
} 

}