html {
    height: 100%;
}

:root {
    --color-black:       #000;
    --color-white:       #fff;
    --color-pink:        #E85A74;
    --color-neutral-100: #fefdf8;
    --font-size-default: 16px;
    --font-family-default: "Inter", sans-serif;
    --line-height-default: 24px;
}


body {
    color: #8D8D8D;
    line-height: var(--line-height-default);
    height: 100%;
    font-family: var(--font-family-default);
    background: var(--color-neutral-100);
    font-weight: 500;
    font-size: var(--font-size-default)
}

h1, h2, h5 {
    color: var(--color-pink);
}
h2 {
    font-size: 32px;
    line-height: 50px;
}
a {
    transition: all .3s ease;
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
select:focus, :focus {
    outline: 0;
    box-shadow: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    position: relative;
    list-style: none;
}
a.about {
    position: absolute;
    width: 160px;
    height: 160px;
    background-color: transparent;
    left: 14%;
    bottom: 80px;
    cursor: pointer;
}
.desktop-none {
    display: none;
}
.banner {
    position: relative;
}
.epidemiology .item {
    min-height: 160px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background-color: var(--color-white);
    border-radius: 0 10px 10px 0;
    margin-bottom: 30px;
    border-left: 10px solid #FFCBD1;
}
.epidemiology .item.one {
    min-height: 350px;
}
.epidemiology .item p {
    font-size: 14px;
}
.epidemiology .item h5 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 28px;
    line-height: 24px;
}
.factors {
    position: relative;
    background-image: url(../img/bg-fatores-risco.jpg);
    width: 100%;
    height: 948px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.factors .content {
    display: flex;
    justify-content: center;
    padding: 250px 0 0;
    gap: 50px;
}
.factors .content .item h2 {
    color: var(--color-white);
    margin: 30px 0;
}
.factors .content .item ul li {
    padding: 15px;
    background-color: var(--color-white);
    border-radius: 0 10px 10px 0;
    margin-bottom: 10px;
    border-left: 10px solid #FFCBD1;
}
.info {
    position: relative;
    margin: 120px 0;
}
.info .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: baseline;

}
.info .grid ul {
    max-width: 80%;
}
.info .grid img.img-info {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    height: auto;
    object-fit: cover;
    z-index: 999;
}
.info .grid h2 {
    margin-bottom: 50px;
}
.info .grid p.txt {
    margin: 60px 0 30px;
}
.info .grid ul li, .info .list .item {
    position: relative;
    z-index: 999;
    padding: 30px 15px;
    background-color: var(--color-white);
    border-radius: 0 10px 10px 0;
    margin-bottom: 20px;
    border-left: 10px solid #FFCBD1;
}
.info .grid ul li h5 {
    font-size: 28px;
}
.info .grid ul li p, .info .list .content p {
    font-size: 14px;
    margin: 0;
}
.info .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.info .list .content p.pl {
    color: #242424;
    font-weight: 600;
    min-height: 30px;
    margin-bottom: 10px;
}
.info .list .content h5 {
    font-size: 22px;
    line-height: 24px;
}

