.index-top-p{
    margin-top: 25px;
    color: rgba(0, 0, 0, .8);
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.hero-area-about .button-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
}
.features-card{
    border: 1px solid rgba(254, 136, 51, 1);
    padding:40px 28px;
    border-radius: 16px;
}
.feature-img{
    margin-bottom: 15px;
}
.feature-p{
    margin-top: 20px;
    min-height: 130px;
}
.app-img img{
    margin-top: 20px;
    width: 100%;
}
.choose-card{
    text-align: center;
}
.choose-title{
    margin: 15px 0;
}
.user-card{
    background-color: white;
    padding:40px 28px;
    border-radius: 16px;
}
.user-info{
    margin-top: 48px;
    display: flex;
    align-items: center;
}
.user-detail{
    margin-left: 16px;
}
.user-point-img{
    margin-top: 16px;
}
.user-content{
    min-height: 100px;
}
.user-name{
    font-weight: 800;
    color: black;
}
.core-card{
    background-color: white;
    padding:40px 28px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.core-p{
    min-height: 80px;
}
.list-guide{

}
.list-guide-img img{
    width: 75%;
}
.list-guide-title{
    font-weight: 800;
    font-size: 22px;
    color: black;
    margin-top: 20px;
    margin-bottom: 35px;
}