@media (min-width: 992px) {
      .welcome__form--item:nth-child(3)::after {
         content: '';
         background: var(--clr-5);
         width: 1px;
         height: 30px;
         position: absolute;
         top: 25px;
         right: 0;
         z-index: 1;
      }
   }@media (max-width: 991px) {
.welcome .row {
    height: 680px !important;
}}
.welcome__bg--d {
        background-size: contain !important;
    }