.world, .symptoms, .health, .algorithm {
    position: relative;
    background-image: url(../img/bg-world.png);
    width: 100%;
    height: 1396px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: flex;
    align-items: center;
}
.world .title h2, .world .title p, .symptoms .title h2, .symptoms .title p  {
    color: var(--color-white);
}
.world::before, .symptoms::before, .health::before {
    content: '';
    position: absolute;
    top: -510px;
    right: 0;
    z-index: 99;
    background-image: url(../img/world.svg);
    width: 994px;
    height: 103%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.world::after, .symptoms::after {
    content: '';
    position: absolute;
    bottom:  -210px;
    left: 65%;
    transform: translateX(-50%);
    z-index: 99;
    background-image: url(../img/ball-world.svg);
    width: 591px;
    height: 589px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.world .img, .symptoms .img {
    position: relative;
    z-index: 999;
}
.subtypes {
    padding-bottom: 120px;
}
.subtypes .img {
    position: relative;
    z-index: 999;
}
.subtypes .title {
    margin-bottom: 50px;
}
.subtypes .title h2 {
    margin-bottom: 20px;
}
.subtypes .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: end;
    margin-bottom: 70px;
}
.subtypes .grid .text .item {
    margin-bottom: 30px;
}
.subtypes .grid .text .item p {
    margin-bottom: 5px;
}
.subtypes .grid .text .item p strong {
    font-size: 20px;
}
.symptoms {
    background-image: url(../img/bg-symptoms.png);
    height: 1350px;
}
.symptoms .title {
    position: relative;
    z-index: 999;
    margin: 90px 0 50px;
}
.symptoms::before {
    top: -50%;
    left: 0;
    z-index: 99;
    background-image: url(../img/symptoms-circle.svg);
    width: 587px;
    height: 103%;
}
.symptoms::after {
    content: '';
    position: absolute;
    top: -180px;
    right: 0;
    z-index: 99;
    background-image: url(../img/ball-world.svg);
    width: 500px;
    background-size: 500px;
    transform: unset;
    left: unset;
}
.impact {
    padding: 50px 0 70px;
    background-color: #FFFDF4;
}
.impact ul {
    margin: 50px 0 20px;

}
.impact ul li:first-child {
    border-top: 1px dashed #FFB2BF;
}
.impact ul li {
    line-height: 24px;
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px dashed #FFB2BF;
    font-size: 16px;
}
.impact ul li:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-repeat: no-repeat;
    left: 0;
    top: 20px;
    background-image: url(../img/exclamacao.svg);
}
.health {
    background-image: url(../img/bg-health3.png);
    height: 770px;
    background-position: left;
}
.health::before {
    top: -50px;
    left: -15px;
    z-index: 99;
    background-image: url(../img/ball-health.svg);
    width: 58%;
    height: 145%;
}
.health .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.health .grid .item img {
    position: relative;
    top: -100px;
    width: 536px;
    z-index: 999;
}
.health .grid .text {
    padding-top: 80px;
}
.health .grid .text h2, .health .grid .text p {
    color: var(--color-white);
}
.health .grid .text h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.diagnosis.impact {
    padding: 100px 0 0;
}
.diagnosis.impact ul {
    margin: 20px 0 0;
}
.diagnosis.impact p.spc {
    padding: 50px 0 0;
}
.diagnosis.impact .table h2 {
    font-size: 35px;
    margin: 70px 0 19px;
}
.algorithm {
    background-image: url(../img/bg-algoritimo.png);
    height: 1850px;
    background-position: left;
}

.algorithm .img, .impact .table, .algorithm h2 {
    position: relative;
    z-index: 999;
}
.algorithm h2 {
    margin-bottom: 7%;
}
.algorithm p {
    font-size: 12px;
    margin-top: 40px;
}
.algorithm .desc {
    margin-top: 50px;
}
.ref .box-warnings {
    padding: 50px 0;
    position: relative;
    z-index: 999;
}
.ref .box-warnings .box-warnings-title {
    background-color: #E85A74;
    color: #ffffff;
    font-weight: bold;
    padding: 30px 0 20px 30px;
    border-radius: 6px 6px 0 0;
}
.ref .box-warnings .box-warnings-title h6 {
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;
}
.ref .box-warnings .box-warnings-content {
    background-color: #FFE6E3;
    color: #374151;
    border-radius: 0 0 6px 6px;
}
.ref .box-warnings .box-warnings-content ul {
    padding: 0 50px 0 30px;
    margin: 0;
}
.ref .box-warnings .box-warnings-content ul li {
    list-style: none;
    padding: 30px 0 30px 40px;
    margin-bottom: 0;
    position: relative;
}
.ref .box-warnings .box-warnings-content ul li:first-child {
    border-bottom: 1px dashed #CACACA;
}
.ref .box-warnings .box-warnings-content ul li a {
    color: #E85A74;
    font-weight: bold;
}
.ref .box-warnings .box-warnings-content ul li a:first-child {
    text-decoration: none;
}
.ref .box-warnings .box-warnings-content ul li:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 20px;
    background-repeat: no-repeat;
    left: 6px;
    top: 58%;
    transform: translateY(-50%);
    background-image: url(../img/exclama.png);
}
.ref {
    padding: 0 0 70px;
    margin-top: -195px;
}
.ref p strong {
    font-size: 14px;
}
.ref ol li, .ref p {
    font-size: 12px;
}


.med-context-section {
    width: 100%;
    padding: 40px 20px;
    background-color: transparent;
}

.med-context-layout {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
    align-items: flex-start;
}


.med-context-visual {
    flex: 1;
    min-width: 320px;
}

.med-context-frame {
    border-radius: 45px;
    padding: 12px;
    line-height: 0;
}

.med-context-img {
    width: 100%;
    height: auto;
    border-radius: 35px;
}

.med-context-legend {
    margin-top: 18px;
    font-family: Arial, sans-serif;
}

.med-context-legend-title {
    font-size: 13px;
    font-weight: bold;
    color: #8D8D8D;
    margin-bottom: 4px;
}

