.falcon .or {
    margin: 0 auto;
    font-size: 32px;
    text-align: center;
    color: hsl(224deg 92% 33%);
}

.falcon-head {
    background: #0731A1;
    color: white;
    font-family: "brandongrotesqueweb-bold" !important; 
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
}

.falcon-head h2 {
    color: white;
    font-weight: 700;
    font-style: italic;
    font-size: 42px;
    line-height: 1;
    font-family: "brandongrotesqueweb-bold" !important; 
}

.falcon-head div {
    font-family: "brandongrotesqueweb-bold" !important; 
}


.or {
    font-family: "brandongrotesqueweb-bold" !important; 
}

.legal {
    font-family: "brandongrotesqueweb-bold" !important;     
}

.falcon-body {

    background: #E6E7E8;
    color: #0731A1;
    padding-top:20px;
    padding-bottom:20px;
}

.cellular-pairing,
.family-setup {
    width: 45%;
    display: grid;
}

.falcon li:before {
    background-color: #0731A1 !important;
}

.cellular-family-wrap {
    display: flex;
    justify-content: center;
    padding-left:10px;
    padding-right:15px;
}
.falcon-body ul {
    margin-left: 10% !important;
}
.cellular-head,
.family-head {
    font-size: 32px;
    text-align: center;
    color: #0731A1;
    line-height: 1;
    margin-bottom: 2rem;
    font-family: "brandongrotesqueweb-bold" !important; 
}

.cellular-subhead,
.family-subhead,
.falcon-legal {
    text-align: center;
    font-family: "brandongrotesqueweb-regular" !important; 
}

.cellular-subhead strong {
        font-family: "brandongrotesqueweb-regularr" !important; 
}

.family-subhead strong {
        font-family: "brandongrotesqueweb-regular" !important; 
}


.cellular-family-wrap li {
        font-family: "brandongrotesqueweb-regular" !important; 
}

.falcon-legal {
    margin: 2rem auto 0;
    line-height: 1;
    max-width: 650px;
}


.falcon-legal strong {
    font-family: "brandongrotesqueweb-bold" !important; 
}

@media screen and (max-width: 767px) {
    .cellular-family-wrap {
        display: block !important;
    }

    .cellular-pairing,
    .family-setup {
        width: 100%;
    }

    .falcon .or {
        margin: 2rem auto;
    }
}

@media screen and (min-width: 768px) {
    .falcon li {
        font-size: 20px !important;
    }
}

.column .copy h4 {
font-size: 18px;
}