#home #intro .carousel-caption {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  left: 30px;
  bottom: 50px;
  text-align: start;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
#home #intro .carousel-item div {
  height: 100%;
}
#home #intro .carousel-item div img {
  -o-object-fit: cover;
     object-fit: cover;
}
#home #intro .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
#home #intro .carousel-item .carousel-caption {
  height: auto;
}
@media screen and (max-width: 991px) {
  #home #intro {
    padding-top: 60px !important;
  }
  #home #intro .carousel-inner {
    padding: 0;
    height: 50vh;
  }
  #home #intro .carousel-caption {
    text-align: center;
    font-size: 1.5rem;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
  }
}
@media screen and (max-width: 768px) {
  #home #about img,
#home #introduce img {
    border-radius: 1rem;
  }
  #home #about .more,
#home #introduce .more {
    bottom: 5px !important;
    font-size: 1rem;
  }
}
#home #about .txt-box,
#home #introduce .txt-box {
  background: #fcf9f2;
  position: relative;
  z-index: 3;
  border-radius: 1rem;
}
#home #about .more,
#home #introduce .more {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background: #e09428;
  border-radius: 2rem;
}
#home #news .item-box {
  transition: 0.6s;
  display: flex;
  flex-wrap: wrap;
}
#home #news .item-box:hover {
  transform: translateY(-10px);
  box-shadow: 3px 3px 5px 0px #0000002b;
}
#home #about img {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
#home #about .txt-box {
  box-shadow: 10px 10px 0px #edb624;
}
#home #course .item-box .img-box {
  position: relative;
}
#home #course .item-box .img-box img {
  border-radius: 1rem;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home #course .item-box .img-box .index {
  position: absolute;
  bottom: -10px;
  right: 50px;
  color: #bbbec6;
  z-index: 3;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
}
#home #course .item-box:nth-child(odd) {
  flex-direction: row-reverse;
}
#home #course .item-box:nth-child(odd) .img-box .index {
  right: unset;
  left: 50px;
}
#home #introduce img {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
#home #introduce .txt-box {
  box-shadow: -10px 10px 0px #edb624;
}
#home #charges {
  font-weight: 500;
}
#home #charges .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e09428;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#home #charges .circle img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home section {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  #home #charges .circle {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #home section {
    padding: 30px 0 !important;
  }
  #home #news .item-box{
    font-size: 1rem;
  }
}
