.faqLeft h3 {
    color: linear-gradient(180deg, #0F2531 0%, #2E7297 100%);
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(91deg, #0F2531 0%, #2E7297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin-bottom: 140px; */
}

.faq.container {
    display: flex;
    gap: 50px;
    margin-bottom: 100px;
    flex-direction: column;
}

.faqLeft {
    width: 100%;
    text-align: center;
}

.faqRight {
    width: 100%;
}

.faqLeft h3 {
    font-size: 64px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.faqLeft h4 {
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
}

.question {
    display: flex;
    justify-content: space-between;
}

p.faqSymbol {
    transform: rotate(90deg);
    font-size: 35px !important;
    transition: all 0.3s ease;
    font-weight: 300;
}

p.faqSymbol.active {
    transform: rotate(180deg);
}

.question p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}

.answer {
    display: none;
    /* border-top: 1px solid #c6c6c6; */
    /* padding-top: 20px; */
    margin-top: 20px;
}

.faqSingle {
    padding: 20px;
    margin-bottom: 25px;
    cursor: pointer;
    border-bottom: 1px solid #EBEAEB;
}


.fline {
    position: absolute;
    height: 90%;
    width: 1px;
    background: #ffffff;
    left: 12px;
    z-index: 0;
}

.lower-section-wrapper {
    position: relative;
}

span.lower-button {
    z-index: 1;
    position: relative;
}


.caseStudiesList .slick-slide {
  margin-right: 20px;               
}

.caseStudiesList .slick-list {
  overflow: visible;             
}

.caseStudiesList .slick-slide {
  width: calc(100% - 20%);         
}

.caseStudiesList.container.mobile.slick-initialized.slick-slider {
    overflow: hidden;
    /* width: 100%; */
}