@import url("https://use.typekit.net/auj5qnb.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,html{
    width: 100%;
    height: 100%;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

h1 {
  font-family: "peridot-devanagari", sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 38px;
  color: #18203b;
  margin-bottom: 20px;
  em {
    font-family: "peridot-devanagari", sans-serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 38px;
    color: #f59a3a;
    font-style: normal;
  }
}
p {
  font-family: "peridot-devanagari", sans-serif;
  font-weight: 400;
  color: #18203b;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  word-break: keep-all;
}
strong {
  font-family: "peridot-devanagari", sans-serif;
  font-weight: 700;
  color: #18203b;
}

header {
  background: #f5f5f5;
  width: 95%;
  margin: 3% auto 0;
}
.content {
  width: 95%;
  margin: 0 auto 3%;
  background: #f5f5f5;
  padding: 10px;
  .left {
  }
  .right {
    position: relative;

    img {
      position: relative;
      z-index: 10;
      width: 100%;
      height: auto;
    }
    .bullet {
      position: absolute;
      top: 20%;
      left: 50%;
      width: 200px;
      height: 200px;
      z-index: 9;
      background: #f59a3a;
      border-radius: 50%;
    }
  }
}
@media screen and (min-width: 600px) {
  header {
    width: 90%;
    margin: 5% auto 0;
  }
  .content {
    width: 90%;
    padding: 35px;
    margin: 0 auto 5%;

    .left,
    .right {
      width: 100%;
    }
    .right {
      img {
        width: 100%;
        height: auto;
      }
      .bullet {
        width: 265px;
        height: 265px;
      }
    }
  }
}
@media screen and (min-width: 1024px) {
  header {
    padding-left: 60px;
  }
  .content {
    padding: 60px;
    .left {
    }
    .right {
        margin-top: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
      img {
        width: 381px;
      }
      .bullet {
        left: 50%;
      }
    }
  }
}
@media screen and (min-width: 1280px) {
    body,html{
        height: 100vh;
    }
    .wrapper {
        overflow: unset;
        height: 100vh;
        padding: 35px;
    }
  header {
    padding: 35px 35px 0;
    width: 100%;
    margin: 0 auto;
}
.content {
      width: 100%;
      height: 57vh;
    padding: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding: 0 35px 35px;
    margin:0 auto;
    .left {
    }
    .right {
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
      img {
        width: 381px;
        margin-top: -80px;
      }
      .bullet {
        top: 10%;
        left: 45%;
      }
    }
  }
}
@media screen and (min-width: 1280px) {
    body,html{
    }
    .wrapper {
    }
  header {
}
.content {
    height: 65vh;
    padding: 0 100px;   
    .left {
    }
    .right {
      img {
      }
      .bullet {
      }
    }
  }
}
@media screen and (min-width: 1920px) {
    body,html{
    }
    .wrapper {
    }
  header {
}
.content {
    height: 70vh;
    padding: 0 150px;   
    .left {
    }
    .right {
      img {
      }
      .bullet {
      }
    }
  }
}
