:root {
  --box-shadow: 0px 0px 2px 0px #8f8f8f;
  --topBarHeight: $topBarHeight; }

.relative {
  position: relative !important;
  min-height: 1px; }
  .relative .cz_sep_bottom {
    bottom: -1px; }
  .relative .cz_sep2 {
    position: absolute;
    z-index: 0;
    display: grid;
    width: calc(100% + 1px); }
    .relative .cz_sep2 svg {
      transform: translateX(-50%);
      left: 50%;
      position: relative; }
  .relative #cz_97950 svg {
    height: 200px; }

.home-group {
  width: 100%; }
  .home-group .our-customer {
    cursor: pointer;
    height: 350px;
    display: flex;
    flex-direction: column; }
    .home-group .our-customer img {
      object-fit: contain;
      object-position: center;
      width: 100%;
      height: 200px; }
    .home-group .our-customer h5 {
      color: #77b900;
      font-size: 16px;
      font-family: 'NotoSansLao-Bold'; }
    .home-group .our-customer .provider {
      color: #FFCA2B;
      font-size: 16px; }
    .home-group .our-customer .provider-des {
      color: #777;
      font-size: 16px;
      text-align: center; }

.our {
  color: #77b900; }

.card {
  cursor: pointer;
  transition: all 0.2s ease; }
  .card:hover {
    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.05); }

@media only screen and (max-width: 767px) {
  .relative #cz_97950 svg {
    height: 100px; }

  .home-group .our-customer {
    height: auto; } }

/*# sourceMappingURL=home.css.map */
