#office_area {
  height: 100vh;
  min-height: 500px;
  position: relative;
}
#office_area .main_body {
  position: relative;
  height: calc(100% - 30px);
  background: url(../images/club/revirtclub.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;
  text-align: center;
}
#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;
  text-align: center;
}
#office_area .hero-card .content .hero-card-description1 {
  font-size: 1.5rem;
  font-weight: bold;
}
#office_area .hero-card .content .hero-card-button {
  width: 50%;
  border-radius: 2.5rem;
  text-align: center;
  color: #000;
  background-color: #f0f0f0;
  font-size: 1.2rem;
  padding: 1rem 0;
  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/club/revirt.png) 50% no-repeat;
    background-size: cover;
}
.education_five{
    background: url(../images/club/revirt.club.png) 50% no-repeat;
    background-size: cover;
}
.outer_card{
  align-items: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 42px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, .36);
    display: flex;
    justify-content: center;
    padding: 2rem 3.5rem;
}
.outer_card p{
  color: #fff;
  margin: 1rem 0;
}