.content-about-page{
    width: 100%;
    height: 660px;
    position: relative;
}
.img-content-about{
    width: 100%;
    height: 660px;
    object-fit: cover;
}
.text-content-about{
    text-align: center;
    color: #ffffff;
    position: absolute;
    z-index: 100;
    width: 100%;
    max-width: 480px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.text-title-content{
    line-height: 1.35em;
    font-size: 40px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: Raleway, sans-serif;
}
.text-detail-content{
    font-size: 15px;
    line-height: 1.88em;
    font-weight: 500;
    color: #ffffff;
    width: 520px;
    font-family: Nunito, sans-serif;
}
.text-contact{
    line-height: 1.35em;
    margin-top: 25px;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
}
.our-team{
    color: #ffffff;
    text-align: center;
    margin: 135px 0px 230px 0px;
}
.title-our-team{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    color: #ffffff;
    font-family: Raleway, sans-serif;
}
.text-detail-our-team{
    margin: 25px 0px 130px 0px;
    font-size: 18px;
    line-height: 1.75em;
    color: #ffffff;
    font-family: Nunito, sans-serif;
}
.detail-our-team{
    display: flex;
    justify-content: center;
}
.detail-person{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0px 140px;
}
.img-detail-person{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
}
.text-name-person{
    text-transform: uppercase;
    margin: 45px 0px 25px 0px;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.41em;
    font-family: Raleway, sans-serif;
}
.positon-team{
    color: #ffffff;
    line-height: 1.75em;
    font-size: 18px;
    font-family: Nunito, sans-serif;
}

/* tablet responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .content-about-page{
        height: 400px;
    }
    .img-content-about{
        height: 400px;
    }
    .detail-person {
        margin: 0px 90px;
    }
}

/* mobile responsive */
@media only screen and (min-width: 360px) and (max-width: 767px){
    .text-detail-content{
        margin: 0px auto;
        width: 320px;
    }
    .detail-our-team{
        display: unset;
    }
    .detail-person{
        margin: 0px auto;
    }
    .detail-person:last-child{
        padding-top: 250px;
    }

}
