
.return-and-exchange-pages .update-date {
    display: flex;
    align-items: center;
    gap: 48px;
    line-height: 1
}

.return-and-exchange-pages .update-date h6 {
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.return-and-exchange-pages .update-date h6 i {
    color: var(--primary-color1)
}

.return-and-exchange-pages .update-date h6::after {
    content: "";
    width: 28px;
    height: 1px;
    background-color: var(--title-color);
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%)
}

.return-and-exchange-pages .update-date p {
    
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.return-and-exchange-pages .return-and-exchange h4, .return-and-exchange-pages .return-and-exchange h3, .return-and-exchange-pages .return-and-exchange h2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px
}

.return-and-exchange-pages .return-and-exchange p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.return-and-exchange-pages .return-and-exchange p:last-child {
    margin-bottom: 0
}

.return-and-exchange-pages .return-and-exchange ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 50px;
    margin-bottom: 5px
}

@media(max-width: 767px) {
    .return-and-exchange-pages .return-and-exchange ul {
        padding-left:20px
    }
}

.return-and-exchange-pages .return-and-exchange ul li {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px
}

.return-and-exchange-pages .return-and-exchange ul li strong {
   
    font-size: 16px;
    font-weight: 600;
    line-height: 30px
}