.investmentplan-guaranteed .investmentplan-guaranteed--inner{display:flex;flex-direction:column;gap:36px;padding:30px;align-items:center;text-align:center}
.investmentplan-guaranteed .ipg-title{display:none;color:#005e9e;font-size:20px;font-weight:600}
.investmentplan-guaranteed .ipg-subtitle{font-size:18px;font-weight:600;color:#233253}
.investmentplan-guaranteed .ipg-features{display:flex;flex-direction:column;gap:20px}
.investmentplan-guaranteed .ipg-feature-item{display:flex;gap:16px;flex-direction:column;align-items:center}
.investmentplan-guaranteed .ipg-icon{width:48px;height:48px}
.investmentplan-guaranteed .ipg-feature-text h4{margin:0;font-size:16px;font-weight:600;color:#363636}
.investmentplan-guaranteed .ipg-feature-text p{font-size:15px;font-weight:400;color:#5a5a5a}
.investmentplan-guaranteed .ipg-cta{display:inline-flex;max-width:fit-content;background:#ed1c24;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;line-height:1}
.investmentplan-guaranteed .ipg-cta:hover,.investmentplan-guaranteed .ipg-cta:focus{color:#fff}
@media screen and (min-width:768px){.investmentplan-guaranteed .investmentplan-guaranteed--inner{gap:24px;align-items:unset;text-align:unset}
.investmentplan-guaranteed .ipg-title{display:unset}
.investmentplan-guaranteed .ipg-feature-item{flex-direction:row;align-items:unset}
}