.custom-toast-container .slds-notify_container.slds-is-relative div:first-child {
  position: absolute;
  left: 26%;
}
@media only screen and (max-width: 1366px) {
  .custom-toast-container .slds-notify_container.slds-is-relative div:first-child {
     position: absolute;
     left: 26%;
    }
}
@media only screen and (max-width: 1024px) {
  .custom-toast-container .slds-notify_container.slds-is-relative div:first-child {
      position: relative;
      left: -20% !important;
    }
}
@media only screen and (max-width: 767px) {
  .custom-toast-container .slds-notify_container.slds-is-relative div:first-child {
      position: relative;
      left: -25% !important;
      display: inline-flex;
      width: 7em !important;
    }
.custom-toast-container .slds-notify_container div h2{
  width: 22em;
}
}
