.blog-container {
    max-width: 1560px;
    margin: 0 auto;

    @media screen and (max-width: 1600px) {
        padding: 0 16px;
    }
}

main {
    color: #101828;
    margin-top: 90px;
    @media screen and (max-width: 1300px) {
        margin-top: 32px;
    }
    @media screen and (min-width: 1201px) and (max-width:1600px) {
        margin-left: 16px !important;
    }
}

.hero {
    overflow: hidden;
    margin-top: 80px;
    color: white;
    background-color: #2F202D;

    @media screen and (max-width: 1100px){
        margin-top: 69px;
    }
    @media screen and (max-width: 996px){
        margin-top: 60px;
    }
    @media screen and (max-width: 374px){
        margin-top: 32px;
    }
}

.hero-inner-p-x {
    padding-left: 180px;
    z-index: 1;
    padding-right: 180px;

    @media screen and (max-width: 1600px){
        padding-left: 64px;
        padding-right: 64px;
    }
    @media screen and (max-width: 1000px){
        padding-left: 16px;
        padding-right: 16px;
    }
}

.hero-inner-p-y {
    padding-top: 64px;
    padding-bottom: 64px;

    @media screen and (max-width: 1000px){
        padding-bottom: 32px;
    }
}

.hero-title-padding-top {
    padding-top: 194px;

    @media screen and (max-width: 1600px){
        padding-top: 144px;
    }

    @media screen and (max-width: 1100px){
        padding-top: 120px;
    }

    @media screen and (max-width: 991px){
        padding-top: 96px;
    }

    @media screen and (max-width: 374px){
        padding-top: 60px;
    }
}

.hero > .hero-inner {
    padding-top: 16px !important;
}

.hero-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-title h1 {
    margin: 0;
    font-weight: 700;
    color: white;

    @media screen and (max-width: 1700px){
        text-wrap: unset;
    }
    @media screen and (max-width: 1175px){
        text-wrap: balance;
    }
    @media screen and (max-width: 480px){
        text-wrap: unset;
    }

    font-size: 60px;
    @media screen and (max-width: 1300px) {
        font-size: 30px;
    }
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 40px;

    @media screen and (max-width: 1000px){
        gap: 24px;
    }
}

.hero-icon {
    position: absolute;
    top: 150px;
    right: 0;
    height: 390px;
}

.hero-overlay-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: 0;
    right: 0;
    margin: 24px;
}

.hero-image-overlay {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 32px;
    gap: 24px;
    background-color: white;
    backdrop-filter: blur(10px);
    max-height: max-content;
    max-width: 246px;
    opacity: 90%;
    min-width: 246px;


    @media screen and (max-width: 1300px) {
        padding: 1rem;
    }

    @media screen and (max-width: 999px) {
        display: none;
    }
}

.short-text-container {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 60px;

    @media screen and (max-width: 1300px) {
        margin-bottom: 24px;
    }
}

.awards-container {
    margin-bottom: 80px;

    @media screen and (max-width: 1300px) {
        margin-bottom: 32px;
    }
}

.awards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

    @media screen and (max-width: 1300px) {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
    }

    @media screen and (max-width: 1000px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 750px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.award {
    border: 1px solid #E4E7EC
}

.award-image {
    width: 100%;
}

.award-inner {
    padding: 24px;

    @media screen and (max-width: 1300px) {
        padding: 16px;
    }
}

.newspaper-section {
    max-width: 1760px;
    margin-bottom: 60px;
    background-color: #F2F4F7;
}

.newspapers {
    padding: 70px 50px;

    @media screen and (max-width: 1300px) {
        padding: 32px 16px;
    }
}

.newspapers-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

    @media screen and (max-width: 1300px) {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
    }

    @media screen and (max-width: 1000px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 750px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.newspaper-inner {
    padding: 24px;
    background-color: white;

    @media screen and (max-width: 1300px) {
        padding: 16px;
    }
}

.newspaper-href {
    color: #D4A773 !important;
    text-decoration: underline !important;
}

.newspaper-item {
    border: 1px solid #E4E7EC;
}

.newspaper-thumb-wrapper {
    width: 100%;
    aspect-ratio: 372 / 526;
    overflow: hidden;
}

.newspapers-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.newspapers-thumb-wrapper {
    width: 100%;
    max-width: 370px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.award-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.qna-container {
    color: #101828;

    @media screen and (max-width: 1199px) {
        margin-top: 20px;
        padding-bottom: 32px;
    }
}