.step1-text {
    width: 271px;
    position: relative;
    font-size: 36px;
    display: inline-block;
    flex-shrink: 0;
    color: #efefef;
}
.step-content {
    width: 325px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 43px;
    z-index: 0;
}
.frame-icon, .frame-icon2 {
    width: 707px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: 0px;
    height: 128.4px;
    z-index: 1;
}
.step1 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0px 16px 145px;
    box-sizing: border-box;
    gap: 10px;
}
.step2-text {
    width: 496px;
    position: relative;
    font-size: 36px;
    display: inline-block;
    flex-shrink: 0;
    color: #efefef;
}
.child {
    width: 707px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: 0px;
    height: 104px;
    z-index: 1;
}
.step2 {
    position: absolute;
    top: 163.5px;
    left: 184px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0px 16px 145px;
    box-sizing: border-box;
    gap: 10px;
}
.step-text {
    width: 396px;
    position: relative;
    font-size: 36px;
    display: inline-block;
    flex-shrink: 0;
    color: #efefef;
}
.step3 {
    position: absolute;
    top: 302.5px;
    left: 377px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0px 16px 145px;
    box-sizing: border-box;
    gap: 10px;
}
.step4 {
    position: absolute;
    top: 441.5px;
    left: 565px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0px 16px 145px;
    box-sizing: border-box;
    gap: 10px;
}
.steps {
    align-self: stretch;
    position: relative;
    height: 546px;
    font-size: 64px;
    color: #fff;
    font-family: 'Nunito Sans';
}
.how-to {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.step-name {
    margin: 0;
}

@media (max-width: 768px) {
    .steps {
        height: 310px;
        font-size: 40px;
    }
    .step1 .frame-icon2 {
        content: url("../img/Group 46.svg");
        width: 100%;
        height: 100px;
    }
  
    .step2 .frame-icon, .step3 .frame-icon, .step4 .frame-icon {
        content: url("../img/Group 50.svg");
        width: 100%;
        height: 90px;
    }
    
    .step1, .step2, .step3, .step4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 16px 0px 0px 0px;
        left: 0px;
    }
  
    .step1 {
        order: 1;
    }
  
    .step2 {
        order: 2;
        top: 79px;
    }
    .step3 {
        order: 3;
        top: 147px;
    }
    .step4 {
        order: 4;
        top: 215px;
    }
    .step-text, .step2-text, .step1-text {
        font-size: 24px;
        width: 271px;
    }
    .step-content {
        margin-left: 60px;
    }
  }