.container {
    width: 90%;
}

.col-md-6 {
    flex: 0 0 50%;
    padding: 20px 0;
}

.pic {
    height: 800px;
    width: 100%;
    object-fit: cover;
    top: 0;
    border-radius: 20px;
}

.content {
    padding: 0 20px;
}

.content h2 {
    font-size: 25px;
}

.doctorate {
    font-style: italic;
    font-size: 20px;
}

.sketch {
    text-align: justify;
}