.get-prepared .get-prepared-title {
    margin: 0 0 .625rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 100;
    text-transform: capitalize;
    color: #151945;
    margin-bottom: 3.125rem;
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-title {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}
.get-prepared .get-prepared-title:before {
    content: '';
    background: #22A2FF;
    width: 3.75rem;
    height: .125rem;
    display: block;
    margin-bottom: .9375rem;
}
@media all and (min-width: 992px) {
    .get-prepared .get-prepared-title {
        margin-bottom: 5.0625rem;
    }
}

.get-prepared .get-prepared-items-containter {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-items-containter {
        overflow: hidden;
    }
}

.get-prepared .get-prepared-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 3.75rem;
    padding: 0 20px;
}
@media all and (min-width: 992px) {
    .get-prepared .get-prepared-items-containter {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .get-prepared .get-prepared-item {
        display: inline-block;
        -webkit-box-flex: 0;
        -webkit-flex: 1 1 33.3333%;
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
        padding: 0 40px;
    }
}

.get-prepared .get-prepared-item-icon {
    display: none;
    min-height: 64px;
    width: 64px;
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-item-icon {
        color: #151945;
        font-size: 3.375rem;
        display: inline-block;
        vertical-align: top;
        padding-top: 1.25rem;
    }
}
@media all and (min-width: 992px) {
    .get-prepared .get-prepared-item-icon {
        padding: 0;
        font-size: 4rem;
        margin-bottom: 2rem;
    }
}

@media all and (min-width: 768px) {
    .get-prepared .get-prepared-item-data-container {
        display: inline-block;
        width: 80%;
        float: right;
        position: relative;
    }
}

@media all and (min-width: 992px) {
    .get-prepared .get-prepared-item-data-container {
        float: initial;
        width: 100%;
        min-height: 280px;
    }
}

.get-prepared .get-prepared-item-title {
    margin: 0 0 .625rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #151945;
    font-size: 1.25rem;
    text-transform: none;
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-item-title {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
}

.get-prepared .get-prepared-item-content {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    margin-bottom: 0.75rem;
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-item-content {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-item-content {
        font-size: 1rem;
    }
}

.get-prepared .get-prepared-item-cta {
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-item-cta {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .get-prepared .get-prepared-item-cta {
        color: #22A2FF;
    }
}
.get-prepared .get-prepared-item-cta:hover {
    color: #316BB6;
}
@media all and (min-width: 768px) {
    .get-prepared .get-prepared-item-cta {
        font-size: .75rem;
    }
}
