/*
// .tm-widget-aboutus
*/
.tm-widget-aboutus {
    max-width: 380px;
    flex: 0 0 auto;
    width: calc(100% - 24px);
}
.tm-widget-aboutus__logo {
    margin-bottom: 16px;
}
.tm-widget-aboutus__text {
    font-size: 14px;
    line-height: 24px;
    color: var(--tm-footer--secondary-font-color);
}
.tm-widget-aboutus__phone {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .02em;
    font-weight: 700;
}
.tm-widget-aboutus__text + .tm-widget-aboutus__phone {
    margin-top: 16px;
}
.tm-widget-aboutus__address {
    font-size: 14px;
    line-height: 24px;
    color: var(--tm-footer--secondary-font-color);
}
.tm-widget-aboutus__phone + .tm-widget-aboutus__address {
    margin-top: 4px;
}
.tm-widget-aboutus__social-links {
    margin-top: 20px;
}
