.banner-se {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner-text p{
  color: #FFF;
}
.banner-text .text-1{
  font-size: 64px;
  font-weight: 500;
}
.banner-text .text-2{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.banner-text .text-3{
  font-size: 16px;
}
.banner-se .btn-content{
  margin-top: 30px;
}
