body {
    background-color: #E8E8E8;
}
header.navbar-fixed-top {
    display: none;
}
h1, h2, h3, h4, .ps_subtitle_sm {
    font-family: 'Satoshi' !important;
}
.PS-banner {
    color: #fff;
    padding: 180px 0 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 8px solid #E8E8E8;
    border-bottom: 0;
    border-radius: 25px;
}
.blurBox {
    background: rgba(74, 74, 74, 0.5);
    border: 1px solid rgba(183, 183, 183, 0.49);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px;
}
.blurBox p.ps_subtitle_sm {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}
.section_small_title {
    color: #6F9631;
    font-size: 17px;
    letter-spacing: 21%;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Satoshi' !important;
}
.ps_title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 20px;
}
.ps_title2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
}
.ps_title span {
    color: #F89937;
    font-weight: 500;
}
.blurBox p {
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
	line-height: 30px;
}
.ps_bannerList {
    list-style: none;
    padding-left: 0;
    padding-top: 30px;
}

.ps_bannerList li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.ps_bannerList li:last-child {
    margin-bottom: 0px;
}
.ps_bannerList li img {
    max-width: 35px;
}
.listTitles h4 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}
.listTitles h5 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}
.right-side-box {
    margin-left: -40px;
    padding-left: 80px;
}
.form-code label {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.form-code input {
    color: #fff;
    background: rgba(0, 0, 0, 0.32);
    border: 0;
    outline: 0;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.form-code input[type="submit"] {
    background: #F89937;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 50px;
    margin-bottom: 0;
}
/* Buttons CSS */
/* button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px 60px;
}
button::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #fff;
    clip-path: polygon(100% 0%, 60% 0%, 100% 100%);
    transform: scale(0.2);
    transform-origin: top right;
    transition: transform 0.4s ease, clip-path 0.4s ease;
    z-index: -1;
}
button:hover::before {
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
} */
/* Buttons CSS  End*/
.bannerFormContnet {
    padding: 0 20px 10px;
}

.logos {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(183, 183, 183, 0.49);
    border-top: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-radius: 25px;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.PS-why-prepaid {
    padding: 60px 0;
}
.dark-title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    color: #171A20;
}
.dark-title span {
    color: #F89937;
}
.ps-dark-disc p {
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #171A20;
	line-height: 30px;
}
.why-prepaid2 {
    margin-top: 60px;
}
.orange-title {
    font-size: 34px;
    line-height: 1.1em;
    font-weight: 700;
    color: #F89937;
    margin-bottom: 30px;
}
.PS-why-prepaid img, .PS-what-included img {
    border-radius: 25px;
    width: 100%;
}
.why-prepaid2-cont {
    width: 100%;
    max-width: 400px;
}

.PS-what-to-expect {
    color: #fff;
    padding: 60px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wte-box-icon img { width: 21px; }
.what-to-exp-cont {
    padding-left: 85px;
    margin-bottom: 40px;
}
.what-to-exp-inner {
    position: relative;
    padding: 1px 0;
}
.what-to-exp-inner:before {
    content: "";
    position: absolute;
    left: 40px;
    height: 100%;
    width: 3px;
    border-radius: 25px;
    background-color: #E76824;
}
.light-title {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
}
.light-title span {
    color: #E76824;
}
.ps-disc p {
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
	line-height: 30px;
}
.wte-boxes {
    background: rgba(9, 9, 9, 0.35);
    border: 1px solid #B7B7B7;
    border-radius: 15px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 30px 50px;
    margin-bottom: 30px;
}
.wte-boxes-title {
    display: flex;
    align-items: start;
    gap: 20px;
}
.wte-boxes h3 {
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
.wte-boxes h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.wte-boxes h5 {
    font-family: 'Satoshi';
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}

.PS-what-included {
    padding: 60px 0;
}
.PS-what-included h2 {
    color: #4A4A4A;
    margin-bottom: 30px;
}
.PS-what-included h2 span {
    color: #E76824;
}
.what-included-cont {
    width: 100%;
    max-width: 390px;
}
.what-included-boxes {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.what-included-boxes img {
    width: 100%;
    max-width: 20%;
    margin-bottom: 15px;
}
.what-included-boxes h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #4A4A4A;
}
.what-included-boxes .ps-dark-disc {
    margin-bottom: 40px;
    width: 100%;
    max-width: 280px;
}

.PS-real-world {
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 8px solid #E8E8E8;
    border-radius: 25px;
}
.real-world-left {
    padding-top: 60px;
}
.real-world-blur-box {
    background: rgba(74, 74, 74, 0.19);
    border: 1px solid rgba(248, 153, 55, 0.45);
    border-radius: 25px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 40px;
    margin-top: 60px;
    margin-bottom: -20px;
}
.real-world-blur-box h6 {
    font-family: 'Satoshi';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}
.real-world-blur-box h3 {
    font-weight: 400;
    font-size: 30px;
    color: #F89937;
    margin: 10px 0 30px;
    line-height: 1.1;
}
.real-world-blur-box h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
}

.real-world-right-box {
    background: rgba(74, 74, 74, 0.19);
    border: 1px solid rgba(248, 153, 55, 0.45);
    border-radius: 25px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 80px 30px 40px;
    margin-top: -40px;
    margin-left: 40px;
}
.price-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F8993780;
    padding: 20px 0;
    gap: 10px;
    margin: 0 30px;
}
.real-world-price-listing .price-list-item:last-child {
    border-bottom: 0;
}
.real-world-right-box h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.2;
}
.real-world-right-box h6 {
    font-family: "Stack Sans Notch", sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 0;
}
.highlight-price {
    background: rgba(248, 153, 55, 0.28);
    border-radius: 25px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 25px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 1px rgba(255, 255, 255, 0.08), 0 0 1px rgba(255, 180, 100, 0.12);
    gap: 10px;
}
.real-world-left-list h5 b {
	font-weight: 700;
}
.real-world-right-box .ps-disc {
    padding: 0 30px;
}

.PS-what-included.PS-are-you-fit {
    padding: 80px 0 60px;
}
.PS-are-you-fit .what-included-boxes {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	padding-left: 10px;
    padding-right: 10px;
}
.are-you-fit-box {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgb(255 255 255 / 45%) 50%, rgba(0, 0, 0, 0.05) 100%);
    border-radius: 20px;
    padding: 30px 40px 10px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ffffff91;
    border-bottom: 1px solid #ffffff91;
}
.are-you-fit-box .ps-dark-disc {
	margin-bottom: 0;
}
.are-you-fit-box h4 {
	line-height: 30px;
    font-weight: 700;
}

