﻿.sfp-home {
    width: 100% !important;
    /*max-width: 1368px !important;*/
    display: block !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    text-align: center !important;
}
    .sfp-home .driver-popover-title {
        font-size: 1.19rem !important;
        font-weight: 800 !important;
        display: block;
        line-height: 1.5;
        margin: 0;
        color: #304869;
        text-align: center !important;
    }


    .sfp-home .driver-popover-description {
        margin-bottom: 0;
        font-size: 1.19rem !important;
        line-height: 1.5;
        font-weight: 400 !important;
        zoom: 1;
        color: #304869;
        text-align: center !important;
    }

    .sfp-home .driver-popover-close-btn {
        all: unset;
        position: absolute;
        top: -10px;
        right: 0;
        width: 32px;
        height: 28px;
        cursor: pointer;
        font-size: 30px;
        font-weight: 500;
        color: #6E7377;
        z-index: 1;
        text-align: center;
        transition: color;
        transition-duration: .2s;
    }

