.profile {
    float: left;
}

.profile p {
    font-size: 0.14rem;
    text-align: left;
    text-indent: 2em;
    line-height: 2.5;
    margin-bottom: 0.1rem;
    color: #000;
}

@media screen and (max-width: 749px) {
    .profile p {
        font-size: 0.2rem;
    }
}