.banner {
    background-color: #F3F3F3;
    padding: 40px 0 10px;
    box-shadow: 1px 2px 15px #0000003d;
}

.banner h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.step-title{
    padding-top:30px;
}

.step{
    padding-top: 50px;
}

.step-box{
    padding-bottom: 20px;
    display: flex;
}
.step-box h4{
    font-weight: 700;
}
.step-box .step-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: var(--main-color);
    line-height: 85px;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

.step .card-img-top{
    height: 300px;
    width: 300px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.step .step-text{
    width: 70%;
    padding-top:10px;
}