.faq-card-one {
    background: #FC7B00;
    padding: 24px;
    border-radius: 16px;
}

.faq-card-one span.card-number {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    font-size: 24px;
    font-weight: 500;
    background: #FFF;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-card-one h4,
.faq-card-two h4 {
    font-size: 24px;
    color: #FFF;
    line-height: 30px;
    margin: 16px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.faq-card-one p {
    color: #FFF;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.faq-card-two {
    background: #FFF;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
}

.faq-card-two span.card-number {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    font-size: 24px;
    font-weight: 500;
    background: #FFF;
    border: 1px solid #FC7B00;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-card-two h4 {
    color: #242E30;
    font-weight: 600;
}

ul.faq-card-aws {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 30px;
}

ul.faq-card-aws li {

    background: #FCFCFC;
    border-radius: 16px;
    padding: 16px;
    list-style: none;
}

ul.faq-card-aws li:nth-child(1) {
    width: calc(33% - 15px);
}

ul.faq-card-aws li:nth-child(2) {
    width: calc(67% - 15px);
}

ul.faq-card-aws li img {
    width: 32px;
    height: 32px;
    margin-bottom: 11px;
}

ul.faq-card-aws li h5 {
    font-size: 16px;
    font-weight: 700;
    color: #242E30;
    letter-spacing: 0.5px;
}

ul.faq-card-aws li p {
    letter-spacing: 0.5px;
    font-weight: 500;
}

ul.faq-card-aws li p:last-child {
    margin-bottom: 0px;
}

ul.faq-card-aws li p a.faq-email {
    color: #FC7B00;
    font-weight: 700;
    text-decoration: none;
}

ul.faq-card-aws li p a.faq-email:hover {
    text-decoration: underline;
}

@media(max-width:1199.98px) {
    .page-template-faq .common-banner .banner-content {
        width: 56%;
    }

    .page-template-faq .common-banner img {
        height: 350px;
    }
}

@media(max-width:767.98px) {
    .page-template-faq .common-banner .banner-content {
        width: 100%;
    }

    ul.faq-card-aws li,
    ul.faq-card-aws li:nth-child(1),
    ul.faq-card-aws li:nth-child(2) {
        width: 100%;
    }

    ul.faq-card-aws {
        flex-direction: column;
        gap: 8px;
    }

    .faq-card-two h4 {
        margin: 8px 0px;
        font-size: 20px;
    }

    .page-template-faq .common-banner img {
        height: auto;
    }

    .faq-card-one,
    .faq-card-two {
        padding: 16px;
    }
}