.PS-faq {
	background: #fff;
    border-radius: 25px;
    border: 8px solid #E8E8E8;
    padding: 80px 0;
}
.PS-faq h2 {
    font-weight: 500;
    color: #4A4A4A;
	margin-bottom: 20px;
}
.PS-faq h2 span {
    font-weight: 900;
	color: #E76824;
}
.PS-faq .accordion-item {
	border: none;
	border-top: 1px solid #F89937;
}
.PS-faq .accordion-button {
	font-size: 24px;
    color: #4A4A4A;
    padding: 20px 10px 20px 0px;
}
.PS-faq .accordion-button:not(.collapsed) {
	color: #E76824;
    background-color: transparent;
    box-shadow: none;
}
.PS-faq .accordion-button:focus {
	box-shadow: none;
	border: none;
}
.PS-faq .faq-accordion {
	padding-top: 30px;
}
.PS-faq .accordion-body {
	padding: 0 0 10px;
}
.PS-faq .faq-accordion a {
    color: #6F9631;
    transition: all 0.2s;
}
.PS-faq .faq-accordion a:hover {
    color: #E76824;
}
.PS-faq .accordion-button::after {
	background-image: url('https://rxsun.com/wp-content/uploads/2026/06/faq-right-arrow.svg');
	width: 13px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}
