.award-section {
    background-image: url(../images/award-bg1.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1164px;
    margin-top: 100px;
    padding-bottom: 0;
    width: 100%;
}

.award-section-area {
    text-align: center;
    padding-top: 68px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.award-logo-area img {
    width: 122px;
    height: 122px;
}

.award-logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.award-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.award-content-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.award-title-area {
    color: #2E2D3B;
    font-family: Nunito, sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    display: flex;
    gap:10px;
}

.award-title-area div:last-child {
    font-weight: 900;
    background-image: url(../images/award-line.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 5px;
}

.award-btn-area {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 90px;
    background: #5236FF;
    padding: 16px 32px;
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
}

@media screen and (max-width: 1060px) {
    .award-section {
        background-image: url(../images/award-bg-ver.svg);
        background-size: cover;
        width: 100%;
    }

    .award-content-area {
        margin-right: unset;
        align-items: center;
        gap: 18px;
    }

    .award-logo-area .award-item{
        margin-left: unset;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .award-logo-area .award-5{
        grid-column: 1 / -1; 
        justify-self: center; 
    }

    .award-title-area {
        text-align: center;
        display: unset;

    }

    .award-section-area {
        flex-direction: column;
        gap: 30px;
    }

    .award-title-area div:last-child {
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 600px) {
    .award-section {
        background-size: cover;
    }

    .award-logo-area {
        gap: 24px;
    }

    .award-logo-area img {
        height: 148px;
    }

    .award-title-area {
        font-size: 26px;
    }

    .award-btn-area {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .to-our-brands,.to-our-influencers,.to-our-plublishers{
        border-radius: 26px;
    }
}