.containArea {
    width: 100%;
    margin: 60px auto;
    opacity: 0;
    transition: all 2s 0s ease;
}

.active .containArea {
    width: 100%;
    margin: 60px auto;
    opacity: 1;
    transition: all 2s 0s ease;
}

.description {
    background-image: url(../img/people/bg.jpg);
    background-repeat: repeat;
}

.title {
    width: 40%;
    margin: 100px 0 50px 0;
    margin-left: 20%;
    max-width: 900px;
    opacity: 0;
    transition: all 2s .2s ease;
}

.active .title {
    width: 40%;
    margin: 100px 0 50px 0;
    margin-left: 10%;
    max-width: 900px;
    opacity: 1;
    transition: all 2s .2s ease;
}

.desBox {
    width: 80%;
    margin: auto;
    padding-bottom: 25px;
    margin-top: 60px;
    opacity: 0;
    transition: all 2s 1s ease;
}

.active .desBox {
    width: 80%;
    margin: auto;
    margin-top: 0;
    padding-bottom: 25px;
    opacity: 1;
    transition: all 2s 1s ease;
}

.desBox p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.mountain {
    width: 100%;
}

.hand {
    width: 100px;
    margin: auto;
    display: table;
    margin-top: -80px;
    margin-bottom: 30px;
}

.volunteer {
    width: 50%;
    margin: auto;
    text-align: center;
}

.fill {
    font-weight: bold;
    margin: 30px auto;
    font-size: 17px;
}

.formArea {
    border: 1px solid #ddd;
    width: 80%;
    margin: auto;
    padding: 50px;
}

.formTT {
    font-size: 30px;
    margin-bottom: 50px;
}

.info {
    margin-bottom: 10px;
    margin-top: 40px;
}

.formArea input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B5B5B6;
    outline: none;
}

.formArea input::placeholder {
    color: #727272;
    font-size: 14px;
    letter-spacing: 1px;
}

.note {
    width: 80%;
    text-align: center;
    margin: 20px auto;
    color: #b44242;
    font-weight: bold;
}

.sendform {
    background-color: #cb908a;
    color: #fff;
    text-align: center;
    width: 149px;
    margin: 40px auto 15px auto;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    display: table;
    letter-spacing: 4px;
    border: none;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

.sendform:hover {
    background-color: #bf736c;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

@media (max-width: 992px) {
    .title {
        width: 55%;
    }
    .active .title {
        width: 55%;
    }
    .volunteer {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .title {
        width: 70%;
    }
    .active .title {
        width: 70%;
    }
    .volunteer {
        width: 80%;
    }
    .mountain {
        width: 145%;
    }
    .formArea {
        padding: 35px;
    }
    .formTT {
        font-size: 25px;
        text-align: center;
        line-height: 1.4;
    }
}

@media (max-width: 500px) {
    .title {
        width: 80%;
        margin-left: 20%;
        margin-bottom: 30px;
        opacity: 0;
        transition: all 2s .2s ease;
    }
    .active .title {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 30px;
        opacity: 1;
        transition: all 2s .2s ease;
    }
}
