


.text_section{
    width: 1000px;
    height: fit-content;
    margin: 0 auto;
    /* border: 1px solid red; */
    margin-bottom: 40px;
}


.text_section h1{
    font-size: 30px;
    margin-top: 30px;
}


.text_section p{
    font-size: 16px;
}



table,tr,td,th{
    border: 1px solid black;
    border-collapse: collapse;
    width: 1000px;
    text-align: center;
}







@media only screen and (max-width:1020px){
    .text_section,table,tr,td,th{
        width: 900px;
       
    }
    .text_section h1{
        font-size: 26px;
    }
    
    
    .text_section p{
        font-size: 15px;
    }
}

@media only screen and (max-width:930px) {
    .text_section ,table{
        width: 100%;
        padding-left: 10px;
        
    }
    tr{
        font-size: 14px;
    }
    td{
        font-size: 12px;
    }
    .text_section h1{
        font-size: 24px;
    }
    
    
    .text_section p{
        font-size: 14px;
    }
}


@media only screen and (max-width:600px) {
    .text_section h1{
        padding-top: 40px;
        font-size: 23px;
    }
    table{
       margin-top: 60px;
    }
}

























