  .pageTitle_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 60px 0 120px;
}
.circuit {
    width: 860px;
    top: calc(50% - 25px);
    transform:translateY(-50%);
    position: absolute;
    opacity: .8;
}
.circuit.left {
    right: calc(50% + 180px);
}
.circuit.right {
    left: calc(50% + 180px);
    transform:translateY(-50%) rotate(180deg);
    -webkit-transform:translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 992px) {
    .circuit {
        width: 740px;
    }
    .circuit.left{
        right: calc(50% + 86px);
    }
    .circuit.right {
        left: calc(50% + 86px);
    }
}
@media screen and (max-width: 768px) {
    .circuit {
        width: 500px;
    }
    .circuit.left{
        right: calc(50% + 28px);
    }
    .circuit.right {
        left: calc(50% + 28px);
    }
    .pageTitle_wrapper {
     padding: 12px 0 60px;   
    }
}
.circuitBg {
    width: 100%;
    position: relative;
    z-index: 0;

}
.circuitBg:before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: .2; 
    z-index: -1;
    background: url("/mrl/images/circuitbg.svg");
    background-size: 1920px 1080px;
    background-position: center top;
    background-repeat: repeat-y;
  }
.top-margin{
    margin-top: 36px;
}
.year {
    font-size: 24px;
    font-weight: 300;
}
.paper-info{
    margin-bottom: 16px;
    line-height: 1.5;
    position: relative;
}
.paper-event{
    position: absolute;
    left: 0;
    top: -20px;
    color: #EF3A47;
    font-size:12px;
    font-weight: bold;
}

.paper a{
    text-decoration: none;
    color: #94101F;
    font-weight: 600;
}

.statement{
    font-size: 14px;
    padding: 12px 16px !important;
    margin: 0 24px !important;
    border-radius: 4px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(253,181,22);
    background: rgba(253,181,22, .3)
}
@media screen and (max-width: 768px) {
    .statement{
        margin: 0 2.5% 2.5% !important;
    }
    .year { 
        font-size: 22px;
    }
}