@import url('../../css2-5');
        body{
            font-family: 'Barlow', sans-serif;
        }
        .info-reports-tab{
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .h2-text-center{
            padding-bottom: 40px;
        }
        .info-report-card{
            padding-bottom: 15px;
        }
        .headsp-policy{
            padding-bottom: 10px;
        }
        .go-bg h2 {
            color: #2b2a28;
            text-align: left;
            padding: 0 0 0 15px;
            text-transform: uppercase;
            font-size: 45px;
            letter-spacing: 4px;
            margin: 0 0 10px;
        }
        .year-listsp {
            border: solid 1px #ddd;
            margin-bottom: 15px;
            min-height: 128px;
            /* padding: 30px 5px 15px; */
            font-weight: 500;
            float: left;
            width: 100%;
            padding: 40px;
        }
        .lf-btnsp a {
            background: #D28D0A;
            padding: 6px 15px;
            border-radius: 25px;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
        }
        .yr-btnsp {
            margin-top: 15px;
            margin-bottom: 8px;
            float: left;
            width: 100%;
        }
        .center-line{
            position: relative;
        }
        .center-line::after{
            content: '';
            position: absolute;
            background-color: #053C5A;
            right: 8px;
            top: 13px;
            height: 50%;
            width: 2px;
        }