body{
    padding-top: 103px;
    background: #F6E3D6;
}

.main_page_wrap .header_wrap header{
    border-bottom: 1px solid #DDD4CF;
    background-color: #F6E3D6;
}

.header_wrap .nav_links_sec ul li a {
    color: var(--color-dark1);
}

.logo_text a svg * {
    fill: var(--color-dark1);
}

.accolades_sec{
    background-color: #F6E3D6;
}

.accolades_bg_img{
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/accolades_bnr.jpg) lightgray 50% / cover no-repeat;
    background-position: 60%;
}

.accolades_bg_img .container{
    padding: 100px 0;
}

.acco_slider_left .left_item{
    text-align: center;
}


.acco_slider_left .left_item p{
    color: var(--color-white);
font-family: var(--fm-montserrat);
font-size: var(--font-size-journey-span);
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: 60px;
letter-spacing: -0.8px;
text-transform: uppercase;
display: inline-block;
opacity: 0.6;
cursor: pointer;
}

.left_item.slick-slide.slick-current.slick-active p{
    opacity: unset;
}

.acco_slider_left .left_item p:after {
    content: "";
    clear: both;
    height: 20px;
    width: 1px;
    background: #fff;
    display: block;
    margin: 0 auto;
}



.accolades_slider{
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: baseline;

}

.accolades_slider .slick-prev:before {
    content: "";
    clear: both;
    height: 21px;
    width: 21px;
    display: block;
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/down-arrow.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-size: cover;
    opacity: unset;
}
.accolades_slider .slick-prev{
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    z-index: 99;
}

.slider_content{
    width: 100%;
    max-width: 70%;
}

.slider_content h3{
    color: var(--color-white);
font-family: var(--fm-montserrat);
font-size: 70px;
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: 87px;
letter-spacing: -2.8px;
text-transform: uppercase;
padding-bottom: 20px;
}

.slider_content ul {
    list-style: disc;
    padding-left: 20px;
}

.slider_content ul li{
    color: var(--color-white);
    font-family: var(--font-family-heading);
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: var(    --font-weight-medium);
    line-height: var(--line-height-sm); /* 125% */
    letter-spacing: -0.32px;
    padding-bottom: 20px;
}

.slider_content ul li:last-child{
    padding-bottom: 0px;
}

.accolades_sec .slick-next{
    right: 50%;
    top: 100%;
    transform: translateX(50%);
}

.accolades_sec .slick-next:before{
    content: "";
    clear: both;
    height: 21px;
    width: 21px;
    display: block;
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: unset;
}

@media screen and (max-width: 768px){

    .accolades_bg_img .container{
        padding: 50px 15px;
    }

    .accolades_bg_img{
        background-position: center;
    }

    .accolades_slider .slick-prev{
        top: -20px;
    }

    .slider_content{
        max-width: 100%;
    }

  .accolades_slider {
      grid-template-columns: 25% calc(75% - 20px);
      column-gap: 20px;
      align-items: flex-start;
  }

    .acco_slider_left .left_item p{
        font-size: 16px;
    }
}