.logo-repeater-sec { display: flex; flex-wrap: wrap; padding: var(--section-space) calc(var(--section-space) / 2); }
.logo-repeater-sec .logo-block { width: 50%; text-align: center; display: flex; flex-direction: column; padding: 0 30px; }
.logo-repeater-sec .logo-block .img { display: flex; align-items: center; justify-content: center; max-width: 300px; margin: 0 auto 30px; flex-grow: 1; }
.logo-repeater-sec .logo-block .button { display: inline-block; }

/*  */
.afterbefore_main { padding: 80px 15px; }
.afterbefore_in { display: flex; justify-content: center; gap: 4px; }
.afterbefore_item { padding: 15px; }
.afterbefore_box { width: calc(50% - 15px); position: relative; height:350px; }
.afterbefore_box img { width: 100%; object-fit: cover; height: 100%; vertical-align: top; }
.afterbefore_box .aftbft_text { background: #82685a; color: #fff; text-align: center; padding: 15px; font-size: 18px; position: absolute; width: 100%; bottom: 0; left: 0; }

.service-ba-slider{padding-bottom: 0;}
.service-beforeafter button.slick-prev.slick-arrow { font-size: 0; }
.service-beforeafter .service-ba-slider .slick-arrow:before { content: ''; background: url('https://www.glamlansing.com/wp-content/uploads/2025/06/arrow-left-solid.svg'); background-size: contain; width: 30px; height: 30px; position: absolute; background-repeat: no-repeat; }
.service-beforeafter .service-ba-slider button.slick-next:before { transform: translate(-50px) rotate(180deg); }



@media(max-width: 1200px){
    .logo-repeater-sec .logo-block .img { max-width: 200px; }

    .afterbefore_item { padding: 0; }
}
@media(max-width: 767px){
    .logo-repeater-sec .logo-block { width: 100%; }
    .logo-repeater-sec .logo-block + .logo-block { margin-top: 50px; }

    .afterbefore_main { padding: 40px 15px; }
    .afterbefore_box { width: 50%; }
}
@media(max-width: 500px){
    .afterbefore_box { height: 260px; }
}