.discover-section {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 2560px;
    background: #fff;
}

#discover-section {
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
}

.discover-wrapper .section-title-container {
    display: block;
    position: relative;
    top: unset;
}
.discover-wrapper .section-title-container .link {
    display: block;
    margin: 0 auto;
    padding: clamp(120px, 8vw, 190px) 0 clamp(84px, 8vw, 120px) 0;
    width: 100%;
    text-decoration: unset;
    transition: all 0.2s;
}

.discover-heading {
    margin: 0 auto clamp(26px, 4vw, 72px);
    width: 100%;
    max-width: 1280px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    color: #000;
    transition: all 0.2s;
}

.discover-desc {
    margin:0 auto;
    width: 100%;
    max-width: 1280px;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
}
.discover-desc:hover {
  color: #008eca;
  text-decoration: underline;
  text-decoration-color: #008eca;
}




.discover-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.discover-row-sub {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.discover-content {
    position: relative;
    overflow: hidden;
}

.discover-content--main {
    min-height: 360px;
}

.discover-content--sub {
    flex: 1 1 0;
    min-height: 360px;
}

.discover-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.discover-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 44, 98, 0.01);
    transition: all 0.2s;
    z-index: 0;
}

.discover-image-wrapper:hover::after {
    background: rgba(0, 44, 98, 0.3);
}

.discover-bg-main {
    background-image: url('/static/newPub/public/discover/about-pic.jpg');
}

.discover-bg-brochure {
      background-image: url('/static/newPub/public/discover/annual_report-pic.jpg');
  
}

.discover-bg-annual {
    background-image: url('/static/newPub/public/discover/brochure-pic.jpg');
}

.discover-inner {
    position: relative;
    z-index: 1;
    padding: clamp(20px, 3vw, 28px);
    color: #fff;
}

.discover-inner--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: inherit;
    text-align: center;
}

.discover-main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.discover-sub-title {
    margin: 0 auto clamp(12px, 0.75vw, 16px);
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.discover-row-sub .discover-content:first-child .discover-inner {
    padding-right: clamp(12px, 2vw, 32px);
    text-align: right;
}

.discover-row-sub .discover-content:last-child .discover-inner {
    padding-left: clamp(12px, 2vw, 32px);
    text-align: left;
}

.discover-download {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.discover-download:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .discover-section {
        width: 100%;
        padding: 0;
    }
    .discover-wrapper .section-title-container .link {
        padding-left:24px;
        padding-right:24px;
    }

    .discover-row-sub {
        flex-direction: column;
    }

    .discover-content--main {
        min-height: 160px;
    }

    .discover-content--sub {
        min-height: 160px;
    }

    .discover-row-sub .discover-content:first-child .discover-inner {
        text-align: center;
    }
    .discover-row-sub .discover-content:last-child .discover-inner {
        text-align: center;
    }
    .discover-sub-title {
    margin: 0 auto clamp(12px, 0.75vw, 16px);
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.discover-download {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.discover-wrapper .section-title-container .link {
    display: block;
    margin: 0 auto;
padding: 84px 30px;
    width: 100%;
    text-decoration: unset;
    transition: all 0.2s;
}

}
