.main-wrapper {
    background-color: #f0f0f0;
    padding-bottom: 2em;
}

.main-wrapper .bg {
    display: block;
    line-height: 0;
    width: calc(100vw - 100px);
}

.main-item {
    padding-bottom: 60px;
}

.main-title.mt-title {
    margin-top: -120px;
    padding-bottom: 100px;
}

.main-title {
    font-size: 3.4em;
    color: #490c63;
}

.main-content {
    text-align: center;
}

.main-content .max-award-title {
    display: inline-block;
    position: relative;
    width: 400px;
    height: 70px;
    margin-bottom: 40px;
    max-width: 100%;
}

.main-content .max-award-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-content .max-award-title span {
    position: relative;
    z-index: 1;
    line-height: 2em;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
}

.award-name {
    font-size: 1.4em;
    color: #333;
}

.award-unit {
    margin-top: 10px;
    font-size: 1.2em;
    color: #333;
}

.award-title {
    display: inline-block;
    background-color: #FF6600;
    width: 300px;
    height: 60px;
    margin-top: 60px;
    color: #fff;
    font-size: 1.6em;
    line-height: 60px;
    border-radius: 60px;
}

.award-name-y {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.4em;
    color: #FF6600;
}

@media only screen and (max-width: 1680px) {
    .main-wrapper .bg {
        width: calc(100vw - 4.55729vw);
    }
}

@media only screen and (max-width: 1440px) {
    .main-wrapper .bg {
        width: calc(100vw - 5.20833vw);
    }

    .main-title {
        font-size: 2.8em;
    }
}

@media only screen and (max-width: 1024px) {
    .main-wrapper .bg {
        width: calc(100vw - 7.11111vw);
    }

    .main-item {
        margin-top: -1em;
        padding-bottom: 1em;
    }

    .main-title.mt-title {
        margin-top: -1em;
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .main-wrapper .bg {
        width: calc(100vw - 5.33333vw);
    }

    .main-content .max-award-title span {
        font-size: 1.4em;
    }
}