main {
    background: url('../img/publisher/rsz_publisher-content-bg-min.png') no-repeat bottom right;
}
.publisher {
    background-image: url('../img/about-vector-heading.png');
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: center -150px;
}

.heading {
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.heading h2,
.heading h1 {
    color: #000000;
    font-family: Russo One;
    font-size: 64px;
    font-style: normal;
    font-weight: normal;
}

.publisher .content .row {
    margin: 0 auto;
    max-width: 1280px;
    padding: 50px 0 50px;
    width: 90%;
}
.publisher .content .row.blurbs {
    padding: 150px 0 50px;
}

.content .blurbs .col-lg-4 {
    text-align: center;
}
.publisher .content h5 {
    color: #FFFFFF;
    font-family: Russo One;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.135em;
    line-height: 32px;
    margin-bottom: 30px;
}
.row.infos {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.135em;
    text-align: center;
}
.publisher .row.buttons {
    padding-bottom: 100px;
}
.buttons .col {
    text-align: center;
}
.publisher a.btn {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    display: inline-block;
    font-family: Russo One;
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    height: auto;
    letter-spacing: 0.04em;
    min-width: 320px;
    padding: 15px 40px;
    text-align: center;
    text-transform: none !important;
    width: auto;
}
.publisher a.btn:hover {
    background: #000;
    color: #fff !important;
}