.simple-text{
    padding: 60px 0px;
    font-size: 22px;
}

.simple-text table{
    width: 100% !important;
    border: none !important;
    background-color: #fff;
    border-spacing: 0px;
    padding: 40px;
    font-weight: 600;
}

.simple-text table th{
    font-weight: bold;
    font-size: 25px;
    color: #0B52A0;
    text-align: left;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 30px;
    text-transform: uppercase;
}

    .simple-text table tr:nth-child(2n){
        background-color: #ECF3FA;
    }

    .simple-text table th p{
        margin: 0px;
    }
    
    .simple-text table td{
        padding-left: 3%;
        border: none;
        border-right: 1px solid #E6E6E6;
    }
    
    .simple-text table td:last-child{
        border-right: none;
    }
    
@media only screen and (max-width: 1300px){

    .simple-text {
        padding: 30px 0px;
        font-size: 20px;
    }

}
    
@media only screen and (max-width: 768px){

    .simple-text{
        padding: 20px 0px;
        font-size: 20px;
    }
    
    .simple-text table{
        padding: 20px;
        font-size: 18px;
    }
    
    .simple-text table th{
        font-size: 20px;
    }
    
    .simple-text table td{
        padding-right: 3%;
    }
    
}