:root{
    --container-size: 1140px;
    --ad-banner-container-size: 930px;
}

h3{
    margin-top: 0px !important;
}

.section_title{
    font-size: 36px !important;
    font-weight: 700;
    line-height: 43px !important;
    text-align: center;
    position: relative;
    margin-bottom: 10px !important;
}

.breadcrumbss{
    margin-bottom: 0px !important;
}
/* Banner */
.peerBanner_banner {
    background-color: #FFFAF8;
}

.peerBanner_banner__container {
    max-width: 1140px; /* container size */
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.peerBanner_banner__column {
    flex-grow: 1;
}

.peerBanner_banner__column_meta {
    max-width: 500px;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media only screen and (max-width: 996px) {
    .peerBanner_banner__container {
        flex-direction: column;
    }
    .peerBanner_banner__column_meta {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 512px) {
    .peerBanner_banner__column_meta {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

.peerBanner_banner__heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    margin-bottom: 10px;
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .peerBanner_banner__heading {
        font-size: 38px;
    }
}

.peerBanner_banner__subheading {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.peerBanner_banner__subheading .banner__highlighted-red {
    color: #D52B1E;
}

.peerBanner_banner__description {
    line-height: 27.24px;
    color: #4D4D4D;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-right: 40px;
}

@media only screen and (max-width: 996px) {
    .peerBanner_banner__description {
        padding-right: 0px;
    }
}

.peerBanner_banner__cta-group {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width: 512px) {
    .peerBanner_banner__cta-group {
        gap: 20px;
        justify-content: center;
    }
}

.peerBanner_banner__cta-link {
    /* background: #D52B1E;
    border-bottom: 3px solid #C10E00; */
    background: #ffda00;
    border-bottom: 2px solid #e9c700;
    padding: 14px 70px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    /* color: #fff; */
    color: #000;
    transition: .2s all ease-in-out;
    text-decoration: none;
    border-radius: 5px;
}

.peerBanner_banner__cta-link:focus,
.peerBanner_banner__cta-link:hover,
.peerBanner_banner__cta-link:active {
    /* color: #fff; */
    color: #000;
}

.peerBanner_banner__cta-link:hover {
    transform: translateY(-2px);
    /* filter: brightness(115%); */
    filter: brightness(105%);
}

@media only screen and (max-width: 512px) {
    .peerBanner_banner__cta-link {
        width: 100%;
        text-align: center;
    }
}

.peerBanner_banner__pricing-group {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
}

.peerBanner_banner__delivery-label {
    grid-area: 1 / 1 / 1 / 3;
    font-size: 14px;
    font-weight: 400;
    line-height: 12.76px;
    text-align: center;
}

.peerBanner_banner__original-price {
    font-size: 18.37px;
    font-weight: 700;
    line-height: 21.27px;
    text-align: center;
    position: relative;
    align-self: center;
    color: #4D4D4D;
}

.peerBanner_banner__original-price:after {
    content: "";
    display: block;
    width: 105px;
    height: 2px;
    background-color: #4D4D4D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
}

.peerBanner_banner__discounted-price {
    align-self: center;
    font-size: 36.31px;
    font-weight: 800;
    line-height: 48.99px;
    text-align: center;
    color: #D52B1E;
}

/* .peerBanner_banner__discounted-price small {
    font-size: 16.7px;
    font-weight: 600;
    line-height: 36.71px;
    text-align: center;
} */

.peerBanner_banner__column_media {
    background-size: contain !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    width: 100%;
}

@media only screen and (max-width: 996px) {
    .peerBanner_banner__column_media {
        min-height: 300px;
    }
}

/*review coverage*/
.reviewCoverage {
    padding-top: 60px;
    padding-bottom: 60px;
}

.reviewCoverage__container {
    max-width: 1140px; /* container size */
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 996px) {
    .reviewCoverage__container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 512px) {
    .reviewCoverage__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.reviewCoverage__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.58px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.reviewCoverage__content {
    display: flex;
    gap: 60px;
    padding-top: 25px;
    justify-content: space-between;
}

@media only screen and (max-width: 996px) {
    .reviewCoverage__content {
        flex-direction: column;
    }
}

.reviewCoverage__subtitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #1D1D1D; /* subtitle color */
    margin-bottom: 15px;
}

.reviewCoverage__content-col-meta .reviewCoverage__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 35px;
}

@media only screen and (max-width: 617px) {
    .reviewCoverage__content-col-meta .reviewCoverage__features {
        grid-template-columns: 1fr;
    }
}

.reviewCoverage__step_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: left;
}

.reviewCoverage__step_description {
    font-weight: 400;
    line-height: 24.51px;
    text-align: left;
    color: #1D1D1DB2; /* feature description */

    p {
        font-size: 18px;
        line-height: 25.6px;
    }
}

.reviewCoverage__content-col-pdf {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reviewCoverage__overlay-col {
    position: relative;
    box-shadow: 0px 1px 15px 0px #CCCCCC;
    border-radius: 9px;
}

.reviewCoverage__pdf-media {
    width: 100%;
    min-width: 280px;
    max-width: 320px;
    cursor: pointer;
}

.reviewCoverage__overlay-col:after{
    content: "";
    background: url("../images/peer-review-lite/overlay.png");
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position:  center center !important;
    cursor: pointer;
    background-size: 80px 80px;
    border-radius: 5px;
    transition: .2s all ease-in-out;
}

.reviewCoverage__overlay-col:hover:after{
    opacity: 1;
}

.reviewCoverage__pdf-cta {
    background-color: #D52B1E; /* CTA color */
    color: #ffffff; /* CTA text color */
    border: none;
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    transition: .2s all ease-in-out;
}

.reviewCoverage__pdf-cta:hover {
    filter: brightness(110%);
    cursor: pointer;
    transform: translateY(-2px);
}

.reviewCoverage__pdf-viewer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewCoverage__pdf-viewer-closer-overlay {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: default;
    backdrop-filter: blur(5px);
}

.reviewCoverage__pdf-viewer-inner {
    background-color: #f7f7f7;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: min(80vh, 500px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1), -5px -5px 10px rgba(0, 0, 0, .1);
}
.reviewCoverage__pdf-viewer-inner iframe{
    background-color: #f7f7f7;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: min(80vh, 500px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1), -5px -5px 10px rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 996px) {
    .reviewCoverage__pdf-viewer-inner {
        width: calc(100% - 80px);
    }
    /* .reviewCoverage__pdf-viewer-inner iframe{
        width: calc(100% - 80px);
    } */
}

@media only screen and (max-width: 512px) {
    .reviewCoverage__pdf-viewer-inner {
        width: calc(100% - 40px);
    }
    /* .reviewCoverage__pdf-viewer-inner iframe{
        width: calc(100% - 40px);
    } */
}

.reviewCoverage__pdf-viewer-closer {
    background-color: transparent;
    border: none;
    position: absolute;
    top: -30px;
    right: 0;
    color: rgba(255, 255, 255, .8);
    transition: .2s all ease-in-out;
}

.reviewCoverage__pdf-viewer-closer:hover {
    color: rgba(255, 255, 255, 1);
}

.reviewCoverage__step {
    max-width: 310px;
}

.review-coverage__visble_viewer{
    position: fixed;
    opacity: 1;
}

.review-coverage__invisble_viewer{
    opacity: 0;
    z-index: -99999;
    position: fixed;
}

.reviewCoverage__main-description{
    margin-bottom: 40px !important;
}

/* cta link */
.cta_section {
    padding-top: 0;
    padding-bottom: 60px;
}

.cta__peer-reviewfalse {
    padding-bottom: 0;
}

.cta__container {
    max-width: 1140px; /* container size */
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .cta__container {
        width: auto;
        margin: 0 20px;
    }
}

.cta__container.cta_true {
    background: linear-gradient(97.44deg, #FFF7E3 -52.97%, #E7F9FF 94.49%);
    padding: 30px 0;
    border-radius: 13px;
}

.cta__container a {
    display: inline-block;
    background-color: #147FD4; /* CTA background color */
    border-bottom: 2px solid #0281A8; /* CTA border */
    color: #fff; /* CTA text color */
    background: #ffda00;
    border-bottom: 2px solid #e9c700;
    color: #000;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    border-radius: 4px;
    transition: .2s all ease-in-out;
    text-decoration: none;
    border-radius: 5px;
}

.cta__container a:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.cta__paragraph {
    padding-bottom: 10px;
    max-width: 59%;
    margin: 0 auto;
}

@media only screen and (max-width: 512px) {    
    .cta__paragraph {
        max-width: 100%;
    }
}

.cta__paragraph p {
    margin-bottom: 18.48px;
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
    padding: 0 15px;
    font-weight: 400;
}

/* Benifits */
.benifits {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(to right, #fff, #fff 50%, #FFFAF8 50%, #FFFAF8);
}

@media only screen and (max-width: 996px) {
    .benifits {
        background: unset;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 512px) {
    .benifits {
        padding-bottom: 0px;
    }
}

.benifits__container {
    max-width: 1140px; /* container size */
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media only screen and (max-width: 996px) {
    .benifits__container {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 512px) {
    .benifits__container {
        gap: 20px;
    }
}

.benifits__column {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 996px) {
    .benifits__column {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 512px) {
    .benifits__column {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.benifits__column:has(.benifits__icon-wrap-1) {
    background-color: transparent;
}

@media only screen and (max-width: 996px) {
    .benifits__column:has(.benifits__icon-wrap-1) {
        background-color: #FFFAF8;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 512px) {
    .benifits__column:has(.benifits__icon-wrap-1) {
        padding-top: 20px;
    }
}

.benifits__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
    .benifits__title {
        text-align: center;
    }
}

.benifits__item {
    display: grid;
    gap: 20px;
    grid-template-columns: 42px auto;
}

.benifits__item:last-child .benifits__item-description {
    margin-bottom: 0;
}

.benifits__icon-wrap {
    display: flex;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background-color: #F6F6F6;
    align-items: center;
    justify-content: center;
}

.red-thumb .benifits__icon-wrap{
    background-color: #d52b1e;
}

.benifits__icon-wrap.benifits__icon-wrap-1 {
    background-color: #D52B1E;
}

.benifits__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: left;
}

.benifits__item-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #4d4d4d;
    margin-bottom: 30px;
}

.benifits__item-description span {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: left;
    color: #D52B1E;
}
/* ad banner */

.ad-banner {
    padding-top: 0px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 996px) {
    .ad-banner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 512px) {
    .ad-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ad-banner__container {
    width: 100%;
    max-width: 930px; /* ad banner container size */
    margin: 0 auto;
    background-color: #FFF8E7; /* banner background */
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    /* display: grid;
    grid-template-columns: 130px auto 200px; */
    
    padding: 0 50px; /* unified padding */
    transition: .2s all ease-in-out;
    border-radius: 5px;
    gap: 50px;
    position: relative;
    overflow: hidden;
}


.ad-banner__container a{
    display: grid;
    grid-template-columns: 130px auto 200px;
    text-decoration: none;
    color: #000;
    align-items: center;
    gap: 50px;
}

@media only screen and (max-width: 996px) {
    .ad-banner__container {
        padding: 30px 50px !important;
    }
    .ad-banner__container a{
        grid-template-columns: 1fr 200px;
        gap: 10px 60px;
    }
}

@media only screen and (max-width: 667px) {

    .ad-banner__container a{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}

.ad-banner__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 996px) {
    .ad-banner__title {
        grid-area: 2/1/2/2;
    }
}

@media only screen and (max-width: 667px) {
    .ad-banner__title {
        text-align: center;
        margin-bottom: 30px !important;
    }
}

.ad-banner__right_circle {
    background-color: #FFE8D4;
    position: absolute;
    top: -54px;
    right: -85px;
    display: block;
    width: 377px;
    height: 377px;
    border-radius: 50%;
    z-index: 1;
}

@media only screen and (max-width: 667px) {
    .ad-banner__right_circle {
        top: unset;
        right: unset;
        bottom: -164px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.ad-banner__right_circle_2 {
    background-color: transparent;
    position: absolute;
    top: -74px;
    right: -105px;
    display: block;
    width: 417px;
    height: 417px;
    border-radius: 50%;
    z-index: 1;
    border: 3px solid #D52B1E;
}

@media only screen and (max-width: 667px) {
    .ad-banner__right_circle_2 {
        top: unset;
        right: unset;
        bottom: -184px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.ad-banner__right {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 996px) {
    .ad-banner__right {
        grid-area: 1/2/3/2;
    }
}

.ad-banner__right_inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ad-banner__delivery-text {
    grid-area: 1/1/1/3;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.ad-banner__original-price {
    font-size: 30px;
    font-weight: 700;
    line-height: 34.74px;
    text-align: center;
    position: relative;
    color: #4D4D4D;
}

/* .ad-banner__original-price small {
    font-size: 20.42px;
    font-weight: 400;
    line-height: 23.65px;
    text-align: left;
} */

.ad-banner__original-price:after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background-color: #4d4d4d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
}

.ad-banner__discounted-price {
    font-size: 41.28px;
    font-weight: 700;
    line-height: 47.81px;
    text-align: center;
    color: #D52B1E;
}

.ad-banner__discounted-price small {
    font-size: 30.42px;
    font-weight: 400;
    line-height: 35.23px;
    text-align: left;
}

.ad-banner__delivery-time {
    /* grid-area: 3/1/3/3; */
    font-size: 18px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
}

.ad-banner__container:hover {
    filter: brightness(102%);
    cursor: pointer;
    transform: translateY(-5px);
}

/*how it works*/
.how-it-works {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/peer-review-lite/grad-bg.png");
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.how-it-works__container {
    max-width: 1140px; /* Container size */
    width: 100%;
    margin: 0 auto;
}

.how-it-works__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

.how-it-works__steps {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
}

@media only screen and (max-width: 996px) {
    .how-it-works__steps {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 512px) {
    .how-it-works__steps {
        grid-template-columns: 1fr;
    }
    .how-it-works{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.how-it-works__step {
    position: relative;
}

@media only screen and (max-width: 996px) {
    .how-it-works__step {
        padding: 0 20px;
    }
}

.how-it-works__step_number {
    font-size: 30px;
    font-weight: 700;
    line-height: 40.85px;
    text-align: center;
    color: rgba(213, 43, 30, 0.3); /* Step number text color */
    display: block;
    margin-bottom: 20px;
}

.how-it-works__step_icon {
    max-height: 54px;
    margin-bottom: 20px;
}

.how-it-works__step_title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}

.how-it-works__step_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: rgba(77, 77, 77, 1); /* Step description text color */
}

.how-it-works__step::after {
    content: "";
    position: absolute;
    background: radial-gradient(ellipse at left center, rgba(77, 77, 77, 0.1) 0%, rgba(77, 77, 77, 0.0) 90%, rgba(77, 77, 77, 0) 100%);
    height: 80%;
    width: 2px;
    right: -18px;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
}

@media only screen and (max-width: 512px) {
    .how-it-works__step::after {
        width: 100%;
        right: unset;
        top: unset;
        bottom: -10px;
        height: 2px;
        left: 0;
        background: radial-gradient(ellipse at top center, rgba(77, 77, 77, 0.1) 0%, rgba(77, 77, 77, 0.0) 90%, rgba(77, 77, 77, 0) 100%);
        transform: translateX(0) translateY(0);
    }
}

.how-it-works__step:last-child::after {
    display: none;
}
/*data security*/


/* data security */
.data-security {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../images/peer-review-lite/air_tight_security_c695a17b3f.png') no-repeat center center;
    background-size: cover;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.dataSecurity_additional-servies__container {
    max-width: 1140px; /* or whatever size you need */
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.dataSecurity_additional-servies__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.58px;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    color: #fff !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

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

.lv1-text {
    /* Add any additional styling if necessary */
}

.wd65 {
    width: 65%; /* Adjust as necessary */
    margin: 0 auto;
}

@media only screen and (max-width: 996px) {
    .data-security {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 512px) {
    .data-security {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wd65 {
        width: 100%; /* Adjust as necessary */
        margin: 0 auto;
    }
}



/* aditional service 2 */
.additional-services {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-grad-add {
    position: relative;
}

.bg-grad-add:after {
    content: "";
    display: block;
    opacity: .08;
    background: -moz-linear-gradient(89deg, #da533c 28.61%, #d91ce4 85.33%);
    background: linear-gradient(1deg, #da533c 28.61%, #d91ce4 85.33%);
    -webkit-filter: blur(75px);
    filter: blur(74px);
    width: 100%;
    height: 95%;
    z-index: -1;
    position: absolute;
    top: 12%;
}

.additionalServices_additional-servies__container {
    max-width: 1140px; /* or whatever size you need */
    width: 100%;
    margin: 0 auto;
}

.additionalServices_additional-servies__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.58px;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

.additionalServices_additional-servies__steps {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
}

.additionalServices_additional-servies__step {
    position: relative;
    border: 1px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: blur(20px);
    border-radius: 5px;
    padding: 15px;
}

.additionalServices_additional-servies__step_icon {
    max-height: 54px;
    margin-bottom: 20px;
}

.additionalServices_additional-servies__step_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 25px;
}

.additionalServices_additional-servies__step_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #4D4D4D; /* Adjust color if necessary */
}

@media only screen and (max-width: 996px) {
    .additionalServices_additional-servies__steps {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 512px) {
    .additional-services {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*editor profiles*/
#editors .tabs-sec .tab-content .tab-pane {
    overflow: hidden;
    width: 100%;
}

.editor_section_title{
    font-size: 36px;
    font-weight: 700;
    line-height: 43.58px;
    text-align: center;
    position: relative;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

div#editors {
    margin-top: 0px !important;
}

/* FAQ */
.section_title_faq{
    font-size: 36px !important;
    font-weight: 700;
    line-height: 43.58px;
    text-align: center;
    position: relative;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
}