#team{
    padding: 50px 0;
}

#team .wrap{
    display: flex;
}

#team img{
    width: 129px;
    min-width: 129px;
    height: 129px;
    border-radius: 50%;
    object-fit: cover;
}

#team .right{
    padding-left: 30px;
}

#team .name{
    font-family: 'VAGRoundedLTProBold';
    font-size: 24px;
    line-height: 34px;
}

#team .job{
    font-family: 'VAGRoundedLTProLight';
    font-size: 19px;
    margin-bottom: 20px;
}

@media(max-width:576px){
    #team .wrap{
        flex-direction: column;
    }
    #team .right{
        padding: 0;
        margin-top: 20px;
    }
}

#registerHeader{
    padding: 50px 0;
}

#registerHeader h2{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

#registerHeader p{
    margin: 0 auto;
    display: block;
    max-width: 550px;
    text-align: center;
}

#registerHeader .btn{
    margin: 0 auto;
    display: block;
}

#registerHeader p{
    margin-top: 20px;
    color: #000000;
    font-family: 'VAGRoundedLTProLight'
}

#registerHeader p a{
    color: #A7204F;
    text-decoration: none;
    margin-left: 10px;
}

#registerHeader .btn{
    width: 440px;
    font-size: 19px;
}

#register{
    background: #EC6097;
    padding: 20px 0;
}

#register .inner{
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
}

#register h3{
    text-align: center;
    font-size: 23px;
    line-height: 34px;
    margin: 0;
}

#register ul{
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

#register ul img{
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

#register li{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

#register .btn{
    width: 100%;
}

#register .account{
    text-align: center;
    margin-top: 20px;
}

#register .account p{
    margin: 0;
    color: #000000;
    font-family: 'VAGRoundedLTProLight'
}

#register .account a{
    color: #A7204F;
    text-decoration: none;
}

#register .header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

#register .header .btn{
    border: none;
    padding: 0;
    height: auto;
    color: #A7204F;
    font-size: 19px;
    font-family: 'VAGRoundedLTProBold';
    text-decoration: underline;
    background: transparent;
}

#register .header .btn:hover{
    border: none;
    padding: 0;
    height: auto;
    color: #A7204F!important;
    background: none!important;
    font-size: 19px;
    font-family: 'VAGRoundedLTProBold';
}

@media(max-width:1200px){
    #register{
        padding: 20px 0 0;
    }
}

@media(max-width:767px){
    #register .header{
        flex-direction: column;
    }
}

@media(max-width:576px){
    #register .inner{
        padding: 30px 15px;
    }
    #register li{
        font-size: 16px;
    }
}


#hero h1{
    color: #fff !important;
}

#hero img {
    position: absolute !important;
    right: 0;
    top: 0 !important;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#hero .content{
    position: relative;
}
@media(max-width: 1200px){
    #hero img {
        position: absolute !important;
        max-width: 100% !important;
        height: 100% !important;
    }

}
@media(max-width: 767px){
    #hero h1{
        font-size: 30px !important;
        text-align: center !important;
    }
    #hero .click{
        display: flex;
        justify-content: center;
    }
}