component-about-a .about .paddingzero {
    padding: 0;
}
component-about-a .about ._title {
    font-size: 36px;
    line-height: 1.23;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}
component-about-a .about ._caption {
    font-size: 16px;
    text-align: center;
    line-height: 1.55;
    padding-bottom: 20px;
}
html body[ng-app] component-about-a .about ._description * {
    max-width: 100%!important;
}
@media(max-width: 767px) {
    html body[ng-app] component-about-a .about ._description * {
        width: 100%!important;
        height: auto!important;
    }
}
component-about-a .about ._description {
    font-size: 18px;
    text-align: center;
    line-height: 1.55;
    padding-bottom: 50px;
}
component-about-a .about .fit-center {
    display: flex !important;
    justify-content: center;
}