.reports {
    padding: 50px 0 30px;
    background: #6E162F;
}
.reports .header {
    margin-bottom: 50px;
}
.reports .header h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.52px;
}
.reports .inner {
    background: #1A1A1A;
    padding: 40px 30px;
    height: 305px;
}
.reports .inner .title {
    margin-bottom: 30px;
}
.reports .inner .title h3 {
    color: #fff;
    font-family: 'century-gothic';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 0.8px;
    text-align: center;
}
.reports .inner .file {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.reports .inner .file a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
