.create-main {
    margin: auto;
    height: calc(100dvh - 100px);
    position: relative;
}
.next-btn-main {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.diya-title {
    color: #717171;
    font-weight: 600;
}
.diya-img {
    background-image: url(../../../images/diyatype/diya-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
/* .diya-img .diya-title {
    color: #F9C920;
} */
.diya-image {
    max-height: 100px;
}
