.know-me {
    color: #737474;
    padding: 120px 32px 0;
}

.know-me .lawyer {
    text-align: justify;
}

.know-me .picture {
    text-align: center;
}

.know-me .picture img {
    box-shadow: 4px 4px 14px #737474;
    float: left;
    height: auto;
    margin: 0 24px 24px 0;
    width: 300px;
}

@media only screen and (max-width: 48em) {
    .know-me .picture img {
        float: none;
        height: auto;
        margin: 24px 0;
        width: 100%;
    }
}

.know-me .info p:first-child {
    margin-top: 0;
}

.know-me .info p:last-child {
    margin-bottom: 0;
}
