.elementor-84453569 .elementor-element.elementor-element-44fe92f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-84453569 .elementor-element.elementor-element-44fe92f{--content-width:1920px;}}@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.scc-compare-cloudstrategy {
  font-family: 'Montserrat', sans-serif;
}

.scc-compare-cloudstrategy__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e2e2;
  border-top: 3px solid #4a9e2e;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
  table-layout: fixed;
}

.scc-compare-cloudstrategy__table th {
  background: #fff;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  padding: 14px 20px;
  text-align: left;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
}

.scc-compare-cloudstrategy__table td {
  font-size: 13px;
  font-weight: 400;
  padding: 16px 20px;
  vertical-align: top;
  line-height: 1.65;
  color: #5a5a5a;
}

.scc-compare-cloudstrategy__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}

.scc-compare-cloudstrategy__table tr:hover td {
  background: #f4f4f4;
}

.scc-compare-cloudstrategy__table th:first-child {
  width: 25%;
  border-right: 1px solid #e8e8e8;
  border-left: 3px solid #c0dd97;
  padding-left: 24px;
}

.scc-compare-cloudstrategy__table td:first-child {
  width: 25%;
  border-right: 1px solid #e8e8e8;
  border-left: 3px solid #c0dd97;
  padding-left: 24px;
  font-weight: 400;
  color: #5a5a5a;
}

.scc-compare-cloudstrategy__table th:last-child,
.scc-compare-cloudstrategy__table td:last-child {
  width: 75%;
  border-right: 3px solid #4a9e2e;
  padding-right: 24px;
}

.scc-compare-cloudstrategy__table th:last-child {
  color: #000;
}


/* Mobile */
@media (max-width: 768px) {
  .scc-compare-cloudstrategy__table thead {
    display: none;
  }

  .scc-compare-cloudstrategy__table td {
    display: block;
    width: 100% !important;
    border-top: 1px solid #e2e2e2;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 14px 16px !important;
  }

  .scc-compare-cloudstrategy__table td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
}