.Profile {
    padding-top: 15px
}

.Profile-Title {
    margin-bottom: 30px
}

.Profile-Form {
    width: 50%
}

@media (max-width: 768px) {
    .Profile-Form {
        width: 100%
    }
}

.Profile-Photo {
    margin-bottom: 15px
}

.Avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .Avatar {
        display: block
    }
}

.Avatar-Error {
    margin-top: 10px;
    margin-left: 25px
}

.Avatar-Input {
    display: none
}

.Avatar-Change {
    cursor: pointer
}

.Avatar-Text {
    margin-right: 33px;
    font-size: 1.2rem
}

@media (max-width: 768px) {
    .Avatar-Text {
        margin-bottom: 10px
    }
}

.Avatar-PhotoSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Avatar-Photo {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden
}

.Avatar-Img {
    display: block;
    width: 90px
}

.Avatar-Action {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: var(--color-primary);
    cursor: pointer
}