﻿body {
    font-size: 17px;
}

.content-wrapper {

}
.content-cont{
    max-width:1300px;

}

.featuresHeading {
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: bold;
}

.featuresLayout > tbody > tr > td:first-child {
    padding-right: 100px;
}

.featuresLayout > tbody > tr > td > table > tbody > tr > td:last-child {
    padding-left: 17px;
}

.downloadHeading {
    margin-top: 45px;
    margin-bottom: 5px;
    font-weight: bold;
}

.downloadsLayout td:first-child {
    padding-right: 17px;
}

@media screen and (max-width:768px) {
    body {
        font-size: 15px;
    }

    .featuresLayout > tbody > tr > td:first-child {
        
    }

    .featuresLayout > tbody > tr > td > table > tbody > tr > td:last-child {
        padding-left: 14px;
    }


    .featuresHeading {
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .featuresLayout img {
        width: 100%;
    }

    .downloadHeading {
        margin-top: 35px;
        margin-bottom: 12px;
    }

    .downloadsLayout img {
        width: 145px;
    }    
}
