h1.how-start-title {
    color: #FFF;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: normal;
}

p.how-start-p {
    color: #979696;
    font-size: 14px;
    font-weight: 600;
    line-height: 146.4%;
    max-width: 915px;
}

a.custom-button-2 {
    width: 198px!important;
    height: 48px!important;
    margin-top: -10px;
}
.howstart {
    /* margin-top: 80px; */
}

section.section-howstart {
    margin-bottom: 50px;
}

.step-object {
    width: 100%;
    /* height: 530px; */
    border: 1px solid #1f1f1f;
    flex-shrink: 0;
    border-radius: 10px;
    background: #1F1F1F;
    position: relative;
    display: flex;
    justify-content: center;
}

.bottom-section.step2 {
    position: absolute;
    bottom: 0;
}

.bottom-section.step3 {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    margin-right: -52px;
}

.group-step {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* column-gap: 29px; */
}

.step-border {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

img.step-image {
    margin-top: 56px;
}

h3.text-step {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.5px; /* 147.727% */
    margin-top: 33px;
}

p.text-step {
    color: rgba(255, 255, 255, 0.55);
    /* text-align: center; */
    font-family: Raleway;
    font-size: 15px;
    /* font-style: normal; */
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 600;
    line-height: 24px;
    /* max-width: 977.18399999999997px; */
    white-space: pre-line;
    padding: 0 10%;
}

a.link-how-start {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0.5px solid rgba(255, 255, 255, 0.12);
    width: 214px;
    height: 50px;
    color: #FFF;
    text-align: center;
    margin-bottom: 16px;
    transition: 0.3s;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
a.link-how-start:hover {
    border: 0.5px solid rgb(244 244 244 / 30%);
    background: rgba(255, 255, 255, 0.05);
}

.head {
    height: auto;
}

img.android-ico {
    margin-right: 10px;
}

.bottom-section {
    margin-top: 21px;
}

.step-object.active {
    border-radius: 10px;
    border: 1px solid #97baff;
    background: #97baff;
}
@media (max-width: 1200px){
    .group-step {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }
}