.main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 70%;
    padding-top: 100px;
    z-index: 1;
}

.box-wrapper {
    width: 100%;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}
