.menu-mobile ul li a {
    font-size: 1.125rem;
}

h1 {
    font-size: 2rem;

}

.long-description ul li:before {
    content: "\2022";
    color: #F2E097;
    font-weight: 700;
    display: inline-block;
    width: 1.5rem;
    font-size: 32px;
    margin: -10px 0 0 -20px;
    position: relative;
    top: 5px;
}

.product .product-img {
    position: relative;
}

.product-section {
    display: flex;
    align-items: center;
}

.product .product-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px 0;
}

.pcs-parent {
    height: 165px;
    width: 165px;
    transform: rotate(-15deg);
    position: absolute;
    right: 11px;
    top: 13px;
}



.pcs-parent .pcs {
    color: #FEE7A1;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #051826;
    text-align: center;
}

.pcs::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 153px;
    height: 153px;
    border: 2px solid #FEE7A1;
    border-radius: 50%;
}

.pcs-parent .pcs .pcs-data {
    margin-bottom: 23px;
}

.pcs-parent .pcs .pcs-quanity {
    font-family: 'Gotham_Book_ve', sans-serif;
    font-size: 3.4rem;
    line-height: 1;
}

.pcs-parent .pcs .pcs-text {
    font-family: 'Gotham_Black_ve', sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
}

.pcs-parent hr {
    border: none;
    height: 2px;
    background-color: #FEE7A1;
    border-radius: 10px;
    width: 115px;
    margin: 5px auto;
}

.main-title {
    font-family: 'Gotham_Book_ve', sans-serif;
    text-align: center;
    line-height: 1.2;
}

.main-title strong {
    font-family: 'Gotham_Black_ve', sans-serif;
    width: 100%;
    display: block;
}

.product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 97px 0 0px;
    gap: 0 100px;
}

.section-img img {
    margin: 0 auto;
}

.similar-products h2 {
    padding: 60px 0;
    text-align: center;
}


@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {

    .pcs-parent {
        right: 63px;
        top: 28px;
    }

    .similar-products h2 {
        padding: 60px 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {

    .product {
        align-items: center;
    }
}