
.main{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.couk_section__blog{
    max-width: 1520px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.couk_blog_date{
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: var(--black);
    margin-bottom: 35px;
}

.girl-page__header-inner{
    width: 100% !important;
}



.recomended_wrapper{
    background: url('/wp-content/themes/girllondon/assets/icons/bg_wrapper.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    max-width: 1520px;
    max-height: max-content;
    margin: 0 auto 70px auto;
}

.couk_recomended__container{
    display: flex;
    padding: 50px 0 ;
    flex-direction: column;
    max-width: 1520px;
    margin: 0 auto 70px auto;
  
    
}
.couk-rec_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 54px;
    line-height: 154%;
    text-align: center;
    color: var(--white);
    padding-top: 30px;
}
.couk_recomended__buttons{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}
.couk_next{
    transform: rotate(180deg);
}

.couk_recomended__slider-track-wrapper {
  overflow: hidden;
  position: relative;
}

.couk_recomended__slider-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
  gap: 20px;
  justify-content: center;
}

.faq_section{
    max-width: 993px;
    margin: 0 auto 50px auto;

}
.faq_section h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 166%;
    text-align: center;
    color: var(--black);
    margin-bottom: 10px;
}
.faq-item h3{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 166%;
    text-align: left;
    color: var(--black);
    margin-top: 20px;
    margin-bottom: 10px;
}
.faq-answer {
    padding: 5px 0 5px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 166%;
    text-align: left;
    color: var(--black);
}


@media (max-width: 1324px) {
    .couk_singl-blog{
        padding: 0 20px;
    }
    .faq_section{
        padding: 0 20px;
    }
        .recomended_wrapper{
        border-radius: 0;
    }
}
@media (max-width: 1024px) {
    .couk-rec_title{
        font-size: 44px;
    }
    
}
@media (max-width: 756px) {
    .couk-rec_title{
        font-size: 38px;
        
    }
    .couk_blog_date{
        margin-bottom: 50px;
    }
}
@media (max-width: 425px) {
    .couk_section__blog {
        gap: 20px;
    }
    .couk-rec_title{
        font-size: 28px;
        line-height: 136%;
    }
    .couk_blog_date{
        margin-bottom: 40px;
    }
}





