.calendar-component{width:355px;display:flex;align-items:center;flex-direction:column;margin-top:60px}.calendar-component__month{color:#fff;font-size:18px;font-family:Montserrat-Bold}.calendar-component__days-week{width:90%;display:flex;justify-content:space-between;align-items:center;margin-top:12px;margin-right:3px}.calendar-component__day{color:#acafbe;font-size:13px;line-height:20px;font-family:Roboto-Light;text-transform:uppercase}.calendar-component__days{min-width:100%;display:flex;flex-wrap:wrap}