.section-showroom {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
}
.section-showroom .showroom-col {
    display: flex;
    width: 100%;
}
@media all and (min-width: 768px) {
    .section-showroom .showroom-col {
      width: 50%;
    }
  }
.showroom-col-content img {
    width: 100%;
}
.section-showroom .showroom-col-content {
    display: flex;
    flex-direction: column;
}
.showroom-col-right .showroom-col-content {
    padding: 30px;
}
.showroom-col-content h2 {
    font-weight: 700;
}
.showroom-col-content .sub-heading {
    font-size: 16px;
}
.showroom-col-right .showroom-col-content{
    background-image: url('../img/showroom-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}
.showroom-description {
    margin-top: 50px;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 30px;
    max-width: 55%;
}
.buttons-wrap {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.buttons-wrap a {
    padding: 20px;
    border-radius: 30px;
}
.section-faq{
    margin: 80px 0;
}
.section-faq h2 {
    font-weight: 700;
}
.section-faq .vc_toggle_title > h4 {
    font-size: 14px;
}