.cl-grid{
    box-sizing: border-box;
    width: auto;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 60% 30%;
}

.pb-pitch h2{
    font-size: 24px;
    font-weight:normal;
}

.pb-pitch h3{
    font-size: 20px;
    font-weight: normal;
}

.pb-pitch p, .pb-pitch ul{
    font-size: 14px;
}

.pb-pitch ul{
    list-style-type: disc;
    margin: 0 0 auto 20px;
}

.install-button-container {
    text-align: center;
    margin-top: 30px;
}

.install-button {
    color: #fff;
    background: #d9534f;
    border-color: #d9534f;
    padding: 1.15em 2.5em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
}

.install-button:hover {
    color: #fff;
    background: #d2322d;
    border-color: #d2322d;
}

.install-button-disabled {
    color: #a7aaad;
    border-color: #dcdcde;
    background: #f6f7f7;
    padding: 1.15em 2.5em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
}