body .wrapper main .blockHowToApply{
    width: 100%;
    height: 36vw;
    display: flex;
}

body .wrapper main .blockHowToApply .content{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
body .wrapper main .blockHowToApply .forBackgroundImage{
    width: 45%;
    height: 95%;
    background-image: url("../assets/images/illustrationsHowToApply.svg");
    background-size: 45vw;
    background-repeat: no-repeat;
}

body .wrapper main .blockHowToApply .content .titleApply{
    color: #EE4D47;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
}

body .wrapper main .blockHowToApply .content .contentP{
    color: #402B2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    width: 400px;
}
