.a-sect { --c: #43d882; --r: 10px; --b: 1px solid #eee; max-width: 800px; margin: 0 auto; padding: 10px; } .a-sect > div, .a-sect > p, .a-sect > picture { margin-bottom: 60px; } @media (min-width: 768px) { .a-sect > div, .a-sect > p, .a-sect > picture { margin-bottom: 60px; } } .a-hero { display: block; width: 100%; border-radius: var(--r); margin-bottom: 60px; overflow: hidden; border: 0; } .a-hero img { width: 100%; height: auto; display: block; border: 0; } .a-val { background: #f6dfcf; border-left: 4px solid var(--c); padding: 15px; border-radius: 0 8px 8px 0; } .a-val strong, .a-faq-i strong { display: block; margin-bottom: 5px; } .a-intro strong { display: block; margin-bottom: 20px; margin-top: 0; } .a-intro h2, .a-intro h3, .a-intro h4 { display: block; margin-bottom: 20px; margin-top: 0; } .a-intro h2 strong, .a-intro h3 strong, .a-intro h4 strong { margin-bottom: 0; display: inline; } .a-intro p { margin-bottom: 30px; } .a-intro ul { list-style: none; padding: 0; margin-top: 15px; } .a-intro li:before { content: '✓'; color: var(--c); font-weight: 700; margin-right: 8px; } .a-intro li { margin-bottom: 12px; } .a-tip { position: relative; background: #fff; border-radius: 15px; padding: 55px 20px 30px; text-align: center; box-shadow: 0 4px 15px #0000000d; max-width: 90%; margin-left: auto; margin-right: auto; border: var(--b); } .a-pill { position: absolute; top: 0; left: 50%; translate: -50% -50%; background: var(--c); color: #fff; padding: 10px 30px; border-radius: 30px; font-weight: 700; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 2; } .a-it { font-style: italic; margin: 0; opacity: .8; } .a-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; } @media (width < 600px) { .a-grid { grid-template-columns: 1fr; gap: 20px; } } .a-card { border: var(--b); border-radius: var(--r); padding: 20px 15px; text-align: center; } .a-card img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 10px; } .a-name { font-weight: 700; margin: 15px 0; min-height: 2.5em; display: flex; align-items: center; justify-content: center; line-height: 1.3; } .a-btn { display: inline-block; background: var(--c); color: #fff!important; text-decoration: none!important; padding: 12px 25px; border-radius: 5px; font-weight: 700; transition: opacity .2s; } .a-btn:hover { opacity: .9; } .a-note { text-align: center; opacity: .7; font-style: italic; margin-top: -10px; } .a-usp { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } .a-usp h2, .a-usp h3, .a-usp h4 { grid-column: 1 / -1; text-align: center; margin-bottom: 40px; margin-top: 0; } .a-usp-i { padding: 20px; border-radius: 8px; border-top: 3px solid var(--c); background: #fdfdfd; box-shadow: 0 2px 5px #00000005; } .a-faq { background: #fcfcfc; padding: 30px 20px; border-radius: var(--r); border: var(--b); } .a-faq h2, .a-faq h3, .a-faq h4 { text-align: center; margin-bottom: 40px; margin-top: 0; } .a-faq-i { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e2e8f0; } .a-faq-i:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } .a-faq-i strong { color: var(--c); font-size: 1.1em; margin-bottom: 8px; } .a-faq-i a { color: var(--c); text-decoration: underline; font-weight: 400; }