.calendar { background: #F1F1F1; height: 100%; min-height: 100vh; font-family: "LabGrotesque", sans-serif; .container { max-width: 1160px; margin-top: 23px; @media (max-width: 570px) { margin-top: 0; } } .summary__info { padding-right: 25px; } .profile__calendar { margin-top: 20px; } &__back { text-decoration: none !important; color: black !important; font-size: 14px; div { display: flex; column-gap: 20px; } } &__profile { margin-top: 42px; } &__btn { transition: all 0.3s ease; &:hover { transform: scale(1.02); } } }