

section {

    width: 100%;

}

*,

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter;
    scroll-behavior: smooth;

}

a,
a:hover {

    text-decoration: none;

}
header.mpw-navbar {
  position: sticky;
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(119 119 119 / 15%);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease-in-out;
}
.navItems a {
  color: #000;
}
.nav__btns .new-login a {
  border: 1px solid #000;
  color: #000;
}
.nav-toggel svg path {
  fill: #000;
}
.nav__btns .newlogOutBtn {
  border: 1px solid #000;
  color: #000;
}
.nav__btns .user-info svg path {
  fill: #117bd4;
}
.user-info::before {
  background-image: url(../images/down-arrow-blue.svg);
}
.container {

    max-width: 1200px;

    width: 100%;

    padding: 0 15px;

    margin: 0 auto;

}
.sideBar {
    max-width: 263px;
    width: 100%;
  }
  .sidebarWraper {
    width: 100%;
    height:100%;
  }
  .papersWrap {
    position: sticky;
    top: 120px;
  }
  .valueBox {
    width: 100%;
    min-height: 310px;
    margin-bottom: 18px;
    content: '';
    background-image: url(../images/words-page.svg);
    background-repeat: no-repeat;
  }

  .valueInner {
    padding: 36px 0 50px 0;
    text-align: center
  }

  p.discount span {
    color: #02837A;
    font-size: 20px;
  }

  .valueInner small {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding-top: 13px;
    color: #000000;
    display: block;
  }
  .valueInner img{
    width: 100%;
    max-width: 80px;
    height: 80px;
  }
  .papersInner img{
    width: 100%;
    max-width: 80px;
    height: 80px;
  }
  .valueInner .words {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    font-family: 'Inter';
    padding-top: 11px;
  }

  .valueInner .discount {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    font-family: Inter;
    padding: 0px 30px;
    margin-top: 7px;
    position: relative;
    font-weight: 400;
  }

  .papersInner {
    width: 100%;
    min-height: 310px;
    padding-top: 30px;
    text-align: center;
    content: '';
    background-image: url(../images/right-people-bg.svg);
    background-repeat: no-repeat;
  }
  .papersInner strong{
    font-weight: 500;
font-size: 20px;
line-height: 45px;
text-align: center;
color: #000000;
padding-top: 11px;
  }

  p.paperMatters {
    font-weight: 400;
font-size: 16px;
line-height: 141.19%;
    padding: 0 25px;

    padding-top: 11px;
    color: #000000;
  }

  p.goodWords {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    font-family: 'Inter';
    padding-top: 10px;
    text-align:center;
  }
  .navPagesWrapper {
    display: flex;
    justify-content: center;
    column-gap: 55px;
  }
  .sideBarCta {
    max-width: 125px;
    width: 100%;
    display: block;
    background-color: #02837A;
    color: #fff;
    margin: 23px auto 30px auto;
    padding: 8px 0;
    text-align: center;
    position: relative;
    border-radius: 100px;
  }


  .goodWords {
  width: 100%;
  margin-top: 50px;
  background-image: url(../images/goodwords-bg.svg);
  min-height: 290px;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 40px 30px 0;
  margin-bottom: 50px;
  }

  .goodWordsInner {
  text-align: center;
  }
  .goodWordsInner p {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Inter';
  padding-top: 15px;
  padding-bottom: 10px;
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
  }
  .goodWordsInner span {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Inter';
  }
  .goodWordsInner img{
    width: 100%;
    max-width: 86px;
    height: 86px;

  }












