.powered-link {
    color: yellow;
}

.hero-text {
    padding:20px;
    width:710px;
    position:relative;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.hero-title {
    font-weight: 900;
    font-size: 35px !important;
}

@media (min-width: 1281px) {
  
    .welcome {
        width: 65%;
        height: auto;
    }
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    .welcome {
        width: 65%;
        height: auto;
    }
    
  }

  @media (min-width: 768px) and (max-width: 1024px) {
  
    .welcome {
        width: 65%;
        height: auto;
    }
    
  }