main {
  background: url(../../img/previousEditions/module-1-bg.png) no-repeat top center / cover;
}
.previous-editions-1 .module-tit {
  text-align: center;
}
.previous-editions-1 .module-tit h2 {
  width: 100%;
}
.previous-editions-1 .row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 82px;
}
@media screen and (max-width: 768px) {
  .previous-editions-1 .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 25px;
  }
}
.previous-editions-1 .row .pic {
  width: 100%;
}
.previous-editions-1 .row h6 {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .previous-editions-1 .row h6 {
    font-size: 14px;
  }
}
.previous-editions-1 .btn-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.previous-editions-1 .btn-list .more-btn {
  all: unset;
  margin-top: 82px;
  border-radius: 10px;
  padding: 0 100px;
  line-height: 75px;
  height: 75px;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  transition: all 0.35s ease-in-out;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .previous-editions-1 .btn-list .more-btn {
    margin-top: 66px;
    font-size: 16px;
    line-height: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .previous-editions-1 .btn-list .more-btn {
    margin-top: 46px;
    line-height: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .previous-editions-1 .btn-list .more-btn {
    padding: 0;
    width: 100%;
  }
}
.previous-editions-1 .btn-list .more-btn:hover {
  background-color: #1B499A;
  color: #fff;
}
