#content{
    padding-top: 30px;
    padding-bottom: 140px;
}
#content table{
        display: block;
        overflow-x: auto;
    }
#content h1{
    font-size: 42px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#content p{
    max-width: 865px;
    font-size: 17px;
    font-family: 'Montserrat';
    line-height: 27px;
}
#content b{
    display: inline-block;
    margin-top: 28px;
    margin-bottom: 20px;
}
#content table{
    width: 100%;
    border-collapse: collapse;

}
#content table thead td{
    font-weight: 700;
}

#content table td{
    font-size: 13px;
    line-height: 27px;
    padding:5px;
    vertical-align: middle;
    font-family: 'Montserrat';
    border: 1px solid #DCDCDC;
    text-align: center;
}
#content table thead tr td:first-child,
#content table tbody tr td:first-child{
	text-align: left;
	padding: 5px 0 5px 15px;
}
#content table thead tr:first-child td:first-child,
#content table thead tr:first-child td:last-child,
#content table thead tr:nth-child(2) td,
#content table thead tr:nth-child(3) td{
    background-color: #F6F6F6;
    text-align: center;
    padding: 5px 10px;
}
#content table tbody tr:nth-child(even){
    background-color: #F6F6F6;
}

@media (max-width: 992px){

    #content h1{
        font-size: 38px;
    }
    #content p{
        font-size: 15px;
        line-height: 25px;
    }
    #content table tbody tr:last-child{
        height: 130px;
    }
    #content{
        padding-bottom: 80px;
    }
}

@media (max-width: 768px){
   
    #content h1{
        font-size: 32px;
    }
    #content table td{
        font-size: 12px;
        line-height: 18px;
        padding: 9px 0 9px 10px;
    }
}
@media (max-width: 576px){

}