body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

ul[role=list],
ol[role=list] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 600;
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 600;
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 500;
}

h5 {
    font-size: 1.25rem;
    font-weight: 400;
}

h6 {
    font-size: 1rem;
    font-weight: 300;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }
}

.container {
    max-width: 1380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.f1 {
    font-size: 2.5rem !important;
}

.f2 {
    font-size: 2rem !important;
}

.f3 {
    font-size: 1.75rem !important;
}

.f4 {
    font-size: 1.5rem !important;
}

.f5 {
    font-size: 1.25rem !important;
}

.f6 {
    font-size: 1rem !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.fw-medium {
    font-weight: 400 !important;
}

.fw-regular {
    font-weight: 300 !important;
}

.fw-500 {
    font-weight: bold !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-grid {
    display: grid !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.mr-3 {
    margin-right: 16px !important;
}

.mr-4 {
    margin-right: 24px !important;
}

.mr-5 {
    margin-right: 32px !important;
}

.mr-6 {
    margin-right: 40px !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-3 {
    margin-top: 16px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.mt-5 {
    margin-top: 32px !important;
}

.mt-6 {
    margin-top: 40px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 16px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.mb-5 {
    margin-bottom: 32px !important;
}

.mb-6 {
    margin-bottom: 40px !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.ml-3 {
    margin-left: 16px !important;
}

.ml-4 {
    margin-left: 24px !important;
}

.ml-5 {
    margin-left: 32px !important;
}

.ml-6 {
    margin-left: 40px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-gray-400 {
    color: #454545 !important;
}

.text-danger {
    color: #F0001C !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.lh-condensed-ultra {
    line-height: 1 !important;
}

.lh-condensed {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-large {
    line-height: 1.75 !important;
}

.lh-extra-large {
    line-height: 2 !important;
}

.resize-vertical {
    resize: vertical !important;
}

@media only screen and (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.row>* {
    padding-left: 12px;
    padding-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

body {
    margin: 0;
    padding: 0;
    color: #1c332b;
    font-size: 1rem;
    font-weight: 300;
    font-family: "ZohoPuvi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.help-main-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.help-main-wrapper .btn {
    font-family: inherit;
    display: inline-block;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 4px;
    height: 48px;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    cursor: pointer;
}

.help-main-wrapper .btn.btn-primary {
    background: #499A81;
    color: #ffffff !important;
}

.help-main-wrapper .help-banner-section {
    padding: 100px 0;
    --bg-img-left: url("../images/scroll-bg.svg") no-repeat scroll left;
    --bg-img-right: url("../images/scroll-bg.svg") no-repeat scroll right;
    background: var(--bg-img-left), var(--bg-img-right);
    background-color: #D7E9E3;
}

.help-main-wrapper .help-banner-section .help-banner-content {
    max-width: 820px;
    margin: auto;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px #bad8cf;
    box-shadow: 0 3px 5px #bad8cf;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper svg {
    color: #a5a5a5;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper input {
    background: none;
    border: 0;
    height: inherit;
    outline: none;
    padding-left: 12px;
    width: 100%;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper input::-webkit-input-placeholder {
    color: #a5a5a5;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper input::-moz-placeholder {
    color: #a5a5a5;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper input:-ms-input-placeholder {
    color: #a5a5a5;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper input::-ms-input-placeholder {
    color: #a5a5a5;
}

.help-main-wrapper .help-banner-section .banner-search-wrapper input::placeholder {
    color: #a5a5a5;
}

.help-main-wrapper .search-topic-section a {
    color: inherit;
    text-decoration: unset;
    cursor: pointer;
    display: inherit;
}

.help-main-wrapper .search-topic-section .topic-card {
    padding: 24px;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    margin-bottom: 24px;
    display: inline-block;
}

.help-main-wrapper .search-topic-section .topic-card:hover {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}

.help-main-wrapper .search-topic-section .topic-card .topic-icon {
    margin-bottom: 16px;
    display: block;
}

.help-main-wrapper .search-topic-section .topic-card .topic-card-title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.help-main-wrapper .search-topic-section .topic-card .topic-card-desc {
    color: #707976;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

.help-main-wrapper .search-topic-section .more-help-btn .btn {
    padding-right: 16px;
}

.help-main-wrapper .more-resource-section a {
    color: inherit;
    text-decoration: unset;
    width: 100%;
    cursor: pointer;
}

.help-main-wrapper .more-resource-section .more-resource-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 24px;
    border-radius: 8px;
    background-color: #f8faf8;
    margin-bottom: 24px;
}

.help-main-wrapper .more-resource-section .more-resource-card:hover {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}

.help-main-wrapper .more-resource-section .more-resource-card .more-resource-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400;
}

.help-main-wrapper .more-resource-section .more-resource-card>div:last-child svg {
    width: 56px;
    height: 56px;
}

.help-main-wrapper .more-resource-section .more-resource-card .more-resource-icon {
    background: #E8F2EF;
    width: 74px;
    height: 74px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.help-main-wrapper {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.rhs-cont {
    padding: 0;
    border: 0;
    width: 100%;
}

.help.lhs-tree {
    display: none;
}

div#scroll {
    padding: 0;
    max-width: 100% !important;
}

#commonHeader {
    min-height: 91px;
}

#zws_resContainer7 {
    max-width: 1200px;
    margin: 70px auto;
    display: block;
}

.ws_moreoptionouter {
    padding-bottom: 80px !important
}

.srch-div {
    padding: 80px 0 60px;
    --bg-img-left: url(../images/scroll-bg.svg) no-repeat scroll left;
    --bg-img-right: url(../images/scroll-bg.svg) no-repeat scroll right;
    background: var(--bg-img-left), var(--bg-img-right);
    background-color: #D7E9E3;
}

#header-mainsec .headerinner {
    position: fixed;
    top: 41px;
}

div#header-mainsec {
    position: relative;
}

.srch-div .tab-search-results {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.srch-div .head-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.srch-div label {
    margin: 0 auto 16px;
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -1.15px;
    font-weight: 600;
    display: block !important;
    text-align: center;
}

.srchbox {
    max-width: 820px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 16px;
}

.srch-div .ws_qryinnerdiv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.srch-div input {
    width: 100% !important;
    background: #ffffff;
    padding: 0 24px 0 46px;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0 3px 5px #bad8cf;
    box-shadow: 0 3px 5px #bad8cf;
    height: 60px;
    outline: none;
}

.bcs-searchbox-btn {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItc2VhcmNoIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ij48L2NpcmNsZT48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiPjwvbGluZT48L3N2Zz4=)no-repeat scroll center center;
    min-width: 32px;
    width: 32px;
    height: 32px;
    right: -40px;
}

.most-search-card-wrapper a,
.most-search-card-wrapper .topic-card {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    header:not(.abheader) #header-mainsec {
        position: relative;
    }
}

@media (max-width: 575.98px) {
    .help-main-wrapper .more-resource-section .more-resource-card>div:last-child svg {
        width: 36px;
        height: 36px;
    }
}