body {
    font-family: "Libre Franklin", sans-serif;
}

a:hover {
    text-decoration: underline;
}

.icon .fa {
    font-size: 2em;
    color: white;
}

.block-7 .btn {
    position: relative;
    width: 100%;
}

.block-7 .price {
    line-height: 1.0;
}

.ftco-faqs .myaccordion .btn {
    text-transform: none;
}

.cases-wrap .text h2 {
    font-size: 1.6em;
}

@media (min-width: 992px) {
    .cases-wrap .img {
        width: 400px;
        height: 225px;
    }
}

.background-left {
    background-position: left center;
}

.testimony-wrap .icon {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.testimony-wrap .icon span {
    font-size: 1.4em;
}

.testimony-wrap .name, .testimony-wrap .position {
    color: rgba(0, 0, 0, 0.8);
}

.testimony-section .overlay {
    height: 350px;
}

.cta-pill {
    display: flex;
    position: fixed;
    bottom: 2em;
    right: 2em;
    width: 6em;
    height: 6em;
    background-color: rgb(41, 128, 185);
    text-align: center;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    animation: heartbeat 10s infinite;
    transition: 0.5s;
}

.cta-pill.cta-pill-small {
    width: 4em;
    height: 4em;
}

.cta-pill.cta-pill-small .fa {
    font-size: 2em;
}

.cta-pill:hover {
    background-color: rgb(106, 176, 222);
}

.cta-pill.cta-pill-left {
    left: 2em;
    right: 0;
}

.cta-pill.cta-pill-center {
    left: calc( (100% - 6em) / 2 );
    transform: translateX(calc( (100% - 6em) / 2 ));
}

.cta-pill .fa {
    font-size: 3em;
}

@keyframes heartbeat {
    0% {
        transform: scale( .9);
    }
    20% {
        transform: scale( 1);
    }
    40% {
        transform: scale( .9);
    }
    60% {
        transform: scale( 1);
    }
    80% {
        transform: scale( .9);
    }
    100% {
        transform: scale( .9);
    }
}

.service-section-heading {
    font-size: 1.6em;
    font-weight: bold;
}
