.section--profile .img-circle {
    border: 1px solid #e1eaf5;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.section--profile .intro {
    margin-top: 3em;
}


.section--profile .intro h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

.section--profile .intro p {
    font-size: 18px;
    color: #000000;
}

.section--profile p {
    font-size: 16px;
    color: #000000;
}

.section--profile .faicon {
    margin: 0.5em;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .section--profile .img-circle {
        width: 228px;
        height: 228px;
    }

    .section--profile .img-circle img {
        height: 228px;
        object-fit: scale-down;
    }
}