body {
    background-color: #f9fafb!important;
    font-size: 14px!important;
}

.alert {
    position: relative;
    padding: .5rem 1.1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.best-practice-container {
    margin-top: 7rem;
    background: #fff;
}

.heading {
    font-size: 27px;
    color: #139b4a;
    font-weight: bold;
    text-align: center;
}

.font-19 {
    font-size: 19px;
}

.details {
    font-size: 15px;
    color: #00405c;
    margin-bottom: 5px;
    line-height: 25px;
}

.details-link {
    font-size: 14px;
    color: #383838;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 2rem;
}

.signup-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 1rem;
}

.homepage-webinar-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 1rem;
}

.details-info {
    font-size: 14px;
    color: #00405c;
    text-align: center;
}

.quotes-text {
    font-size: 16px;
    color: #023d94;
    font-weight: bold;
    /* font-style: italic; */
    text-align: center;
    margin-top: 15px;
}

.host-name-text {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
}

.host-details {
    font-size: 15px;
    color: #1e1e1e;
    margin-top: 10px;
}

.host-details-link {
    font-size: 24px;
    color: #0c0c0c;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline
}

.text-dark {
    color: #000000 !important;
}

.text-green {
    color: #29a45a!important;
}

.details ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.details ul {
    margin: 2em 0;
}

.details li {
    margin: 5px;
    margin-left: 3em;
}

.details li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    float: left;
    margin-left: -1.5em;
    color: green;
}

:focus {
    outline: none;
}

.head-4 {
    font-size: 2rem;
}

@media (max-width: 576px) {
    .best-practice-container {
        margin-top: 3rem;
        background: #fff;
        padding-top: 1rem;
    }
    .heading {
        font-size: 20px;
    }
    .details {
        font-size: 15px;
        line-height: 24px;
    }
    .details-link {
        font-size: 14px;
    }
    .host-details {
        font-size: 15px;
    }
    .host-name-text {
        font-size: 17px;
    }
    .host-details-link {
        font-size: 20px;
    }
    .signup-btn {
        font-size: 16px;
    }
    .details-info {
        font-size: 13px;
    }
    .quotes-text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .responsive {
        width: 100%;
    }
    .p-class-3 {
        padding: 1rem !important;
    }
    .head-2 {
        margin-bottom: 11px;
        font-size: 1.6rem;
        margin-top: 30px;
    }
    .head-3 {
        font-size: 2rem;
    }
    .head-4 {
        font-size: 20px;
    }
}