.med-context-legend-text {
    font-size: 12px;
    color: #8D8D8D;
}


.med-context-info {
    flex: 1.3;
}

.med-context-title {
    color: #e55a71;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.med-context-description {
    color: #8D8D8D;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
}

.med-context-ref {
    font-size: 12px;
    vertical-align: super;
    color: #e55a71;
    margin-left: 2px;
}


.med-epidemiology-card-container {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 40px;
    max-width: 1000px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.med-epidemiology-section {
    width: 100%;
    font-family: Arial, sans-serif;
}

.med-epidemiology-title {
    color: #e55a71;
    font-size: 24px;
    margin-bottom: 30px;
}


.med-epidemiology-item {
    border-left: 8px solid #f2cbd2;
    padding: 5px 20px;
    margin-bottom: 25px;
    color: #888;
    line-height: 1.5;
}

.med-highlight {
    color: #e55a71;
    font-weight: bold;
}


.med-risk-factors-container {
    background-color: #E65A74;
    border-radius: 25px;
    padding: 35px;
    margin-top: 20px;
}

.med-risk-factors-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: normal;
}


.med-risk-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.med-risk-card {
    background-color: #fff;
    color: #888;
    padding: 15px 20px;
    border-radius: 12px;
    border-left: 10px solid #f2cbd2;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.med-ref, .med-ref-white {
    font-size: 10px;
    vertical-align: super;
    margin-left: 2px;
}


.med-brazil-limit {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}


.med-brazil-top {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: Arial, sans-serif;
}

.med-brazil-title {
    color: #e55a71;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.med-ref-small {
    font-size: 14px;
    vertical-align: super;
}

.med-brazil-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.med-brazil-list li {
    color: #888;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.med-brazil-list li::before {
    content: "•";
    color: #e55a71;
    position: absolute;
    left: 0;
}

.med-brazil-summary {
    color: #888;
    font-size: 18px;
    line-height: 1.4;
}

.med-highlight-bold {
    color: #e55a71;
    font-weight: bold;
}


.med-brazil-stats-wrapper {
    width: 100%;
    background-color: #fef4ee;
    padding: 60px 0;
    margin-top: 20px;
}


.med-stats-grid {
    display: flex;
    gap: 30px;
}

.med-stats-card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    border-left: 15px solid #f2cbd2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.med-stats-label {
    color: #8a8a8a;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
}

.med-stats-card p {
    color: #888;
    font-size: 16px;
    margin-bottom: 15px;
}

.med-highlight-text {
    color: #e55a71;
}


.med-world-single-card-container {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}


.med-world-single-card {
    background-color: #ffd9df;
    border-radius: 50px;
    padding: 50px;
    max-width: 1100px;
    width: 100%;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}


.med-world-single-header {
    margin-bottom: 20px;
}

.med-world-single-title {
    color: #e55a71;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.med-world-single-subtitle {
    color: #8a8a8a;
    font-size: 20px;
    max-width: 700px;
    line-height: 1.3;
    margin-top: 0;
}

.med-ref-small {
    font-size: 14px;
    vertical-align: super;
}


.med-world-single-chart-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}


.med-world-single-chart-img {
    max-width: 80%;
    height: auto;
    display: block;
}


.med-subtypes-card-wrapper {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 50px;
    max-width: 1100px;
    margin: 30px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
}

.med-subtypes-section {
    width: 100%;
}


.med-subtypes-title {
    color: #e55a71;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0;
}

.med-ref-small {
    font-size: 14px;
    vertical-align: super;
}


.med-subtypes-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.med-subtypes-list li {
    color: #888;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 18px;
    position: relative;
    padding-left: 18px;
}


.med-subtypes-list li::before {
    content: "•";
    color: #e55a71;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.med-highlight-text {
    color: #e55a71;
    font-weight: 600;
}


.med-subtypes-inner-pink-card {
    border-radius: 30px;
    padding: 40px;
    display: flex;
    justify-content: center;
}

.med-subtypes-img {
    max-width: 80%;
    height: auto;
    display: block;
}

.med-figo-full-container {
    max-width: 1100px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}


.med-figo-display-title {
    color: #e55a71;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 500;
}


.med-figo-image-block {
    width: 100%;
    margin-bottom: 15px;
}

.med-figo-main-img {
    width: 100%;
    height: auto;
    display: block;
}


.med-figo-credits {
    text-align: left;
    max-width: 450px;
}

.med-figo-credits p {
    font-size: 10px;
    color: #999;
    line-height: 1.3;
    margin: 0;
}

.med-ref-small {
    font-size: 10px;
    vertical-align: super;
}


