.p-margin {
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .p-margin {
        margin-top: 32px;
    }
}

.stores-section__wrap {
    background: #f0f0f0;
    padding: 75px 50px 91px 50px;
}

.stores-section__article {
    text-align: center !important;
}

.stores-section__name {
    margin-bottom: 5px !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.stores__link {
    width: 90%;
    text-align: center;
    padding: 20px 15px;
    border: 3px solid #ff8500;
    border-radius: 100vh;
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.stores__link span {
    width: 32px;
    height: 32px;
    right: 32px;
    bottom: 32px;
    background-color: #ff8500;
    color: white;
    border-radius: 21px;
    line-height: 16px;
    padding: 7px;
    margin-left: 8px;
    position: absolute;
    top: 19px;
}

.amazon {
    border: 3px solid #24303e;
}

.amazon span {
    background-color: #24303e;
}

.rakuten {
    border: 3px solid #bf0202;
}

.rakuten span {
    background-color: #bf0202;
}

.yahoo {
    border: 3px solid #ff0132;
}

.yahoo span {
    background-color: #ff0132;
}

.stores__link img {
    width: 45% !important;
}

@media screen and (max-width: 992px) {
    .stores-section__wrap {
        gap: 5px !important;
    }
    .stores__link {
        width: 95%;
    }
    .stores-section__name {
        font-size: 14.5px !important;
    }
    .stores__link span {
        right: 20px;
        top: 25%;
    }
}

@media screen and (max-width: 768px) {
    .stores-section__wrap {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 75px 30px 91px 30px;
    }

    .stores-section__article {
        max-width: 400;
        margin: 0 auto;
        width: 100%;
    }
    .stores-section__name {
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }
    .stores__link span {
        top: 29%;
    }
}
