.c-planning {
padding: 40px;
background: white;
}
.c-planning__heading {
display: flex;
justify-content: space-between;
}
.c-planning__title {
color: $dark-gray;
margin: 0;
line-height: 1;
}
.c-planning__block-out-button {
background-color: $darkerBlue;
border: none;
padding: 10px 20px;
border-radius: 4px;
color: white;
//font-weight: bold;
font-size: 0.75rem;
cursor: pointer;
}