.text-image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-left)
}
.text-image__gap{
gap:var(--md-2);
}
@media (min-width:992px) {
.text-image__gap{
gap:0;
}
.text-image__image{
padding-right:var(--md-3);
}
.text-image--reverse .text-image__image{
padding-left:var(--md-3);
}
}
.rowspan-table.rwd-table tbody tr:nth-child(2n+1):not(:first-child) td:first-child {
    display: none;
}



.rwd-table.table-style-2.rowspan-table tbody tr:has(td[rowspan="2"]) + tr td:first-child{
  display: none;
}
/* .rwd-table.table-style-2.rowspan-table tbody tr:nth-child(2n+1):not(:first-child) td:first-child {
  display: table-cell;
} */
@media (min-width:767.98px){
.rwd-table.table-style-2.rowspan-table tbody tr:has(td[rowspan="2"]){
  background: var(--theme-color);
}
.rwd-table.table-style-2.rowspan-table tr:nth-child(2n), .config-text tbody tr:nth-child(2n){
  background: white;
}
}


@media (max-width:767.98px){
.rwd-table.table-style-2.rowspan-table tbody tr:nth-child(2n+1):not(:first-child) td:first-child {
  display: block;
}
.rwd-hide.rwd-table tbody td:nth-child(2)::before {
    content:'';
    display: none;
}
.rwd-table.showFirst tbody td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 50%;
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
}
.rwd-table tbody td:last-child{
width:100%;
}
.rwd-table .rwd-table-inner{
display:inline-block;
width:50%;
}
}
@media (max-width:991.98px){
.text-image__image{
padding-left: 0 !important;
}
}
.rte-1 a.icon:before{
padding-right:5px;
}

/*WO-87561 css changes starts*/

section.text-signpost div.video__overlay .video__overlay-image.position-abosolute.w-100.h-100.object-fit-cover.lazy.entered.loaded {
  object-fit: fill !important;
}

/*WO-87561 css changes ends*/

/* PORTROIT VIDEO CHANGES STARTS */
.video--portroit .video__iframe iframe{
   aspect-ratio: 9/16;
}
.video--portroit{ max-width: 50%; margin: 0 auto;}

@media all and (min-width: 768px){
	.video--portroit{ max-width: 45%;}
}

@media all and (min-width: 992px){
	.video--portroit{ max-width: 80%;}
}

/* PORTROIT VIDEO CHANGES ENDS */
