.welcome-section-03 .welcome-03-images{
  max-width: 100%;
  width: 100%;
}
.welcome-03-images img {
  width: 100%;
  height: auto;
}
.welcome-section-03.page-width .single-banner-wrapper{
  border-radius: var(--media-radius);
}
.welcome-section-03 .single-banner_btn_t{
  margin-top: 22px;
}
.welcome-section-03 .single-banner-block--center{
  margin: 0 auto;
}
.welcome-section-03 .single-banner-block--right{
  margin: 0 0 0 auto;
}

@media screen and (max-width: 479px){
  .welcome-section-03 .single-banner_btn_t{
    margin-top: 12px;
  }
}