@import './colors.css';

h1 {
  font-size: 30pt;
}

p > b {
  font-weight: bold;
  color: black;
}

.landing-image-container {
  background: url('./../assets/images/other-pages/about-header-image-mobile.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: center !important;
  background-position-x: center !important;
}

 h1 ,h2, h3, h4 {
     margin-bottom:2em;
 }

h3, h4 {
    color: #0072c0
}

.usp-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .usp-row img {
        height: 80px !important;
        width: auto;
        margin: 0 auto 1rem;
    }

    .usp-row .col p {
        color: black;
        width: 100%;
        padding-bottom: 0 !important;
    }

    .usp-row p {
        font-weight: bold;
    }

    .usp-row .col {
        position: relative;
        flex: 0 0 44%;
        padding: 2rem 1rem;
        background: #f5f5f5;
        border-radius: .3rem;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
        margin-bottom: 2%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .usp-row .col p::after {
            font-family: 'Font Awesome 5 Free';
            content: "\f058";
            position: absolute;
            color: green;
            display: flex;
            justify-content: center;
            align-items: center;
            right: 1rem;
            top: 0;
            font-size: 2rem;
            opacity: .5;
        }

.WidgetTitle__Header-sc-ruy1gu-2 {
    color: #0072c0 !important
}
/* ------------ Responsive Breakpoints ------------ */
@media only screen and (max-width: 600px) {
    .usp-row .col {
        flex: 0 0 100%;
        padding: 2rem 0 !important;
    }

    .usp-row img {
        height: 80px !important;
        width: auto;
        margin: 0 auto 1rem;
    }
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 40pt;
    }

    p {
        font-size: 13pt !important;
        letter-spacing: 1px;
    }

    .landing-image-container {
        background: url('./../assets/images/other-pages/faq-header-image.jpg');
    }
}

@media only screen and (min-width: 1216px) {
    .usp-row .col {
        flex: 0 0 29%;
    }

    .usp-row img {
        height: 100px;
    }
}
