.service-migration-technology {
  margin-block: 200px;
}
.service-migration-technology h2 {
  color: var(--Black-Gray-Dark, #6a7f7f);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.service-migration-technology main.table {
  margin-top: 40px;
  border: none;
  --border-color: #d3e3e7;
  --radius: 24px;
  width: 100%;
  table-layout: fixed;
}
.service-migration-technology main.table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26px (1fr)[var(--max-columns, 4)];
  grid-template-columns: 26px repeat(var(--max-columns, 4), 1fr);
  width: 100%;
}
.service-migration-technology main.table .tr .category:is(.td, .th) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0;
  text-align: center;
}
.service-migration-technology main.table .td,
.service-migration-technology main.table .th {
  background: var(--cards-bg, #e6f7fc);
  position: relative;
  overflow: clip;
}
.service-migration-technology main.table .td:not(.category) .content {
  border-right: 2px solid #d3e3e7;
}
.service-migration-technology main.table .td:not(.category):nth-child(2) .content {
  border-left: 2px solid #d3e3e7;
}
.service-migration-technology main.table .td.category {
  width: 26px;
}
.service-migration-technology main.table .transparent {
  background: #fff;
}
.service-migration-technology main.table .bg-none {
  background: none;
}
.service-migration-technology main.table .category {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  background: #fff;
  color: var(--Black-Gray-Light, #859394);
  border-color: #fff;
  /* Desk/Headline/H5 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 6px 0 0px;
}
.service-migration-technology main.table .top-left {
  border-radius: var(--radius) 0 0 0;
}
.service-migration-technology main.table .top-right {
  border-radius: 0 var(--radius) 0 0;
}
.service-migration-technology main.table .bottom-left {
  border-radius: 0 0 0 var(--radius);
}
.service-migration-technology main.table .bottom-right {
  border-radius: 0 0 var(--radius) 0;
}
.service-migration-technology main.table > .thead .th {
  padding: 16px;
  color: var(--Black-Black80, #5a5b5c);
  /* Desk/Headline/H4 */
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border-top: 2px solid var(--border-color);
  width: 100%;
}
.service-migration-technology main.table > .thead .th:first-child {
  width: 26px;
  padding: 0;
}
.service-migration-technology main.table > .thead .th::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--border-color);
  top: -1px;
  left: 0;
  border-bottom: 0;
  display: none;
}
.service-migration-technology main.table > .thead .th:nth-child(2) {
  border: none;
}
.service-migration-technology main.table > .thead .th:nth-child(2)::after {
  display: block;
  border-radius: var(--radius) 0 0 0;
  border-right: 0;
}
.service-migration-technology main.table > .thead .th:last-child {
  border: none;
}
.service-migration-technology main.table > .thead .th:last-child::after {
  display: block;
  border-radius: 0 var(--radius) 0 0;
  border-left: 0;
}
.service-migration-technology main.table .tfoot .group .td {
  background: #fff;
  color: var(--Black-Gray-Light, #859394);
  /* Desk/Headline/H5 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 0;
  border: none;
  padding: 6px 0;
}
.service-migration-technology main.table .tfoot .group .td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--border-color);
  top: 0;
  left: 0;
  border-top: 0;
  display: none;
}
.service-migration-technology main.table .tfoot .group .td:nth-child(2)::after {
  display: block;
  border-radius: 0 0 var(--radius) var(--radius);
}
.service-migration-technology main.table .tfoot .group .td:last-child {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.service-migration-technology main.table .tfoot .group .td:last-child::after {
  display: block;
  border-radius: 0 0 var(--radius) var(--radius);
  width: calc(100% + 2px);
  margin-left: -2px;
}
.service-migration-technology main.table .td:has(.content-cell) {
  --content-cell-color: #828282;
}
.service-migration-technology main.table .td:has(.content-cell):nth-child(3) {
  --content-cell-color: #544ec9;
}
.service-migration-technology main.table .td:has(.content-cell):nth-child(4) {
  --content-cell-color: #4ae9c2;
}
.service-migration-technology main.table .td:has(.content-cell):nth-child(5) {
  --content-cell-color: #0360f0;
}
.service-migration-technology main.table .content-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.service-migration-technology main.table .content-cell > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 14px;
  position: relative;
}
.service-migration-technology main.table .content-cell > .content img {
  max-width: 100%;
}
.service-migration-technology main.table .content-cell > .content p {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-migration-technology main.table .content-cell > .content p img {
  height: auto;
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service-migration-technology main.table .content-cell > .content p .text {
  color: var(--Black-Black80, #5a5b5c);
  /* Desk/Headline/H5 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.service-migration-technology main.table .content-cell > .content::before {
  content: "";
  background: var(--cards-bg, #e6f7fc);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
  overflow: clip;
  top: 0;
  left: 0;
}
.service-migration-technology main.table .content-cell > .content.bottom-right {
  border-radius: 0;
}
.service-migration-technology main.table .content-cell > .content.bottom-right::before {
  border-radius: 0 0 var(--radius) 0;
  display: block;
}
.service-migration-technology main.table .content-cell > .content.bottom-left {
  border-radius: 0;
}
.service-migration-technology main.table .content-cell > .content.bottom-left::before {
  border-radius: 0 0 0 var(--radius);
  display: block;
}
.service-migration-technology main.table .content-cell > p {
  background: var(--content-cell-color);
  margin: 0;
  padding: 10px;
  color: var(--White, #fff);
  height: var(--cell-max-h, auto);
  /* Desk/Headline/H5 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-migration-technology main.table > .tbody > .tr > .td:not(.category) {
  width: 100%;
}
.service-migration-technology main.table > .tbody > .tr > .category {
  width: 26px;
}
.service-migration-technology .accordeon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.service-migration-technology .accordeon {
  display: none;
}
.service-migration-technology .accordeon-item {
  border-radius: 12px;
  overflow: clip;
}
.service-migration-technology .accordeon-item-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-migration-technology .accordeon-item-heading {
  background: var(--cards-bg, #e6f7fc);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-migration-technology .accordeon-item-heading h3 {
  margin: 0;
  color: var(--Black-Black, #333);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.service-migration-technology .accordeon-item-heading h3 span {
  color: #859394;
}
.service-migration-technology .accordeon-item-content .content {
  margin: 0;
}
.service-migration-technology .accordeon-item-content .content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 10px;
  background: var(--coloring);
}
.service-migration-technology .accordeon-item-content .content header h4,
.service-migration-technology .accordeon-item-content .content header h5 {
  margin: 0;
}
.service-migration-technology .accordeon-item-content .content header h4 {
  color: var(--White, #fff);
  /* Mobile/Headline/H4 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.service-migration-technology .accordeon-item-content .content header h5 {
  color: var(--White, #fff);
  /* Mobile/Headline/H5 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.7;
  text-transform: capitalize;
}
.service-migration-technology .accordeon-item-content .content section {
  background: var(--cards-bg, #e6f7fc);
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-migration-technology .accordeon-item-content .content section p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--Black-Black80, #5a5b5c);
  /* Desk/Headline/H5 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .service-migration-technology {
    margin-block: 72px;
  }
  .service-migration-technology main.table {
    display: none;
  }
  .service-migration-technology .accordeon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .service-migration-technology h2 {
    font-size: 24px;
  }
}
