.danger-background {
    background-color: #F4F4F4;
    border: 1px solid #BC0028;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 10%);
}

.danger-head {
    background-color: #BC0028;
    padding: 20px;
}

.chart-icon {
    font-size: 35px;
}

#progbar {
    position: relative;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.progbar {
    height: 40px;
    width: 100%;
    -webkit-appearance: none;
}

#progbar p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
}

.progbar::-webkit-progress-bar {
    background-color: rgb(200, 204, 216);
    border-radius: 7px;
}

.progbar::-webkit-progress-value {
    background-color: #BC0028;
    border-radius: 7px 0 0 7px;
}

.btn-faq {
    color: #28a745;
    border-style: none;
    font-size: 25px;
    font-family: 'Fira Sans', "sans-serif";
    font-weight: 800;
    padding: 0px 5px;
    width: 90%;
    text-align: left;
}

.btn-faq:hover,
.btn-faq:focus {
    color: #0a3b6c;
    border: none;
    text-decoration: none;
}

#icon-list img {
    max-width: 150px;
    display: block;
    margin: auto;
}

.testi-img {
    margin-top: 20px !important;
}

.fran-center {
    position: relative;
    top: 50%;
    transform: translateY(20%);
}

.fran-center2 {
    position: relative;
    top: 50%;
    transform: translateY(10%);
}

.josh-center {
    position: relative;
    top: 50%;
    transform: translateY(5%);
}

@media (max-width: 640px) {
    .icon-list {
        max-width: 220px !important;
    }

    .w-100 {
        max-width: 100% !important;
    }

    .w-80 {
        max-width: 80% !important;
    }
    
    .testi-img {
       margin-top: 0 !important;
    }

    #progbar p {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .testi-img {
       margin-top: auto !important;
       margin-bottom: auto !important;
    }

    .fran-center {
        position: relative;
        top: 50%;
        transform: translateY(50%);
    }

    .josh-center {
        position: relative;
        top: 50%;
        transform: translateY(20%);
    }
}

