.intro {
    position: relative;
    height: 883px;
    width: 100%;
    background: url('../imgs/bg/intro_3.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;

}
.intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background-color: #2C3E50CC;
    z-index: 1;
}


.big_intro_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.check_text {
    font-size: 24px;
}


.intro_title {
    color: #fff;
    font-weight: 700;
    font-size: 62px;

}

.intro_subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 56px;
}



.description {
    margin-top: 97px;
}
.how {
    margin-top: 80px;
    margin-bottom: 48px;
}
.how_title {
    color: #2C3E50;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.how_inner {
    margin-top: 83px;
    display: flex;
    justify-content: space-between;
}
.how_inner_steps {
    width: 57%;
}
.how_inner_step {
    margin-top: 60px;
    display: flex;
    align-items: start;
}
.how_inner_step_img {
}
.how_inner_step_text {
    margin-left: 46px;
}
.how_inner_step_text p {
    margin-top: 60px;
}
.how_inner_step_text p:nth-child(1) {
    margin-top: 0;
}
.how_inner_step_text span {
    color: #2980B9;
    font-weight: 600;
}
span.underline {
    text-decoration: underline;
}
.how_inner_imgs {
    width: 40%;
}
.how_inner_img {
    margin-top: 15px;
    border: 2px solid #2C3E50;
}

.how_inner_text {
    margin-top: 140px;
    color: #2C3E50;
    font-weight: 400;
    font-size: 24px;
}