
.wrap-create .title {
    margin-bottom: 24px;
}
.wrap-create .text-m {
    margin-bottom: 32px;
}
.create-img {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #1450FF;
}
.create-img img {
    max-width: 80%;
    max-height: 80%;
}