
.profile-center {
    text-align: center;
}

.profile-justifytext {
    text-align: justify;
    max-width: 680px;
}

.profile-img {
    background-size: cover;
/*    background-size: 50px 50px;*/
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.experience-card {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    transition: all .2s ease-out;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    word-wrap: break-word;
}

.section-background {
    background-color: #f7f7f7;
}
