.section-wrap {
    padding-bottom: 50px;
}

#drawer {
    overflow: hidden;
    height: 0;
    transition: height .2s;
}

#desk {
    cursor: pointer;
    position: relative;
    top: -40px;
    margin: 0 auto;
    width: 80px;
    background: none;
    height: 40px;
    transition: background .3s;
}

#desk:hover {
    background: rgba(60, 60, 60, 0.1);
}

.pricing-title {
    background: white;
}

.pricing-title > h3 {
    border: none;
    padding: 24px 0 5px 0;
    color: black;
}

.pricing-price {
    background: white;
    border: none;
}

.p-30 {
    padding: 0 30px;
}