.left-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 10px;
}
.text-title{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 0 35px 0;
}
.text-content{
    font-size: 25px;
    letter-spacing: 1.5px;
    margin: 0 0 35px 0;
}
.text-list{
    font-size: 25px;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 30px;
}
.text-contion{
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
}
.imgs{
    margin-bottom: 40px;
}
.imgsthree{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.right{
    background-color: #409eff;
}
.list{
    width: 100%;
    height: 300px;
    background-color: red;
    margin-top: 20px;
}


@media screen and (max-width:768px) {
    .text-title{
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1.5px;
        margin: 20px 0 35px 0;
    }
}
@media screen and (max-width: 600px) {
    [id] {
      scroll-margin-top: -15vh;
    }
  }



