.cms-contact-us .contact-us-form-container {
  width: 50%;
}

@media screen and (max-width: 480px) {
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-custom_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-custom_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-short-description p{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 11px;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-custom_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-short-description{
      min-height: 21px;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-custom_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product.actions .actions-primary button {
      padding: 8px;
      border-radius: 8px;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-custom_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product.actions .actions-primary button span {
      font-size: 11px;
    }

    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-new_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-new_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-short-description p{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 11px;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-new_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-short-description{
      min-height: 21px;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-new_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product.actions .actions-primary button {
      padding: 8px;
      border-radius: 8px;
    }
    body .page-wrapper .page-main .columns .column.main .custom-slider .owl-carousel-products-new_products .owl-stage-outer .owl-stage .owl-item .item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product.actions .actions-primary button span {
      font-size: 11px;
    }

    .cms-contact-us .contact-us-form-container {
      width: 100%;
      margin-bottom: 20px;
    }
  }

@media screen and (max-width: 768px) {
  .cms-contact-us .contact-us-form-container {
    width: 100%;
    margin-bottom: 20px;
  }
}