@font-face {
    font-family: yese;
    src: url(../../fonts/YesevaOne-Regular.ttf);
  }
.bg-4{
    background: url(../../images/bg4.jpg) no-repeat;
    background-size: 100% 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bg4-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg4-txt{
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-family: 'yese';
}