.faq-container .rounded-md {
    border-radius: 3rem;
}
.faqs-list__item .p-6 {
    padding: .8rem;
}
.faqs-list__item .top-5 {
    top: .7rem;
}
.faq-container .rounded-md {
    border-radius: 3rem;
    border-right: 10px solid #19cefe;
}
.faqs-list__item .da-bgm {
    background: linear-gradient(to left, #19cefe, #291e60);
}
.s-block--faqs .s-block__title .da-cp {
    background: #291e60;
    padding: .8rem;
    border-radius: 2rem;
    color: #19cefe !important;
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 10px;
    justify-content: space-between;
}
.s-block--faqs .s-block__title .da-cp::before {
    content: "➤";
    margin-left: 5px;
    transform: rotate(180deg);
    display: inline-block;
    color: #19cefe;
}
.s-block--faqs .s-block__title .da-cp::after {
    content: "➤";
    margin-right: 5px;
    color: #19cefe;
}
.store-footer h3::before {
    content: "➤";
    transform: rotate(180deg);
    margin-right: 5px;
    color: #19cefe;
}
.store-footer h3::after {
    content: "➤";
    margin-left: 5px;
    color: #19cefe;
}
.store-footer h3 {
    color: #19cefe;
    background: #150f30;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 1rem;
    padding: 3px;
}
a.s-contacts-item::before {
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgba(25, 206, 254, 0) 0%, #19cefe 50%, rgba(25, 206, 254, 0) 100%);
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    top: 0px;
    border-radius: 9999px;
}
a.s-contacts-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #19cefe;
    border-radius: 12px;
}