.page-section.deals-value-bridge-graphic svg {
    width: 100%;
}

.page-section.deals-value-bridge-graphic a {
    cursor: pointer;
}

.page-section.deals-value-bridge-graphic .popover.top>.arrow {
    margin-left: 0;
    bottom: -10px;
    top: calc(100% - 1px) !important;
}

.page-section.deals-value-bridge-graphic .popover.top>.arrow::after {
    border-top-color: #f2f2f2;
}

.page-section.deals-value-bridge-graphic .popover {
    background: #f2f2f2;
    border: 0;
    max-width: 500px;
    border-radius: 0;
    z-index: 10;
}

.page-section.deals-value-bridge-graphic .popover .popover-content {
    padding: 1rem;
}

.page-section.deals-value-bridge-graphic .popover .popover-content a.close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 25px;
    display: none;
}

.page-section.deals-value-bridge-graphic .popover .popover-content p {
    font-size: 1rem;
    margin: 0 0 5px;
    cursor: pointer;
}

.page-section.deals-value-bridge-graphic .popover .popover-content ul {
    padding-left: 0;
}

.page-section.deals-value-bridge-graphic .popover .popover-content ul li {
    margin: 0 2rem;
    font-size: 1rem;
}

.page-section.deals-value-bridge-graphic .popover .popover-content ul li:before {
    right: 1.25rem;
}

.page-section.deals-value-bridge-graphic .info-popover-content {
    display: none;
}

@media (max-width: 967px) {
    .page-section.deals-value-bridge-graphic .popover.top>.arrow {
        margin-left: -5px;
    }
}

@media (max-width: 767px) {
    .page-section.deals-value-bridge-graphic .popover.top {
        max-width: 100%;
        width: 100%;
        left: 0 !important;
        margin-left: 0 !important;
    }
    .page-section.deals-value-bridge-graphic .popover.top>.arrow {
        margin-left: -5px;
    }
    .page-section.deals-value-bridge-graphic .popover .popover-content a.close {
        display: block;
    }
}
