@media screen and (min-width:768px){
    .content{
        background-color: #e9ecf0;
       color: #444444;;
    
    }
    .title{
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        width: 170px;
    }
    .titles{
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
    }
    .content1{
        font-size: 20px;
        line-height: 30px;
    }
    .content2{
        font-size: 20px;
        line-height: 30px;
    }
    .text{
        display: flex;
    }
    .content3{
        /* margin-left: 40px; */
        list-style-type: decimal;
    }
}
@media screen and (max-width:768px){
    .content{
        background-color: #e9ecf0;
       color: #444444;;
    
    }
    .title{
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
    }
    .content1{
        font-size: 20px;
        line-height: 30px;
        margin-left: 20px;
    }
    .content2{
        font-size: 20px;
        line-height: 30px;
        margin-left: 20px;
    }
    .content3{
        margin-left: 20px;
        list-style-type: decimal;
    }
}
