diff --git a/src/styles/features.scss b/src/styles/features.scss index de06f69..d9106d6 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -49,11 +49,14 @@ .features-top-right { display: flex; flex-direction: column; - padding: 18px 8px; + justify-content: center; + align-items: center; + margin: auto; + padding: 6px 8px; width: 55%; - height: 100%; background-color: var(--haq-blue); border-radius: 15px; + height: 100%; } .features-bottom-left {