@media screen and (max-width: 992px) {
  .serviceArea-Box-table thead tr th {
    max-width: 432px;
    padding: 30px;
    font-size: 24px;
  }
  .serviceArea-Box-table tbody {
    text-align: left;
  }
  .serviceArea-Box-table tbody tr td {
    max-width: 432px;
    padding: 24px 47px;
  }
  .serviceArea-Box-table tbody tr td img {
    max-width: 324px;
    margin-bottom: 20px;
    border-radius: 18px;
  }
.serviceArea-Box-table  tbody tr td p {
    word-wrap: break-word;
    max-width: 324px;
    width: 324px;
    font-size: 21.12px;
    font-style: normal;
    font-weight: 400 ;
    line-height: 1.875;
    letter-spacing: 2.112px;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .serviceArea-Box-table tbody > tr td:nth-child(even) {
    background: var(--Grey-Background, #f7f7f7);
  }
}
@media screen and (min-width: 992px) {
  .serviceArea-Box-table tbody > tr td:nth-child(odd){
    background-color: white;
  }

  .serviceArea-Box-table  tbody tr td p{
    font-size: 16pt;
    font-weight: 400;
  }
  .serviceArea {
    background-image: url(../images/toright-bg.svg);
    background-repeat: no-repeat;
    background-size: 432px 220px;
    background-position: -160px center;
  }
  .serviceArea-Box {
    margin-top: 40px;
  }
  .serviceArea-Box-table thead tr th {
    max-width: 440px;
    padding: 30px;
  }
  .serviceArea-Box-table tbody {
    text-align: left;
  }
  .serviceArea-Box-table tbody tr td {
    max-width: 440px;
    padding: 24px;
  }
  .serviceArea-Box-table tbody tr td img {
    max-width: 393px;
    max-height: 312px;
    margin-bottom: 20px;
    border-radius: 24px;
  }
  .serviceArea-Box-table tbody > tr td:nth-child(even) {
    background: var(--Grey-Background, #f7f7f7);
  }
}