*{
    margin: 0;
    box-sizing: border-box;
}
.big{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.title{
    margin: auto;
    width: 40%;
}
.people{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    margin-right: auto;
}
.h1{
    width: 60%;
}
.line{
    width: 50px;
    border: 3px solid orange;
    margin-top: 20px;
    margin-bottom: 20px;
}
.txt{
    color: gray;
    width: 450px;
    font-size: 18px;
}
.txt1{
    font-size: 20px;
}
.txt2{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.txt3{
    width: 300px;
}
.stars{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.star{
    width: 14px;
    border: 7px solid orange;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.star1{
    width: 14px;
    height: 14px;
    border: 1px solid orange;
    background-image: linear-gradient(90deg,
    orange 0 50% ,
    rgb(10, 105, 230) 50% 100% );
    border-radius: 50%;
}
.star2{
    width: 14px;
    height: 14px;
    border: 1px solid orange;
    background-image: linear-gradient(90deg,
    orange 0 80% ,
    white 80% 100% );
    border-radius: 50%;
}
.first{
    width: 45%;
    padding: 20px;
    margin-top: 20px;
    background-color: rgb(10, 105, 230);
    color: white;
}
.second{
    margin-right: 30px;
}
.face{
    display: flex;
    flex-wrap: wrap;
}
.img{
    width: 25%;
}
.name{
    width: 60%;
}