@@ -7,15 +7,16 @@ text-align: left; flex-direction: column; position: relative; - &__btn{ - transition: all 0.8s ease-in-out !important; - } + &__btn { + transition: all 0.8s ease-in-out !important; + text-align: center; + } &::before { content: ''; position: absolute; top: 0; - visibility: hidden; + visibility: hidden; left: 0; width: 100%; height: 100%; @@ -27,7 +28,7 @@ &:hover { &::before { opacity: 1; - visibility: visible; + visibility: visible; } .tarif__btn { background-color: var(--air-color); @@ -40,8 +41,8 @@ flex-direction: column; align-items: center; margin-bottom: 45px; - position: relative; - z-index: 1; + position: relative; + z-index: 1; } &__badge { @@ -66,8 +67,8 @@ font-size: 25px; letter-spacing: -2%; margin-bottom: 8px; - position: relative; - z-index: 1; + position: relative; + z-index: 1; } &__list { @@ -77,15 +78,15 @@ padding-left: 20px; gap: 4px; margin-bottom: 45px; - position: relative; - z-index: 1; + position: relative; + z-index: 1; } &__btn { border-color: var(--air-color); color: var(--air-color); - position: relative; - z-index: 1; + position: relative; + z-index: 1; } }