.about04__top {
    display: grid;
    gap    : 30px;
    grid-template-columns: 600px 1fr;
    margin: 0 0 20px;
}
.about04__img {
    height: 400px;
}
.about04__name {
    margin-top: 19px;
}
.about04__right-bottom {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin: 40px 0 0;
}
.about04__btn {
    width: 152px;
    height: 36px;
    background-color: #D4D4D4;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size  : 16px;
    font-weight: 700;
}
