.sanofi-footer .popover,
.sanofi-footer .popover-content {
    max-width: 440px;
    width: 440px;
    border-radius: 4px;
    font-family: NotoSans;
    height: auto;
}

.sanofi-footer .popover-content {
    padding: 20px 20px 40px;
    text-align: left;
    position: relative;
}

.sanofi-footer .popover-content .dismiss-popup {
    color: #0056a7 !important;
    text-decoration: none !important;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sanofi-footer .popover-content .d-flex {
    display: flex;
    color: #5b646e;
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sanofi-footer .popover-content .d-flex:not(:first-child) {
    padding-top: 10px;
}

.sanofi-footer .popover-content .d-flex:last-of-type {
    border-bottom: none;
}

.sanofi-footer .popover-content .img-container,
.sanofi-footer .popover-content .txt-container {
    display: flex;
    flex-direction: column;
}

.sanofi-footer .popover-content .txt-container h4 {
    font-family: NotoSansBold;
    font-size: 12px;
     margin-bottom: -30px;
}

.sanofi-footer .popover-content .txt-container p {
    font-family: NotoSans;
    display: block;
    font-size: 12px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.sanofi-footer .popover-content .img-container img {
    width: 52px;
    height: 52px;
    margin-right: 10px;
}

.sanofi-footer .popover-content .contact-container {
    display: flex;
   /*  margin-top: 10px; */
        margin-top: -17px;
}

.sanofi-footer .popover-content .contact-container img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.sanofi-footer .popover-content .contact-container span:first-child a {
    color: #0056a7 !important;
}

.sanofi-footer .popover-content .contact-container span a {
    color: #5b646e !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .sanofi-footer .popover,
    .sanofi-footer .popover-content {
        width: 100%;
        max-width: 100%;
    }

    .sanofi-footer .popover-content .contact-container {
        flex-direction: column;
    }
}

.sanofi-footer .popover-content #customerContact{
	display:block;
}
.sanofi-footer .popover-content #customerContact p{
	padding:3px 0 !important;
}

.sanofi-footer .popover-content .txt-container > h4 + p + .contact-container{
    margin-top:-17px;
}

.sanofi-footer .popover-content .txt-container > h4 + .contact-container{
    margin-top:36px;
}