.page-banner-section h1 {
    font-family: Moderat;
    font-weight: 700;
    font-size: 36px;
    line-height: 88.52px;
    letter-spacing: -1%;
    color: var(--primary-font);
    text-transform: uppercase;
}

.page-banner {
    background-color: var(--tertiary);
    padding: 70px 0;
}

.page-banner-wrapper {
    gap: clamp(60px, 4vw, 100px);
    align-items: center;
}

.page-banner-wrapper .img-wrapper {
    width: 549px;
    height: 382px;
}

.page-banner-wrapper .img-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner-section .text-content span {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    color: black;

}

.page-banner-section .text-content p {
    font-size: 18px;
    margin: clamp(10px, 3vw, 30px) 0 clamp(15px, 3vw, 36px);
}

.page-banner-heading {
    font-size: 30px;
    color: black;
    font-family: var(--secondary-font);
    font-weight: 700;
    font-style: Bold;
    line-height: 38px;
    letter-spacing: -2%;

}

.page-banner-section .text-content {
    width: 532px;
}

.news-page .questionans>p {
    width: 125px;
}

.news-page .questionans {

    justify-content: space-between;
}

.news-page .text-wrapper {
    width: 600px;
}

.news-page .questionans:first-child {
    border-top: 1px solid #d9d9d9;
}

.slider-btn span {
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary);
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.slider-btn {
    margin-top: 20px;
}



.common-page-banner .page-banner-wrapper {
    padding: clamp(20px, 4vw, 70px) clamp(20px, 4vw, 70px) clamp(35px, 4vw, 75px);
    background-color: var(--tertiary);
}

.common-page-banner .text-content p {
    margin-top: clamp(10px, 3vw, 15px);
    font-size: 18px;
}

.common-page-banner .text-content {
    width: 446px;
}

.common-page-banner .text-content .page-banner-heading {
    font-size: 24px;
}

.news-contents-section>.container {
    padding-bottom: 80px;
    border-bottom: 1px solid #d9d9d9;
}

.single-page>.container>.container-small {
    padding: 0;
}

.news-contents-section.padding-top.single-page>.container {
    border-top: 1px solid #d9d9d9;
    padding-top: 40px;
}

.news-contents-section>.container>p {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;

}

.news-contents-section .container>span {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: black;
    margin: 5px 0 11px;
    display: inline-block;
}


/* content area */
.content__area h2 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -1%;
    line-height: 1.7rem;
    margin: 25px 0 10px;

}

.content__area p {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin: 15px 0;
}

.content__area p:last-child {
    margin-bottom: 0;
}

.content__area ul {
    margin: 15px 0;
    color: black;
    padding-left: 0.7rem;

}


.content__area ul li {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.9;
    list-style: disc;
}

.content__area h3 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1%;
    margin: 20px 0 12px;
    line-height: 1.7rem;
}

.content__area h4,
.content__area h5 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -1%;
    margin: 20px 0 12px;
    line-height: 1.7rem;
}

.content__area a {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: black;
}

blockquote {
    position: relative;
    padding: 10px 20px 10px 50px;
    margin: 20px 0;
    background: #6601121c;
    border-left: 4px solid var(--primary);
    color: var(--primary);
    font-family: var(--primary-font);
}

blockquote p {
    font-family: var(--primary-font);
}

blockquote::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 20px;
    color: #555;
}

blockquote p:not(:last-child) {
    margin: 10px 0;
}

/* content area */


.common-page-banner.inner-pg-banner .text-content {
    margin: 0 auto;
    width: 580px;
}

.common-page-banner.inner-pg-banner .text-content h1 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 54px;
    letter-spacing: -2%;
    text-transform: uppercase;

}

/* submission page */
.looking-for-section {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: clamp(20px, 3vw, 24px);
    line-height: 30px;
    letter-spacing: -2%;

}

.looking-for-section .card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(25px, 3vw, 40px);
    margin-top: 27px;
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
}

.looking-for-section .card-wrapper .card {
    background-color: var(--secondary);
    border: 0.6px solid #00000040;
    border-radius: 5px;
    padding: 20px 27px 20px 20px;
}

.looking-for-section .text-wrapper h3 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -2%;
    color: black;
}

.looking-for-section .text-wrapper p {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: clamp(10px, 3vw, 20px) 0 20px;
    color: #000000c7;
}

.looking-for-section .card img {
    margin-bottom: 24px;
    /* opacity: 0.5; */
}

/* pagination */
.page-numbers {
    color: #A51C2F69;
}

.page-numbers.current {
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.email-container>div {
    margin: 0 auto;
    width: 100%;
}