.module-row-content__wrap{
  padding:30px 0px;
}
.module-row-content__wrap:nth-child(odd){
  background: #f9f7f7;
}
.row-content__padding h2{
  font-size: 18px;
  line-height: 28px;
  margin-bottom:5px;
}

.module-row-content__wrap table tr, .module-row-content__wrap table td{
  padding:0;
  width:33.33%;
  max-width:33.33%;
}

.module-row-content__wrap table tr:nth-child(odd), .module-row-content__wrap table tr:nth-child(even){
  background-color:unset;
}

.module-row-content__wrap table.rad-tablestyle2 {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.module-row-content__wrap table.rad-tablestyle2 tr td:first-child {
  width: 180px;
  background: var(--primary-color-2);
  color: #fff;
  font-weight: 600;
}

.module-row-content__wrap table.rad-tablestyle2 tr td {
  text-align: left;
  width: auto;
  padding: 20px;
  background: var(--primary-color-3);
}

.rad-highlight {
  background: var(--primary-color-2);
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 700;
}

.rad-tablestyle3 tr td:first-child {
  	padding-right: 10px;
}

.tblflex {
  display: flex;
  align-items: center;
}

.tblleft {
  width: 100px;
}

.tblleft img {
  width: 100%;
}
.tblright {
  text-align: left;
  margin-left: 10px;
}
.align-right{
 text-align: right;
  margin-right: 10px;
}
@media all and (min-width: 992px) {
  .tblright strong {
    min-width: 100px;
    display: inline-block;
  }
}

.module-row-content__wrap.remove-gray-bg {
  background: transparent;
}

.multi-story-table thead tr th {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 10px 10px;
}

.multi-story-table thead {
  position: relative;
}

.multi-story-table thead:before {
  content: '';
  background: #ededee;
  position: absolute;
  width: auto;
  height: 187px;
  left: -100%;
  top: 0;
  right: -100%;
}

.multi-story-table thead tr th img {
  width: 70px;
}

.multi-story-table thead tr td {
  width: auto;
  max-width: none;
  background: linear-gradient(90deg, #47A48B 0%, #2A3B71 100%);
  background-repeat: no-repeat;
  color: #fff;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.multi-story-table tbody tr:nth-child(even) {
  background: #f9f7f7;
}

.multi-story-table tbody tr:nth-child(even) td:nth-child(even) {
    background: #e8e6e6;
}

.multi-story-table tbody tr td:nth-child(even) {
  background: #ededee;
}

.multi-story-table tbody tr td {
  width: 10%;
  max-width: 10%;
  padding: 25px 15px;
  color: var(--primary-color-2);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.multi-story-table thead tr td:nth-child(2) {
  width: 20%;
}

.multi-story-table thead tr td:nth-child(3) {
  width: 13%;
}

.module-row-content__wrap a {
  color: var(--primary-color-2);
  font-weight: 500;
  font-size: 14px;
}

.module-row-content__wrap a:hover {
  color: var(--primary-color-1);
}

.multi-story-table tbody td > a{font-weight: 700; font-size: 16px;}

@media all and (min-width: 768px) and (max-width: 991.98px) {
.multi-story-table thead:before {  
  height: 209px;
  }
}

@media all and (max-width: 767.98px) {
  .multi-story-table thead:before {        
    left: 0;
    top: 0;
    right: 0;
  }
  
  .rad-tablestyle3 tr td {
    vertical-align: top;
}
}
