.c-support { display: flex; margin-top: 50px; background: #96C13D; border-radius: 15px; overflow: hidden; justify-content: center; align-items: center; h2 { margin: 0 auto; font-style: italic; font-weight: 400; font-size: 34px; line-height: 47px; letter-spacing: -0.02em; color: #ffffff; span { color: #007880; } } figure { margin: 0; font-size: 0; position: relative; } a { width: 100%; margin: 40px auto 0; font-weight: 600; font-size: 22px; line-height: 28px; color: #ffffff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px 22px 14px 28px; background: #007880; border-radius: 5px; transition: all $ease-dynamic 350ms; &:hover { background: $color-yellow; } } } .c-support__content { padding: 16px 32px 30px 32px; }