.PS-faq .accordion-button:not(.collapsed)::after {
	background-image: url('https://rxsun.com/wp-content/uploads/2026/06/faq-right-arrow.svg');
	transform: rotate(90deg);
}


/*CTA Section*/
.finalCTA {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    border-radius: 25px;
    border: 8px solid #E8E8E8;
    border-top: none;
    position: relative;
    overflow: hidden;
}
.finalCTA:before {
    position: absolute;
    content: '';
    width: 100%; height: 100%;
    top: 0; left: 0;
    background: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    z-index: 1;
}

.ps_cta {
    text-decoration: none;
    background: #F89937;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 30px;   
    display: inline-block; 
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #F89937;
}
.ps_cta:hover, .ps_cta:focus {
    text-decoration: none;
    color: #6F9631;
    border-color: #6F9631;
    background-color: transparent;  
}
.ps_cta:hover:after, .ps_cta:focus:after {
    background: #6F9631;
}
.ps_cta span {
    position: relative; z-index: 2;
}
.ps_cta::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transition: all 0.3s ease;
}


/*Header*/
.PS-banner2 { padding-top: 180px; }
.border-header {
    position: fixed;
    top: 8px;
    border-left: 8px solid #E8E8E8;
    border-right: 8px solid #E8E8E8;
    width: 100%;
    z-index: 9999;  
    transition: all 0.3s;
}
.navbar-default div {
    width: 100% ;
}
.ps-header ul#menu-ps-menu {    
    flex-direction: row;
    gap: 30px;
}
.ps-header .rx-header-inner { border: none; }
.ps-header .rx-header-default .navbar-nav > li > a { 
    text-decoration:none; 
    font-family: 'Satoshi';
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    max-width: 95px;
    text-align: center;
    color: #fff;
}
.border-header.border-header-fixed {
    border-width: 0px;
    top: 0px;
}

.ps-header .navbar-nav>li>a:focus, .ps-header .navbar-default .navbar-nav>li>a:hover, .ps-header .navbar-nav>li .sub-menu>li>a:hover,
.ps-header li.current-menu-item a {
    color: #F89937 !important;
}
.ps-header .navbar-nav>li>a:after, .ps-header .navbar-nav>li.current-menu-item>a:after {
    background: #f89937 !important;
}
.ps-header ul.sub-menu {
    background: #6F9631 !important;
}

.ps-header .rx-header-default .navbar-nav>li {
    display: flex;
    align-items: center;
    float: none;
}
.ps-header.blurBox { border-radius: 13px; }
.border-header.border-header-fixed .ps-header.blurBox { border-radius:0px; }

.ps-header .siteLogo img {
    width: 100%; max-width: 120px;
}

.navigationNumber {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerNumber a {
    font-family: "Stack Sans Notch", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;    
}
.headerNumber:hover a, .headerNumber:hover i  {
    color: #E76824;
}
.headerNumber i {
    font-size: 18px;
    color: #fff;
    margin: 0 5px;
    transition: all 0.2s; 
}
.ps-header .navbar-right { float: unset !important; margin: 0px !important; }

#rmp_menu_trigger-2113:before {
    display: none;
}
#rmp_menu_trigger-2113 {
    top: 20px !important;
}
.rmp-menu-additional-content a {
    color: #fff;
}
#rmp_menu_trigger-2113, #rmp_menu_trigger-2113.is-active {
    background: #E76824 !important;
}
@media (max-width: 1024px) {
    .headerNumber { display:none; }
    .navigationNumber { justify-content:flex-end; }
}



