*{
    margin: 0;
    padding: 0;
}
body{
    padding: 0 18px;
}
img{
    width: 100%;
}
.phone{
    font-size: 20px;
    font-weight: 700;
    margin: 14px 0;
}

.title{
    margin: 16px 0;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    background-color: rgb(182, 176, 176);
    /* width: 100%; */
    /* height: 260px; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.title div{
    margin: 12px 0;
}
.list{
    font-size: 18px;
    padding: 18px 26px;
    border: 2px #000 dashed;
    border-radius: 20px;
    margin: 18px 0;
    font-weight: 700;
}
.list li{
    line-height: 34px;
}