.banner_fullwidth {
    /* background: url(images/banner/banner2222.jpg); */
    margin-bottom: 64px;
  }
  
  .banner_fullwidth .row {
    height: 510px;
  }
  
  .black_fullwidth .banner_text:hover {
    transform: scale(1.1);
  }
  
  .black_fullwidth .banner_text p {
    color: #a8741a;
  }
  
  .black_fullwidth .banner_text h2 {
    color: #fff;
    font-family: serif;
    font-weight: 400;
  }
  
  .black_fullwidth .banner_text span {
    color: #a0a0a0;
  }
  
  .black_fullwidth .banner_text a {
    color: #a8741a;
    border: 2px solid #a8741a;
  }
  
  .black_fullwidth .banner_text a:hover {
    color: #fff;
    background: #a8741a;
  }
  
  .banner_text {
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .banner_text p {
    font-size: 16px;
    margin: 0;
  }
  
  .banner_text h2 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 65px;
  }
  .banner_text > span {
    font-size: 16px;
    margin: 0;
    display: block;
  }
  
  .banner_text a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a8741a;
    border: 2px solid #a8741a;
    padding: 0 45px;
    border-radius: 3px;
    margin-top: 70px;
    line-height: 46px;
    display: inline-block;
  }