#office_area {
  height: 100vh;
  min-height: 500px;
  position: relative;
}
#office_area .main_body {
  position: relative;
  height: calc(100% - 30px);
  background: url(../images/community/community.png) bottom no-repeat;
  background-size: cover;
}

#office_area .hero-card .content {
  padding: 2.5rem 4rem;
}


#office_area .hero-card .content .hero-card-header{
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
}
#office_area .hero-card .content .hero-card-header .header-point{
    font-size: 1.2rem;
    font-weight: bold;
}
#office_area .hero-card .content .hero-card-title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 110.5%;
  margin-bottom: 1rem;
}
#office_area .hero-card .content .hero-card-title .title-point{
    font-size: 2.5rem;
    font-weight: 500;
}
#office_area .hero-card .content .hero-card-description {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 127%;
  margin-bottom: 1rem;
}
#office_area .hero-card .content .hero-card-button {
  width: 100%;
  border-radius: 2.5rem;
  text-align: center;
  color: #fff;
  background-color: #eea403;
  font-size: 1.5rem;
  padding: 2rem;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

#office_area .main_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}
#office_area .main_footer_container {
  position: relative;
  height: 100%;
  width: 100%;
}
#office_area .carousel-control-next,
#office_area .carousel-control-prev {
    color: #000;
}
#office_area .carousel-card-heading {
  color: #000;
}
#office_area .carousel-card-subheading {
  color: #000;
}
#office_area .carousel-control-prev-icon {
  background-image: url(../images/education/prev.svg);
}
#office_area .carousel-control-next-icon {
  background-image: url(../images/education/next.svg);
}
.education_about_area{
    background: url(../images/community/community\ mid.png) 50% no-repeat;
    background-size: cover;
}
.education_five{
    background: url(../images/community/foot.png) 50% no-repeat;
    background-size: cover;
}