
.img-about {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-left: 50%;
    transform: translateX(-50%)
}

.text-about {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-about p {
    width: 70%;
    margin-top: 20px;
    text-indent: 1em;
}