@font-face {
    font-family: 'Stolzl-Regular';
    src: url('../fonts/stolzl/The\ Northern\ Block\ -\ Stolzl-Regular.otf');
}

body {
    font-family: 'Stolzl-Regular';
    font-weight: 500;
    font-size: 24px;

    color: #3a3a3a;
    background-color: #F5F5F5;

    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 120%;
    font-weight: 400;
    font-size: 18px;
}

.req-content {
    padding: 150px 0;
}

.title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
}

.main-table {
    border-collapse: collapse;
    width: 100%;
}

td {
    border: 1px solid #3a3a3a;
    padding: 5px 0 5px 15px;
}

.left-td {
    font-weight: 600;
}