.steps {
    margin-top: 120px;
}

.steps-heading {
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.steps-heading h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    color: #056DFA;
}

.steps-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

.steps-img {
    width: 65%;
    border-radius: 16px;
}

.steps-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 16px;
}

.steps-info {
    display: flex;
    width: 35%;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
}

.steps-info-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 25px;
}

.step-info-item-heading {
    display: flex;
    width: 100%;
    gap: 35px;
    align-items: center;
}

.step-number span {
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 0.2;
    color: #13307E;
}

.step-heading sub {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #13307E;
}

.step-info-item-body {
    display: flex;
    width: 100%;
    gap: 30px;
}

.step-info-item-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color:#13307E;
    opacity: 0.5;

}

.step-info-line {
min-height: 1px;
min-width: 27px !important;
display: flex;
justify-content: center;
}

.step-info-line hr {
    height: 100%;
    width: 1px;
    color:#13307E;
    opacity: 0.2;
}