.regulations {
  padding: 0 30px 20px !important;
  box-sizing: border-box;
}

.regulations .title {
  text-align: center;
  margin: 20px 0;
  font-size: 26px;
  line-height: 60px;
  color: #b42220;
  letter-spacing: 2px;
  font-weight: bold;
}

.regulations .btn {
  display: flex;
  justify-content: space-between;
}

.regulations .btn a {
  padding: 14px 8%;
  border-radius: 3px;
  background: #fef8ed;
  color: #e78849;
  font-size: 18px;
  text-align: center;
}

.swiper_main {
  width: 48%;
  overflow: hidden;
}

.new_swiper {
  display: flex;
  justify-content: space-between;
}

.new_swiper .swiper-slide {
  height: 387px;
  position: relative;
}

.new_swiper .swiper-slide img {
  height: auto 
}

.new_swiper .swiper-slide p {
  color: #Fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  font-size: 20px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 2%;
  white-space: nowrap;
  box-sizing: border-box;
}

@media screen and (max-width:768px) {
  .new_swiper {
    flex-wrap: wrap
  }

  .swiper_main {
    width: 100%;
  }

  .regulations {
    padding: 0px 15px 20px !important;
  }

  .regulations .btn a {
    padding: 14px 2%;
  }
}