@font-face {
    font-family: yese;
    src: url(../../fonts/YesevaOne-Regular.ttf);
  }
  @font-face {
    font-family: Raleway;
    src: url(../../fonts/static/Raleway-Medium.ttf);
  }

  .our-serv{
   margin-top: 10vh;
   margin-bottom: 10vh;
   font-family: 'yese';
    font-size: 50px;
  }
  .our-serv-txt{
    text-align: center;
  }
  .serv-br{
    border: 2px solid #262b44;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }
  .our-serc-img{
    display: flex;
    padding-top: 5vh;
    padding-bottom: 5vh;
    justify-content: center;
    align-items: center;
  }
  .ser-card{
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .ser-p{
    font-size: 20px;
    font-family: 'Raleway';
  }
  .our-serc-img img{
    height: 150px;
    width: 150px;
  }
  .serv-br2{
    border: 2px solid #262b44;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }
  .our-serv-img{
    margin-top: 2vh;
  }