#disease-wrapper .top-banner {
    height: 575px;
    background-color: #E5F7F6;
    margin-bottom: 60px;
    margin-top: 3px;
}

#disease-wrapper .top-banner img {
    width: auto;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#disease-wrapper .main-title {
    color: #00AEA6;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 75px;
}

#disease-wrapper .description {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 75px;
}

#disease-wrapper .description p:last-child {
    margin-bottom: 0;
}

#disease-wrapper .info {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 75px;
}

#disease-wrapper .blocks .block .content {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 75px;
}

#disease-wrapper .blocks .block .content p:last-child {
    margin-bottom: 0;
}

#disease-wrapper .blocks .block .content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1rem; /*20px; /*0;*/
}

#disease-wrapper .blocks .block .content ul li::before {
    content: '✓';
    color: #00AEA6;
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
}

#disease-wrapper .blocks .block .title {
    background-color: #E5F7F6;
    border: 2px solid #00AEA6;
    height: 60px;
    text-align: center;
    margin-bottom: 75px;
}

#disease-wrapper .blocks .block .title span {
    color: #00AEA6;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    vertical-align: middle;
    line-height: 60px;

    position: relative;
    bottom: 4px;
}

#disease-wrapper .blocks .block .title img {
    margin-right: 15px;
    vertical-align: middle;
}

@media (max-width: 992px) {
    #disease-wrapper .top-banner {
        height: 300px;
        margin-bottom: 45px;
    }

    #disease-wrapper .blocks .block .content {
        margin-bottom: 35px;
    }

    #disease-wrapper .blocks .block .title {
        margin-bottom: 35px;
    }

    #disease-wrapper .description {
        margin-bottom: 35px;
    }

    #disease-wrapper .main-title {
        margin-bottom: 35px;
    }

    #disease-wrapper .info {
        margin-bottom: 35px;
    }
}
