.profile {
    width: 100%;
    height: auto;
    padding: 0 25px;
    text-align: center;
}

.profile .profile_img {
    width: 80px;
    height: 80px;
    background-color: rgb(208, 207, 207);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.profile .profile_img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile .profile_name {
    font-size: 16px;
    color: white;
}

.profile .profile_name span {
    font-weight: bold;
}


.profile .profile_cor_name {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.prog {
    width: 100%;
    padding: 0 25px;
    margin-top: 7px;
}

.prog .prog_descript {
    display: flex;
    justify-content: space-between;
    color: white;
    font-weight: bold;
}