.oloo-easyprotect-wrapper {

}

.oloo-easyprotect-about {
    display: flex;
    align-items: center;
}

.oloo-easyprotect-about img {
    display: block;
    width: 50px;
    height: 50px;
}

.oloo-easyprotect-about p {
    padding-left: 10px;
    font-size: 12px;
}

.oloo-easyprotect-policies {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 15px 0 10px;
    padding: 0;
}
.oloo-easyprotect-wrapper {
    box-sizing: border-box;
    padding: 10px 0 0;
}
.oloo-easyprotect-policies li {
    font-size: 12px;
}

.oloo-easyprotect-policies li > label > span {
    position: relative;
    top: -2px;
}
.oloo-easyprotect-policies li label {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px;
    align-items: center;
}
.oloo-easyprotect-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.oloo-easyprotect-title > span.relative {
    box-sizing: border-box;
    padding: 0 15px;
    background: #fff;
}
