.btn-maguro {
    display: inline-block;
    border: 1px solid #ffd6f3;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1);
    color: #E94FCA;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 20px;
    transition: all .4s ease;
    text-decoration: none;
    text-align: center;
}

.feature-style-one .content-block .btn-maguro {
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    width: fit-content;
}

.btn-maguro:hover {
    background-color: #E94FCA;
    color: #fff;
    border-color: #E94FCA;
    text-decoration: none;
}

.btn-maguro.btn-pill {
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.btn-row {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    width: 100%;
}

.btn-row .btn-maguro {
    flex: 1;
}

.feature-lists li .contact-label {
    padding-left: 35px;
    color: #999;
}

.icon-x {
    height: 14px;
    width: 14px;
    fill: #E94FCA;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-x-footer {
    height: 17px;
    width: 17px;
    fill: currentColor;
    opacity: 1;
    vertical-align: middle;
}
