.cookie-consent-dialog-overlay{
    overflow-y: scroll;
}
.feature-icon-container {
    border-color: #fde3e3 !important;
}

.feature-icon-container {
     -ms-flex-align: center;
     align-items: center;
     border: 8px solid;
     border-radius: 50px;
     box-sizing: border-box;
     display: -ms-flexbox;
     display: flex;
     height: 68px;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 20px;
     position: relative;
     width: 68px;
     padding: 2.4rem;
 }

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap;
}
