#section-table {
  overflow-x: auto;
}

#section-table .table {
  table-layout: fixed;
  min-width: 495px;
}
#section-table th {
  background-color: #8aadbf;
  color: #fff;
}
#section-table td {
  background-color: #f4ffff;
}
.icon {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e8e8e8;
  padding: 10px;
  width: 6.25rem;
  height: 6.25rem;
  max-width: 6.25rem;
  background-color: #eee;
  border: 5px solid #fff;
}

.cta-item {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* ebs */
.grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

/* ebs-upgrade */
.bg-img {
  position: relative;
  background-repeat:no-repeat; 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 475px;
  z-index: 1;
}

.bg-img::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/en/img/products/oracle/solutions/ebs-upgrade/bg.webp');
  background-size: cover;
  z-index: -1;
}

.text-area {
  max-width: 650px;
}

#compare-table .container {
  overflow-x: auto;
}

#compare-table .container table {
  min-width: 696px;
}


.table-main-color {
  --bs-table-bg: #ea1126;
  --bs-table-color-state: #ffffff;
}

@media (max-width: 1399px) {
.bg-img::before {
  opacity: 0.4; 

}
}

@media (max-width: 1340px) {
  .bg-upgrade {
    height: auto !important;
    background-size: 120% auto;
    background-position: right center;
  }
}

@media (max-width: 768px) {
  .bg-upgrade {
    background-image: none !important;
    background-color: transparent !important;
  }
}
