.serviceDetailTitle {
    text-align: center;
    font-size: 28px;
font-style: normal;
font-weight: 800;
line-height: 170%;
text-transform: uppercase;
}

.serviceDetailSubtitle {
    display: block;
    text-align: center;
    margin-top: 32px;
}

.serviceDetail {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 68px;
}

.serviceDetailBtn {
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
}

.montazBlocksWrappItem2 {
    grid-template-columns: 1fr 1fr;
}

.serviceDetailImage {
    margin: 52px 0 68px;
}
.serviceDetailImage img {
    border-radius: 20px;
}

.serviceDetailPrices {
      margin-top: 68px;
    padding: 72px 0;
    background-color: #F4F4F4;
}

.serviceDetailPricesWrapp {
  max-width: 1360px;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}

.serviceDetailPricesHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%;
    text-transform: uppercase;
}

.serviceDetailPricesHead  span {
    color:  #9D9D9D;
text-align: right;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 180%;
text-transform: uppercase;
}

.serviceDetailPriceList {
    padding: 28px 41px;
    margin-top: 50px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.10);
}

.serviceDetailPriceListItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceDetailPriceListItem:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #F4F4F4 solid;
}


.serviceDetailPriceListHead {
    color: #9D9D9D;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
   .montazBlocksWrappItem2 {
    grid-template-columns: 1fr;
}
.serviceDetailPricesHead {
    flex-direction: column;
    justify-content: center;
}
.serviceDetailPriceListItem {
    font-size: 14px;
}
.serviceDetailPriceList {
    margin-top: 40px;
    padding: 23px;
}
.serviceDetailPriceListItemValue {
    max-width: 80%;
    width: 100%;
}

.serviceDetailPrices {
    margin-top: 40px;
    padding: 40px 0;
}

}