.main-hello{
    font-size:0;
    position: relative;
    display: block;
    margin-left:-60px;
}
.main-hello__col{
    display: inline-block;
    font-size: 14px;
    width:50%;
    padding:0 15px 0 45px;
    vertical-align: top;
}


.main-hello__h2 {
    font-size: 22px  !important;
    color:#393939 !important;
    margin: 54px 0 20px;
    font-weight: bold  ;
}
.main-hello__h2_big {
    font-size:32px !important;
    margin-bottom: 10px;
}

.main-hello__name{
    font-size:22px;
    padding-bottom: 20px;
    text-align: center;
}

.main-hello__image-cover {
    width:100%;
    padding-bottom: 20px;
}

.main-hello__image{
    width: 100%
}

.main-hello__text{
    font-size: 14px;
    line-height: 20px;
    color:#393939;
}

@media screen and (max-width: 1279px) {
    .main-hello {
        margin-left: -30px;
    }
}

@media screen and (max-width: 1023px) {
    .main-hello__h2 {
        margin: 28px 0 14px;
        font-size: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .main-hello{
        margin: 0;
    }

    .main-hello__col{
        width:100%;
        padding: 0 10px 0 10px;
        margin-bottom:14px
    }
    .main-hello__h2 {
        margin: 14px 0 8px;
        font-size: 24px !important;
    }
}

@media screen and (max-width: 666px) {
    .main-hello__h2 {
        margin: 14px 0 14px;
        font-size: 20px !important;
    }
    .main-hello__name {
        font-size: 14px;
        padding-bottom: 14px;
    }


}