.sec-3{}
.main-how__wrap{
  margin: 0 auto;
  max-width: 1534px;
}
.main-how{
  background-color: #F7F7F7;
  padding: 94px 18px 136px 18px;
}
.main-how__wrap h2 {
  font-family: Georgia;
  font-weight: 700;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #061D4B;
  margin-bottom: 25px;
}
.main-how__subtitle{
    text-align: center;
    font-family: Inter;
    font-weight: 800;
    font-size: 18px;
    line-height: 15px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #2A8DB5;
    margin-bottom: 30px;
}
.main-how__desc{
    text-align: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8087A0;
    margin-bottom: 64px;
}
.main-how-stepper{
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    gap: 32px;
}
.main-how-stepper__itm{
    width: calc((100% - 4 * 32px) / 5);
    display: flex;
    flex-direction: column;
}
.main-how-stepper__itm-wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main-how-stepper__bubble{
    width: 97px;
    height: 97px;
    border: 3px solid #1F948E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin: 0 auto 25px auto;
    background-color: #FFFFFF;
}
.main-how-stepper__num{
    width: 73px;
    height: 73px;
    background-color: #0E2C48;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.main-how-stepper__itm:last-of-type .main-how-stepper__num{
    background-color: #1F948E;
}
.main-how-stepper__num span{
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.main-how-stepper__hr{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 250px);
    height: 4px; 
    background-color: #1F948E;
    z-index: 0;
}
.main-how-stepper__badge{
    padding: 5px;
    height: 69px;
    border-radius: 15px;
    background-color: #E0F5F0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.main-how-stepper__badge.gradient{
    background: linear-gradient(135deg, #E0F5F0 45%, #EFE7FC 45%);
}
.main-how-stepper__badge-content{
    color: #1F948E;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.main-how-stepper__badge-content div:last-of-type{
    margin-top: 3px;
    color: #7A61C5;
}
.main-how-stepper__card{
    border: 1px solid #D6DAE3;
    border-top: 4px solid #D6DAE3;
    border-color: #D6DAE3;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #E3E0E040;
    padding: 25px 22px;
    background-color: #FFFFFF;
    text-align: center;
    flex: 1;
}
.main-how-stepper__card-title{
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 20px;
}
.main-how-stepper__card-desc{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #8087A0;
}
.main-how__total-timeline{
    margin-bottom: 35px;
}
.total-timeline{
    border: 0.83px solid #D6DAE3;
    border-radius: 16px;
    background-color: #FFFFFF;
    max-width: 773px;
    transition: all 0.3s ease;
    margin: 0 auto;
}
.total-timeline:hover{
    box-shadow: 0 4px 15px #D6DAE3;
}
.total-timeline__title{
    font-family: Inter;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F948E;
    margin: 14px 0 3px 0;
    padding: 0 5px;
}
.total-timeline__desc{
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    padding: 0 5px;
}
.total-timeline__cards{
    display: flex;
    justify-content: center;
    width: 100%;
}
.total-timeline__card{
    width: 50%;
    border-top: 5px solid #7A61C5;
    padding: 0 5px;
}
.total-timeline__card:last-of-type{
    border-color: #1F948E;
    border-left: 1px solid #E4E4E7;
}
.total-timeline__card-title{
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #8087A0;
    margin: 21px 0 4px 0;
}
.total-timeline__card-text{
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.main-how__text{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #8087A0;
    max-width: 978px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.main-how__btn{
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 24px 27.5px;
    background-color: #1F948E;
    border-radius: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    transition: all 0.3s ease;
    color: #FFFFFF;
}
.main-how__btn:hover{
    color: #FFFFFF;
    box-shadow: 0 4px 15px #1F948E;
}
@media (max-width: 1023.98px) {
    .main-how-stepper__hr{
        display: none;
    }
    .main-how-stepper__bubble{
        margin: 0;
    }
    .main-how-stepper__badge{
        margin-bottom: 0;
    }
    .main-how-stepper{
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }
    .main-how-stepper__itm{
        gap: 13px;
        width: 100%;
        flex-direction: row;
    }
    .main-how-stepper__itm-wrap{
        width: 100%;
        border: 1px solid #D6DAE3;
        border-radius: 15px;
        overflow: hidden;
    }
    .main-how-stepper__card,
    .main-how-stepper__badge{
        padding: 15px 30px;
        text-align: left;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    .main-how-stepper__badge{
        justify-content: flex-start;
        height: auto;
    }
    .main-how-stepper__card-title{
        margin-bottom: 10px;
    }
}
@media (max-width: 767.98px) {
    .main-how{
        padding-top: 44px;
        padding-bottom: 37px;
    }
    .main-how h2{
        font-size: 34px;
    }
    .main-how__subtitle{
        font-size: 16px;
        line-height: 100%;
    }
    .main-how__btn{
        padding: 10px 17.5px;
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 575.98px) {
    .main-how h2{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .main-how__subtitle{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .main-how__desc{
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 25px;
    }
    .main-how__stepper{
        padding: 0 11px
    }
    .main-how-stepper__bubble{
        width: 60px;
        height: 60px;
    }
    .main-how-stepper__num{
        width: 45px;
        height: 45px;
    }
    .main-how-stepper__card {
        padding: 7px 15px 14px 15px;
    }
    .main-how-stepper__badge{
        padding: 9px 15px;
    }
    .main-how-stepper__badge-content{
        font-size: 14px;
    }
    .main-how-stepper__badge-content div:last-of-type{
        color: #1F948E;
    }
    .main-how-stepper__card-title{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .main-how-stepper__card-desc{
        font-size: 12px;
        line-height: 100%;
    }
    .main-how__total-timeline{
        margin-bottom: 15px;
    }
    .total-timeline__title{
        font-size: 10px;
    }
    .total-timeline__desc,
    .total-timeline__card-text{
        font-size: 12px;
        margin-bottom: 17px;
    }
    .total-timeline__card-title{
        font-size: 10px;
        margin: 12px 0 3px 0;
    }
    .main-how__text{
        line-height: 100%;
        font-size: 8px;
        margin-bottom: 20px;
        max-width: 300px;
    }
}