#main-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#main-content > div:last-child {
    min-width: 19rem;
    min-height: 15rem;
    height: 100%;
    margin-right: 1.75rem;
}
.main-content {
    padding: 2rem 2rem;
}

@media screen and (max-width:850px) {
    .oftalmoscopio-title {
        padding-top: 1rem;
    }
}
.oftalmoscopio-title h1 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    color: #333;
}
.oftalmoscopio-title h2 {
    color: #999;
    padding-bottom: 1rem;
}
.oftalmoscopio-title p {
    color: #999;
    font-weight: 500;
}
.text-content p {
    font-size: 1rem;
    color: #999;
    margin-bottom: .5rem;
    text-align: justify;
}