.my-profile {
    padding: 25px;
    padding-bottom: 25px !important;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 18%);
    background: #fff;
    position: relative;
    color: #380f00;
    text-align: center;
}

.my-profile .myname {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    margin-top:10px;
}

.my-profile .myjob {
    left: 0px;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.my-profile .myintro {
	margin-top:20px;
	line-height:2;
}

.my-profile .my-profile-thumb img {
    text-align: center;
	margin:auto;
}