.main-custom {
    max-width: 1440px;
    padding: 0 8px;
    margin: 0 auto;
    box-sizing: border-box;
    
}

.main-custom__title {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 24px 0;
}

.main-custom__title-bold {
    font-weight: bold;
}

.main-custom__img {
    width: 100%;
}

.main-custom__text,
.main-custom__text-medium {
    max-width: 800px;
    margin: 24px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.main-custom__text-medium {
    font-weight: 500;
    margin: 48px auto 70px;
}

.main-custom p:last-of-type {
    margin: 72px auto 0px;
}



.main-custom__step {
    width: 800px;
    margin: 48px auto 24px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 860px) {
    .main-custom__text,
    .main-custom__text-medium,
    .main-custom__step {
        margin: 24px 10px;
    }
}

@media screen and (max-width: 490px) {
    .header {
        padding: 0 8px;
    }
    .main-custom {
        padding: 0;
        max-width: 450px;
    }
    .main-custom__title {
        font-size: 28px;
        padding: 0 8px;
        max-width: 431px;
        margin-bottom: 10px;
    }
    .main-custom__img  {
        width: 100%;
    }
    .main-custom__text,
    .main-custom__text-medium,
    .main-custom__step
     {
       max-width: 383px;
        margin: 24px auto;
    }
     
}

@media screen and (max-width: 420px) {
    .main-custom__text,
    .main-custom__text-medium,
    .main-custom p:last-of-type {
        font-size: 14px;
        margin: 20px 10px;
    }

    .main-custom__step {
        font-size: 19px;
        margin: 20px 10px;
        max-width: 90%;
    }
}