/* BASIC css start */
#contentWrapper{
    margin: 0px auto 150px; 
    overflow: hidden;
}

div#content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#content img {
    width: 100%;
}

.tit { 
    margin: 120px 0 0;
    line-height: 3;
}

.tit h1 {
    font-size: 30px;
    font-weight: 600;
}

.tit p {
    font-size: 20px;
}

.content_info {
    width: 50%;
    margin: 60px auto;
}

.info {
    margin: 0 auto 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eaeaea;
    line-height: 2;
}

.info h3 {
    font-size: 20px;
    font-weight: 600;
}

.sub_tit {
    margin-bottom: 20px;
    font-size: 18px;
}

.info2 {
    font-size: 16px;
}

.benefit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:30px;
}

.benefit ul {
    width: 38%;
    padding: 50px;
    border:1px solid #eaeaea;
}

.join a {
    display: inline-block;
    width:  25%;
    padding: 20px 40px;
    background: #000;
    color: #fff;
    font-size: 18px;
}

.fadeInUp {
  transition:all 1s ease;
}
/* BASIC css end */

