#we {
}

.we_info {
  max-width: 365px;
  padding: 35px;
  color: #ffffff;
}

.we_info span:first-child {
  font-size: 23px;
  font-weight: bolder;
}

.we_info .enroll {
  font-weight: bolder;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #28adf2;
  border-radius: 3px;
}

.we_info .enroll:hover {
  background: #61cafe;
}

@media (max-width: 768px) {
  #we2 {
    max-width: 100%!important;
  }
}

#we2 {
  max-width: 90%;
  margin: auto;
  background: #314f6b;
}

.we2in1 {
  display: flex;
  align-items: center;
  color: #fff;
  height: 335px;
}

.we2in1 span {
  font-size: 25px;
  font-family: 'Chilanka';
  font-weight: bolder;
  max-width: 333px;
}

.we2in1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
  color: #fff;
}

.we2in2 {
  position: relative;
  background: url('../../assets/img/0012.jpg');
  height: 450px;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
}

.over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(49,79,107,0.87);
  z-index: 2;
  cursor: pointer;
}

.over span {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  font-size: 19px;
  font-family: inherit;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.we2in1 .bi-book {
  font-size: 10pc;
}

.we_info p {
  margin-bottom: 30px;
}

