.about_us{display:grid;column-gap:48px;grid-template-columns:1fr;font-size:14px;color:#2A2D2E;line-height:normal;}
.about_us__desc{display:flex;flex-direction:column;padding:24px 0 0;background-color:#fff;width:100%;max-width:640px;font-size:14px;font-weight:350;line-height:1.4}
.about_us__desc h2{font-family: var(--font-family-secondary); font-weight:400;line-height:1.2;font-size:24px;margin:0 0 40px;color:#2A2D2E}
.about_us__desc p{margin:0 0 24px;}
.about_us__image{margin-left: -12px;margin-right: -12px;}
.about_us__image img{width:100%;height:auto;object-fit:cover;display:block;margin-left: auto;}
.about_us__desc table,
.about_us__desc table tbody{border: 0;color: rgba(38, 42, 44, 1);}
.about_us__desc table{margin-bottom: 40px;}
.about_us__desc table tr {border: 0;}
.about_us__desc table tr td {border: 0;border-bottom: 1px solid rgba(235, 236, 237, 1);padding: 24px 0 12px;}
.about_us__desc table tr td:first-child{font-size: 16px;font-weight: 450;padding-right: 24px;}
.about_us__desc table tr:first-child td{padding-top: 0;}
@media screen and (min-width: 992px) {
    .about_us{grid-template-columns:repeat(2,1fr);}
    .about_us__image {margin-left: -30px;margin-right: 0;}
    .about_us__desc{padding-top: 64px;}
}