.content-section.posts {
    text-align: left;
    padding: 2rem 4rem;
}

.gallery-container {
    display: flex;
    gap: 1%;
    padding: 1rem 1rem 4rem;
    justify-content: space-between;
}

.gallery-item {
    width: 25%
}

.gallery-item p{
   margin: 0;
}

.gallery-item h3{
   margin: .5rem 0;
   font-weight: 600;
   color: #000000
}

.gallery-item img{
    width: 100%;
    height: 35rem;
}

.mid-section.posts {
    text-align: center;
    padding: 5rem 10%;  
    background-repeat: no-repeat !important;
    /* background-position: center !important; */
    background-size: cover !important; 
    color: #fff;
}

.mid-section.posts > h3 strong {
    line-height: 2;
}

.mid-section.posts p, .mid-section li {
    color: #fff;
    text-align: center;
    line-height: 2;
}

.mid-section ol > li {
    padding: 1rem 0;
}

.mid-section li  {
    list-style-position: inside;
    text-align: left;
}

.content-section li {
    text-align: left;
}

/* advise */

.posts .post-content .row {
    align-items: flex-start;
}

/* Size guide */

.size-guide .post-content {
    /* padding: 4rem; */
}

.size-guide .post-content .row {
    gap: 0rem;
}

.size-guide .post-content .row:nth-child(even) .image-section {
    margin-top: -15rem;
}

.size-guide .post-content .row:nth-child(odd) .info-section {
    padding-top: 4rem;
}

.size-guide .post-content .image-section, .size-guide .post-content .row:nth-child(even) .image-section {
    justify-content: center;
}

.size-guide .post-content .image-section img {
    height: 27rem;
}

.size-guide .post-content .row:nth-child(odd) .border-overflow, .size-guide .post-content .row:nth-child(even) .border-overflow  {
    margin: -2rem -2rem 0 1rem;
    border: .15rem solid #ff92c2;
    width: 25rem;
}

.size-guide .post-content .row:nth-child(even) .info-section {
    text-align: end;
} 

.post-content .row:last-child {
    align-items: center;
}

.extension-advice .post-content .row {
    align-items: flex-start;
    gap: 2rem;
}

.mid-section {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    text-align: center;
    padding: 5rem;
    margin-bottom: 2rem;
}

.mid-section ol {
    padding: 0;
}
/* 
.extension-advice .image-section:nth-child(odd) {
    justify-content: flex-end;
} */
/* advise */

.extension .post-content .row {
    align-items: center;
}

/* faq */

.br__faq {
    margin: 2rem 2rem;
}

.list-accordion {
    list-style: none;
    padding: 0
}
.list-accordion-item:first-child > .content{
    border-top: .15rem solid #D7DEF0;
    border-spacing: 1rem;
}
.list-accordion-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 0 !important;
}
.list-accordion-item .title-paragraph {
    padding: 0;
    flex: 1;
}
.list-accordion-item > .content {
    display: flex;
    gap: .5rem;
    border-bottom: .15rem solid #D7DEF0;
    flex: 1;
    justify-content: space-between;
    padding: 0;
}
.list-accordion-item > .content p {
    margin: 0;
    color: #3C3C43;
    opacity: 0;
    max-height: 0;
    transition: all .25s ease;
    /* margin-top: 2rem; */
    pointer-events: none;
    line-height: 1.5;
    text-align: left;
}
.description.expanded {
    height: 100rem !important;
    opacity: 1 !important;
}
.list-accordion-item > .content .title {
    margin: 0;
    color: #000;
    cursor: pointer;
    /* position: absolute; */
    padding: 1.25rem 0;
    font-weight: 500;
}
.list-accordion-item .remove, .plus {
    cursor: pointer;
}
.list-accordion-item .remove {
    display: none;
}
.list-accordion-item svg {
    height: 2.25rem;
}
.list-accordion-item > i {
    padding-top: .75rem;
}
.content-section.services .info-section p{
    text-align: left;
} 

@media screen and (max-width: 989px) {
    .content-section {
        padding: 1rem;
    }
    .gallery-container {
        flex-direction: column;
    }
    .gallery-item {
        width: 100%;
        text-align: center;
        margin: 1rem 0;
    } 
    .mid-section.posts {
        padding: 3rem 2%;
    }
    .size-guide .post-content {
        padding: 2rem 0 ;
    }
    .size-guide .post-content .row:nth-child(even) .image-section {
        margin-top: 0;
    }
    .size-guide .info-section{
        padding: 1rem 0;
        margin: auto;
    }
    .post-content .row {
        align-items: center;
    }
    .content-section.posts {
        padding: 1rem;
        text-align: center;
    }
    .extension-advice .post-content .row {
        align-items: center;
    }
    .mid-section {
        padding: 2rem;
    }
    .size-guide .post-content .row:nth-child(odd) .info-section {
        padding-top: 1rem;
        text-align: center;
    }
    .size-guide .post-content .image-section {
        width: 100%;
    }
    .size-guide .post-content .image-section img {
        width: 85%;
        position: absolute;
    }
    .size-guide .post-content .row:nth-child(odd) .border-overflow, .size-guide .post-content .row:nth-child(even) .border-overflow {
        width: 100%;
        margin: -2rem 0 0 1rem;
        /* margin: 0; */
    }
    .size-guide .post-content .row:nth-child(odd) .info-section, .size-guide .post-content .row:nth-child(even) .info-section  {
        padding-top: 1rem;
    }
    .extension .post-content .row {
        gap: .5rem;
    }
    .extension .post-content {
        gap: 3.5rem;
    }
}