.med-symptoms-full-section {
    width: 100%;
    background-color: #E65A74;
    padding: 60px 0;
    font-family: Arial, sans-serif;
}


.med-symptoms-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}


.med-symptoms-header {
    margin-bottom: 40px;
}

.med-symptoms-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.med-symptoms-subtitle {
    color: #ffffff;
    font-size: 20px;
    opacity: 0.9;
}

.med-symptoms-title sup {
    font-size: 14px;
    vertical-align: super;
}


.med-symptoms-card {
    background-color: #fef0f2;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


.med-symptoms-main-img {
    max-width: 80%;
    height: auto;
    display: block;
}


.med-menstrual-poverty-section {
    width: 100%;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #fef4ee;
}

.med-menstrual-poverty-layout {
    max-width: 1100px;
    display: flex;
    align-items: center;
    gap: 50px;
}


.med-menstrual-poverty-content {
    flex: 1.2;
}

.med-menstrual-poverty-title {
    color: #e55a71;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.med-menstrual-poverty-text {
    color: #888;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

.med-ref-mark {
    font-size: 12px;
    vertical-align: super;
    margin-left: 2px;
    color: #888;
}


.med-menstrual-poverty-visual {
    flex: 1;
}

.med-menstrual-poverty-frame {
    border-radius: 45px;
    padding: 10px;
    line-height: 0;
    overflow: hidden;
}

.med-menstrual-poverty-img {
    width: 80%;
    height: auto;
    border-radius: 35px;
    display: block;
}


.med-flowchart-card-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    box-sizing: border-box;
}

.med-flowchart-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.med-flowchart-container {
    width: 100%;
    text-align: center;
}


.med-flowchart-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.med-info-footer-card {
    max-width: 950px;
    margin: 40px auto;
    border-radius: 40px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
}


.med-info-footer-header {
    background-color: #E85A74;
    padding: 30px 50px;
}

.med-info-footer-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    letter-spacing: 1px;
}


.med-info-footer-body {
    padding: 40px 50px;
}

.med-info-footer-item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}


.med-info-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #E85A74;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E85A74;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.med-info-text {
    color: #888;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
}

.med-info-link {
    color: #888;
    text-decoration: none;
}

.med-info-link:hover {
    text-decoration: underline;
}


.med-info-divider {
    border: none;
    border-top: 1.5px dashed #f2cbd2;
    margin: 25px 0;
}


.med-ref-footer-container {
    width: 100%;
    font-family: Arial, sans-serif;
    margin-top: 50px;
}


.med-ref-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.med-ref-title {
    color: #e55a71;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.med-ref-list {
    padding-left: 20px;
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.8;
}

.med-ref-list li {
    margin-bottom: 12px;
    padding-left: 5px;
}

.med-ref-list li strong {
    font-weight: 500;
}

.med-ref-list a {
    color: inherit;
    text-decoration: none;
    word-break: break-all;
}


.med-legal-footer {
    width: 100%;
    background-color: #fef4ee;
    padding: 40px 0;
    margin-top: 40px;
}

.med-legal-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.med-legal-content p {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px !important;
    }
}

@media (min-width: 1921px) {
    .factors, .health {
        height: 1120px;
    }

    .info .grid img.img-info {
        max-width: 44%;
    }

    .world, .symptoms {
        height: 1900px;
    }
}

@media (max-width: 1700px) {
    a.about {
        width: 130px;
        height: 130px;
        bottom: 70px;
    }
}

@media (max-width: 1600px) {
    .factors {
        background-position: -120px;
    }

    .world, .symptoms {
        background-position: right;
        height: 1270px;
    }

    .world::before {
        top: -330px;
        width: 650px;
        height: 70%;
    }

    .symptoms::before {
        top: -212px;
        width: 380px;
        height: 43%;
    }

    .health .grid .item img {
        left: 90px;
    }

    .algorithm::before {
        top: -540px;
        width: 765px;
        height: 60%;
    }
}

@media (max-width: 1400px) {
    .info .list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .health .grid .item img {
        left: 0;
    }

    .algorithm {
        height: 1580px;
    }

    a.about {
        bottom: 35px;
    }
}

