* {
  font-family: "Montserrat";
  color: rgb(56, 61, 121) !important;
  box-sizing: border-box;
  font-weight: 600;
}

.box1 h1 {
  font-weight: 700;
  font-size: 20px;
}

.box1 .border {
  font-weight: 700;
}
.box2 a {
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .box2 div {
    font-size: 13.5px;
  }
}

.last {
  font-weight: 700;
  font-size: 24px;
  border-top: 3px solid #373c74;
  width: 200px;
}

.box3 .last-edition .edition-lorem {
  font-size: 15px;
  font-weight: 600;
  color: black;
}
.last-edition .more {
  font-size: 15px;
  text-decoration: none;
  padding: 9px 56px;
  background-color: #373c74;
}

.paper-news {
  background-color: white;
  box-shadow: 3px 3px 8px gray;
  margin-left: 40px !important;
  margin-top: 30px;
}
.paper-news2 {
  background-color: white;
  box-shadow: 3px 3px 8px gray;
}
.last-paper .paper-news .paper-lorem {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.last-paper .row .paper-news {
  margin-left: 0px;
}
.paper-news .more {
  font-size: 15px;
  text-decoration: none;
  padding: 7px 37px;
  background-color: #373c74;
  color: white !important;
}
.more-info {
  position: relative;
  top: 20px;
  left: 50%;
  transform: translate(-55%);
  padding-bottom: 40px;
}

.box3 .most-read .last2 {
  font-weight: 700;
  font-size: 24px;
  border-top: 3px solid #373c74;
  width: 260px;
}

.most-read .paper-news .paper-lorem {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}

.more-info2 {
  position: relative;
  top: 5px;
  left: 42%;
}

/* FOOTER */

.footer {
  background-color: #36516d;
}

.footer p {
  color: white !important;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
}

/* PAPER */

.row svg {
  margin-top: 3px;
  margin-right: 5px;
}

.seach p {
  font-size: 24px;
  font-weight: 700;
}

.search input {
  font-weight: 400;
}

/* FAQ */

.last2 {
  font-weight: 700;
  font-size: 24px;
  border-top: 3px solid #373c74;
  width: 417px;
}


/* REGIST */

.registr input{
  font-weight: 400;
  margin-top: 10px;
  width: 100%;
  padding: 5px;
  border: none;
  box-shadow: 1px 1px 5px gray;
  font-style: italic;
}


/* BOOK-PAGE */

.last-edition .more2 {
  font-size: 15px;
  text-decoration: none;
  padding: 8px 30px;
  background-color: #373c74;
}