﻿.icons {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sub-header {
    font-family: Myriad Pro, Calibri, Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #8e8e93;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bullet-point {
    font-family: Myriad Pro, Calibri, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #3b3b3b;
    text-align: center;
}

.icons-margin {
    margin-bottom: 15px;
}

.bullet-description {
    font-family: Myriad Pro, Calibri, Helvetica, Arial, sans-serif;
    color: #3b3b3b;
    text-align: center;
    font-size: 14px;
    height: 35px !important;
}

.background-desktop {
    max-width: 100%;
}


.background-ipad {
    display: none;
}

.background-mobile {
    display: none;
}

area {
    outline: none;
}


/*Extra Small Devices, Phones*/
@media only screen and (max-width : 375px) {

    .background-mobile {
        max-width: 100%;
        display: initial;
    }

    .background-desktop {
        display: none;
    }


    .bullet-point {
        font-size: 18px;
    }

    .bullet-description {
        font-size: 12px;
    }

    .sub-header {
        font-size: 26px;
        width: 225px;
    }

    .no-gutter {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Small Devices,*/
@media only screen and (min-width: 376px) and (max-width: 568px) {

    .background-mobile {
        max-width: 100%;
        display: initial;
    }

    .background-desktop {
        display: none;
    }

    .bullet-point {
        font-size: 22px;
    }

    .bullet-description {
        font-size: 16px;
    }

    .icons {
        width: 60px;
    }

    .sub-header {
        font-size: 30px;
        width: 250px;
    }

    .no-gutter {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
    .background-ipad {
        max-width: 100%;
        margin-top: 5px;
        display: initial;
    }

    .no-gutter {
        padding-left: 0;
        padding-right: 0;
    }

    .background-desktop {
        display: none;
    }
}
