section {
    padding: 50px 20px;
}

.consulting-type {
    margin-top: 30px;
}

.consulting-type span {
    color: rgb(60, 60, 60);
}

button {
    width: 100%;
    margin-top: 15px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin-top: 30px;
}

.info {
    background: #aaf7fa;
    color: #1e5a5c;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.module {
    margin-top: 20px;
}

h1 {
    font-weight: bold;
}