/*Footer*/
.rx-site-footer { display:none; }
.ps-footer {
    background-color: #090949;
    padding: 80px 0;
}
.ps-footer p, .ps_footer_links a {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Inter';
    line-height: 1.8;
    letter-spacing: -2.5%;
    flex-wrap: wrap;
}
.PoweredBy {
    position: absolute;
    width: 100%;
    max-width: 240px;
    right: 0;
    top: 8px;
}
.PoweredBy img { width:100% }
.ps_footer_links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}
.ps_footer_links a {
    font-size: 16px;
    text-decoration: none;  
    transition: all 0.2s;
}
.ps_footer_links a:hover {
    color: #F89937;
}
@media (max-width: 1024px) {
    .PoweredBy { position:relative; top: unset; right: unset; margin: 15px auto 0; }
    .ps-footer p { font-size:16px; }
    .ps_footer_links a { font-size: 14px; }
    .ps-footer { padding: 60px 0; }
    .ps_footer_links { margin-top: 40px; }
    img.PoweredBy { max-width: 160px; }
}

@media (max-width: 575px) {
    .ps-footer { padding: 40px 0 80px; }
    .ps_footer_links { margin-top: 20px; }
    img.PoweredBy { max-width: 140px; }
}




/*Responsive*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width:1400px !important }
    .ps_title, .light-title, .dark-title { font-size: 80px; line-height:80px; }
    .PS-banner .blurBox_left { padding-top:100px; padding-bottom: 100px; }
    .blurBox p, .ps-dark-disc p, .ps-disc p, .ps-footer p, .ps_footer_links a, .section_small_title  { font-size: 19px; line-height: 32px; }    
    .ps_title2 { font-size: 45px; }
    .listTitles h4 { font-size: 26px; }    
    .orange-title { font-size: 38px; line-height: 40px; }
    .wte-boxes h3 { font-size: 58px; line-height:50px; }
    .wte-boxes h4, .wte-boxes h5, .what-included-boxes h4, .PS-faq .accordion-button { font-size: 28px; line-height:32px; }
    .are-you-fit-box h4 { line-height: 34px; }
    .real-world-right-box h5 { font-size:20px; }     
    .real-world-right-box h6 { font-size: 26px; }
    .real-world-blur-box h3 { font-size: 35px; }

    .what-included-cont { max-width: 440px; }
    .why-prepaid2-cont { max-width: 427px; }
    .ps-header .siteLogo img { max-width: 150px }
    .ps_bannerList li img { max-width: 38px }
    .blurBox { padding: 50px 60px; }
    .right-side-box, .what-to-exp-cont { padding-left: 120px; }
    .ps-header ul#menu-ps-menu { gap: 45px; }

    .ps-header .rx-header-default .navbar-nav>li>a { font-size: 13px; }
    .headerNumber a { font-size: 28px; }
    .headerNumber i { font-size: 22px; }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width:1300px !important }
    .PS-banner .blurBox_left { padding-top:80px; padding-bottom: 80px; }
}

@media (max-width: 1200px) {
    .ps-header ul#menu-ps-menu { gap: 15px !important; }
    .blurBox p.ps_subtitle_sm { font-size:11px; }
    .ps_title, .dark-title, .light-title { font-size:60px; line-height:1 }
    .ps_title2, .orange-title { font-size: 30px; }
    .listTitles h4, .wte-boxes h4, .wte-boxes h5, .what-included-boxes h4, .are-you-fit-box h4, .real-world-right-box h6, .PS-faq .accordion-button { font-size: 22px; }
    .listTitles h5 { font-size: 17px; }
    .section_small_title, .real-world-right-box h5, .real-world-blur-box h5, .ps-footer p, .ps_footer_links a { font-size: 16px; }
    .real-world-blur-box h6 { font-size: 14px; }
    .wte-boxes h3 { font-size: 40px; }     
    .real-world-blur-box h3 { font-size: 25px; }
    .PS-faq .accordion-button::after { width:10px; height:20px; }
    .logos { gap: 40px; }
    .logos .logo-reel { width: 24%; }
}


@media (max-width: 1024px) {
    .ps_title, .dark-title, .light-title { font-size: 50px; }
    .ps_title2, .orange-title { font-size: 25px; }
    .listTitles h4, .wte-boxes h4, .wte-boxes h5, .what-included-boxes h4, .are-you-fit-box h4, .real-world-right-box h6, .PS-faq .accordion-button { font-size: 20px; }
    .listTitles h5 { font-size: 15px; }


    .PS-banner { padding: 140px 0 40px; }
}


@media (max-width: 991px) {
    .section_small_title, .real-world-right-box h5, .real-world-blur-box h5, .ps-footer p, .ps_footer_links a { font-size: 16px; }
    .PS-why-prepaid { padding: 40px 0; }
    .real-world-blur-box, .why-prepaid2 { margin-top: 30px; }
    .real-world-blur-box { padding: 25px; }
    .real-world-right-box { padding: 40px 25px; }
    .are-you-fit-box { padding:20px 25px 10px; }
    .finalCTA { padding: 70px 0; }
    .PS-are-you-fit .what-included-boxes { grid-template-columns: repeat(2, 1fr); }
    .right-side-box { padding: 40px; margin-left:0px; margin-top: 20px;}
}
@media (max-width: 767px) {        
    .PS-why-prepaid .dark-title, .PS-what-included h2 { margin-bottom: 15px; }
    .orange-title { margin-bottom:10px; }
    .why-prepaid2-cont, .what-included-cont { max-width: 100%; margin-bottom: 20px; }
    .what-included-boxes { padding-top:30px; }
    .wte-box-heading {   display: flex;   gap: 10px; }
    .PS-what-included { padding-bottom:0px; }
    .PS-real-world { padding-bottom: 60px; }
    .real-world-blur-box { margin-bottom: 20px }
    .real-world-right-box { margin:0 }
    .PS-what-included.PS-are-you-fit, .PS-faq { padding: 60px 0px; }
    
}

 
@media (max-width: 575px) {
    .ps_title, .dark-title, .light-title { font-size: 40px; }
    .blurBox p { font-size: 15px; line-height: 28px; }
    .blurBox p.ps_subtitle_sm { font-size: 11px; }
    .listTitles h5 { font-size: 14px; }
    .ps_title2, .orange-title { font-size: 22px; }
    .listTitles h4, .wte-boxes h4, .wte-boxes h5, .what-included-boxes h4, .are-you-fit-box h4, .real-world-right-box h6, .PS-faq .accordion-button  { font-size: 18px; }
    .ps_bannerList { padding-top: 10px; }
    .ps_bannerList li img { width: 25px; }
    .logos { padding: 10px 20px; }
    .PS-banner { padding: 110px 0 40px; }
    .blurBox { padding: 25px; }
    p.section_small_title { font-size: 12px; }
    .real-world-blur-box, .why-prepaid2 { margin-top:10px; }
    .logos .logo-reel img { width: 100%; }
    .PS-what-to-expect { padding: 40px 0 }
    .what-to-exp-inner::before { left: 10px; }
    .what-to-exp-cont { padding-left: 30px; }
    .wte-boxes { padding: 25px; }
    .wte-boxes h3 { font-size: 30px; line-height: 1; margin-bottom: 0px; }
    .wte-box-heading { flex-wrap:wrap;  margin-bottom: 10px; border-bottom: 1px solid #6e6e6e; padding-bottom: 10px; }
    .PS-what-to-expect { padding-bottom: 10px; }
    .PS-what-included { padding-top: 40px; }
    .what-included-boxes .ps-dark-disc { margin-bottom: 30px; }
    .real-world-left { padding-top: 40px; }
    .PS-real-world .light-title { margin-bottom: 20px; }
    .real-world-blur-box { margin-top: 20px; }
    .real-world-blur-box h3 { margin-bottom: 15px; }
    .real-world-right-box { padding: 25px; }
    .price-list-item { margin: 0px; }
    .real-world-right-box .ps-disc { padding:0px; }
    .PS-what-included.PS-are-you-fit, .PS-faq, .finalCTA { padding: 40px 0 }
    .PS-are-you-fit .what-included-boxes { grid-template-columns: repeat(1, 1fr); }
}
