.ts_reactbanner-sec .ts_reactbanner:first-child .text-position ,
.ts_reactbanner-sec .ts_reactbanner:last-child .text-position
{
    padding-top: 1rem;
}
.ts_reactbanner-sec .ts_reactbanner:first-child .img-position ,
.ts_reactbanner-sec .ts_reactbanner:last-child .img-position
{
    position: absolute;
    bottom: 0;
}
.ts_reactbanner-sec .ts_reactbanner:nth-child(2) .img-position {
    position: absolute;
    top: 0;
}
.ts_reactbanner-sec .ts_reactbanner:nth-child(2) .text-position {
    justify-content : end;
    padding-bottom: 1rem;
}
@media(max-width:768px){
    .section__title-container .section__title .section__header .section__name {
    font-size: 13px !important;
  }
}