#diseases-wrapper {
    padding-top: 75px;
    padding-bottom: 35px; /*75px;*/

    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
}

#diseases-wrapper .title {
    font-weight: 500;
    font-size: 67.5px;
    color: #00AFA7;
    text-align: center;
    margin-bottom: 13px;
}

#diseases-wrapper .subtitle {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    /*max-width: 530px; /*687px; /*700px;*/
    /*margin-left: auto;*/
    /*margin-bottom: 35px;*/
}

#diseases-wrapper .info {
    font-weight: 400;
    font-size: 26px;
    color: #000;
}

#diseases-wrapper .search-wrapper {
    /*text-align: right;*/
    margin-bottom: 40px; /*35px;*/
}

#diseases-wrapper .search-wrapper input {
    color: #00AFA7;
    text-align: center;
    width: 400px;
    height: 83px;
    font-size: 35px;
    font-weight: 500;
    outline: 0;
    border: 5px solid #00AFA7;
    border-radius: 23px;
    vertical-align: top;
    margin-right: 10px;
}

#diseases-wrapper .search-wrapper button {
    vertical-align: top;
    width: 108px;
    height: 83px;
    font-size: 35px;
    font-weight: 500;
    border: 5px solid #00AFA7;
    border: 0;
    border-radius: 23px;
    background-color: #00AFA7;
    color: #FFF;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    position: relative;
}

#diseases-wrapper .search-wrapper button a {
    color: #FFF;
}

#diseases-wrapper .search-wrapper button:hover {
    text-decoration: none;
}

.top-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    display: table;
    width: 100%;
    /*max-width: 775px;*/
}

.top-wrapper .left {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 20px;
    width: 160px;
}

.top-wrapper .left img {
    width: auto;
    height: 230px; /*300px;*/
}

.top-wrapper .right {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 60px; /*20px;*/
}

@media (max-width: 992px) {
    #diseases-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #diseases-wrapper .title {
        font-size: 43px;
    }

    #diseases-wrapper .subtitle {
        font-size: 22px;
    }

    #diseases-wrapper .info {
        font-size: 22px;
    }

    #diseases-wrapper .search-wrapper input {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 25px;
        height: 70px;
    }

    #diseases-wrapper .search-wrapper button {
        width: 100%;
        font-size: 25px;
        height: 70px;
    }

    #diseases-wrapper .info p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .top-wrapper .left img {
        width: 25vw;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .top-wrapper .left {
        padding-right: 7px;
        width: auto;
        display: block;
    }

    .top-wrapper .right {
        padding-left: 7px;
        display: block;
    }

    .top-wrapper {
        display: block;
    }

}