/* Customer Assurance */ .customer-assurance{ background-color: var(--accent-color); background: var(--accent-gradient-bg); padding: 60px; } .customer-assurance__content{ max-width: 960px; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-content: center; align-items: center; gap:30px; } .customer-assurance__check{ order: 0; flex: 0 1 auto; align-self: auto; } .customer-assurance__check .fa{ font-size: 125px; line-height: 125px; height: 125px; } .customer-assurance__detail{ order: 0; flex: 1 1 auto; align-self: auto; h2{ margin: 0 0 15px; padding: 0; } } .customer-assurance__detail .fa{ display: inline-block; } .customer-assurance__detail p{ font-size: 20px; margin:0; } /* Footer */ footer{ padding:60px; background-color: transparent !important; } .footer__social{ margin-bottom: 60px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-content: flex-start; align-items: center; gap: 30px; } .footer__social__link{ display: flex; border-radius: 500em; background-color: var(--white); height: 50px; width: 50px; flex: 0 1 auto; align-self: auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-content: flex-start; align-items: center; } .footer__links, .footer__badges{ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-content: center; align-items: center; gap: 15px; margin-bottom: 60px; }