/*-------------Удаление лишних рамок на Сервисы--------------*/
.welcome-border-left * {
    border-left: none!important;
    border-top: none!important;
}
.welcome-border-right * {
    border-right: none!important;
    border-top: none!important;
}
.welcome-border-left-bottom * {
    border-left: none!important;
    border-bottom: none!important;
}
.welcome-border-right-bottom * {
    border-right: none!important;
    border-bottom: none!important;
}