@media (max-width: 1199px) {
    .world, .symptoms {
        background-position: right;
        height: 1020px;
    }

    .world::before {
        top: -230px;
    }

    .subtypes .grid {
        grid-template-columns: 1fr;
    }

    .health::before {
        display: none;
    }

    .health {
        height: auto;
        padding: 50px 0;
        background-size: 2580px;
    }

    .health .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .health .grid .item img {
        position: relative;
        top: 0;
        width: 50%;
    }

    .health .grid .text {
        padding-top: 0;
    }

    .health {
        height: auto;
        padding: 50px 0;
        background-size: 2580px;
        background-position: center;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .epidemiology .item h5 {
        font-size: 22px;
        line-height: 20px;
    }

    .factors .content {
        display: grid;
        padding: 60px 0;
        gap: 20px;
    }

    .factors, .symptoms, .world {
        background: var(--color-pink);
        height: auto;
    }

    .info {
        position: relative;
        margin: 60px 0;
    }

    .info .grid, .info .list {
        grid-template-columns: 1fr;
    }

    .info .grid img.img-info {
        position: relative;
        max-width: 100%;
        border-radius: 25px;
    }

    .info .list .content p.pl {
        min-height: 0;
    }

    .info .grid ul li, .info .list .item {
        margin: 0;
    }

    .world::after, .symptoms::after{
        left: unset;
        right: 0;
        transform: unset;
    }

    .img {
        width: 100%;
        overflow: auto;
    }

    .img img {
        max-width: none;
        width: unset;
    }

    .world, .symptoms  {
        padding: 60px 0;
    }

    .symptoms::after {
        left: unset;
        right: 0;
        transform: unset;
        top: -300px;
    }

    .world::after {
        display: none;
    }

    .subtypes {
        padding: 60px 0;
    }

    .symptoms .title {
        margin: 0px 0 50px;
    }

    .algorithm {
        height: 1710px;
        background-position: 65%;
    }

    .ref {
        margin-top: -160px;
    }
}

@media (max-width: 900px) {
    .med-world-single-card {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .med-world-single-title {
        font-size: 26px;
    }

    .med-world-single-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .med-menstrual-poverty-layout {
        flex-direction: column;
        text-align: center;
    }

    .med-menstrual-poverty-text {
        text-align: center;
    }

    .med-menstrual-poverty-visual {
        width: 100%;
        max-width: 450px;
    }

    .med-context-layout {
        flex-direction: column;
        align-items: center;
    }

    .med-context-info {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .med-ref-title {
        font-size: 22px;
    }

    .med-ref-list {
        font-size: 12px;
    }

    .med-info-footer-card {
        margin: 20px;
        border-radius: 25px;
    }

    .med-info-footer-header, .med-info-footer-body {
        padding: 20px;
    }

    .med-info-footer-item {
        gap: 15px;
    }

    .med-flowchart-card-wrapper {
        padding: 30px 15px;
        border-radius: 25px;
        margin: 20px;
    }

    .med-symptoms-full-section {
        padding: 40px 0;
    }

    .med-symptoms-title {
        font-size: 24px;
    }

    .med-symptoms-subtitle {
        font-size: 16px;
    }

    .med-symptoms-card {
        border-radius: 20px;
        padding: 10px;
    }

    .med-subtypes-card-wrapper {
        padding: 30px 20px;
        margin: 15px;
        border-radius: 25px;
    }

    .med-subtypes-inner-pink-card {
        padding: 20px;
        border-radius: 20px;
    }

    .med-stats-grid {
        flex-direction: column;
    }

    .med-epidemiology-card-container {
        padding: 20px;
        border-radius: 20px;
    }

    .med-risk-grid {
        grid-template-columns: 1fr;
    }

    .info .grid img.img-info {
        margin-top: 30px;
    }

    .world::before {
        top: -170px;
        width: 330px;
        height: 32%;
    }

    .symptoms::after {
        display: none;
    }

    .symptoms::before {
        top: -222px;
        width: 190px;
        height: 43%;
    }

    .health {
        background-size: 2400px;
    }

    .health .grid .item img {
        width: 70%;
    }

    .diagnosis.impact {
        padding: 60px 0 0;
    }

    .diagnosis.impact p.spc {
        padding: 20px 0 0;
    }

    .algorithm::before {
        top: -460px;
        width: 522px;
        height: 60%;
    }

    section br {
        display: none;
    }

    .epidemiology .item p {
        font-size: 16px;
    }

    .mobile-none,  a.about  {
        display: none;
    }

    .mobile-block {
        display: block;
    }

    .ref {
        margin-top: -120px;
    }

    .ref .box-warnings .box-warnings-content ul {
        padding:  0 10px 0 20px;
    }

    .ref .box-warnings .box-warnings-content ul li a {
        word-break: break-all;
    }
}

@media (max-width: 600px) {
    .med-figo-display-title {
        font-size: 18px;
    }

    .med-figo-credits {
        max-width: 100%;
    }
}
