.tstm-wrap {
    position: relative; 
    display: inline-block;
    width: 100%; 
}
  
.tstm-wrap > div {
    position: relative;
    z-index: 9;
}

.tstm-hdr-otr {
    text-align: center;
    max-width: 700px;
    margin: auto;
    padding-bottom: 40px;
}
 
.tstm-stitle h6 {
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 5px !important;
}
    
.tstm-main {
    border-radius: 27px;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-wrap: wrap;
}



.tstm-rgt {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 27px 27px 0px;
    position: relative;
}


.tstm-list-inr {
    padding: 35px 25px;
}

.tstm-list-item:nth-child(2) {
    background-color: #F5AF2D;
}

.tstm-icon {
    text-align: right;
    position: relative;
}

.tstm-list-cnt {

}

.tstm-title h4 {
    color: #F5AF2D;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px !important;
}

.tstm-txt p {
    margin: 0px !important;
    font-size: 18px;
}

.tstm-list-item:nth-child(2) .tstm-title h4 ,
.tstm-list-item:nth-child(2) .tstm-txt p {
    color: #fff; 
}
 
.tstm-list-item:nth-child(2) .tstm-icon img {
  filter: brightness(0) invert(1);
}

.tstm-rgt-col1 ,
    width: 100%;
}


.tstm-rgt-dtls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 440px;
    text-align: center;

}

.tstm-rgt-col1 p {
    color: #414C53;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.tstm-rgt-col1 h3 {
    color: #1993C8;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin: 0px !important;
}




/******** Mobile Styling *********/

@media (max-width: 1080px) {

  div.tstm-rgt { 
  display: none;

  }
  
  .tstm-left {
      width: 100%;
  }

  
  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) and (max-height: 700px){
  
  
}  

@media (max-width: 767px) {
    
  .tstm-txt p {
      font-size: 16px; 
  }
  
  .tstm-icon { 
      text-align: left;
  }
  
  .tstm-list-cnt {
      margin-top: 10px;
  }
  

  
}

@media (max-width: 479px) {

  
}