@import url("https://fonts.googleapis.com/css2?family=Amiri&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&display=swap");
.archive {
  width: 1165px;
  margin: 0px auto 0px !important;
  position: relative !important;
  text-align: center;
}

.archive * {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

.archive .archive-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive li {
  height: 242px;
  margin-right: 20px;
}

.archive .slider {
  height: 242px;
  width: 1165px;
  margin: 00px auto 100px !important;
}

.archive img {
  height: 200px;
  width: 270px;
  cursor: pointer;
}

.archive .left,
.archive .right {
  height: 20px !important;
  width: 10px !important;
  position: absolute;
  bottom: 55% !important;
}

.archive .right {
  right: -20px !important;
}

.archive .left {
  left: -40px !important;
}

.archive .archive-txt {
  font-size: 29.6px;
  letter-spacing: 0.07em;
  margin: 0px 0px 40px 5px !important;
  font-family: "Cormorant Garamond", serif;
}

.archive span {
  font-weight: 400;
  height: 5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Amiri", serif !important;
  font-size: 16px;
  letter-spacing: 0.09em;
}

.archive a {
  display: inline-block;
  line-height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.archive a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=archive.css.map */