﻿.bg-image {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/site/home-banner.jpg);
    width: 100vw;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    min-height: 375px;
    left: -18px;
    position: relative;
}

 @media (min-width: 768px) {
   .bg-image {
    transform: translateX(-18px);
   }
}

.text-font {
    font-family: 'Lora', serif;
    line-height: 67.2px;
    font-size: 52px;
}

.pb-99 {
    padding-block-end: 99px;
}

.mt-55 {
    margin-block-start: 55px;
}

.p-30 {
    padding: 30px;
}

.bg-body-tertiary {
    background-color: #f5f5f5 !important;
}

.em-text {
    font: inherit;
    font-weight: 400;
}

.terms-container .terms-message {
    border: 1px solid #E1E1E1;
    max-height: 250px;
    min-height: 70px;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 6px;
    line-height: 16px;
}

.fs-small {
    font: inherit;
    font-size: 10.667px !important;
    font-weight: 500;
}
