@font-face {
    font-family: yese;
    src: url(../../fonts/YesevaOne-Regular.ttf);
  }
  @font-face {
    font-family: Raleway;
    src: url(../../fonts/static/Raleway-Medium.ttf);
  }
.about-us{
 padding-top: 60px;
}
.ab-br{
    border: 2px solid #262b44;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    max-width: 30vw;
}
.ab-h1{
    font-family: 'yese';
    font-size: 60px;
    margin: 20px;
}
.ab-h3{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
}
.p-txt{
    margin-top: 5vh;
    font-size: 20px;
    padding-left: 1vw;
    padding-right: 10vw;
}

.ab-img{
    height: 450px;
    width: 400px;
}