.section-1 {
    padding-top: 16rem;
    padding-bottom: calc(16rem - 4.5rem);
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.6) 0%, rgba(92, 77, 66, 0.5) 100%), url("/images/solutions/finance-bg-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.section-1.car-beauty{
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.6) 0%, rgba(92, 77, 66, 0.5) 100%), url("/images/solutions/carBeauty-bg.jpg");
}

.section-1.realEstate{
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.6) 0%, rgba(92, 77, 66, 0.5) 100%), url("/images/solutions/realEstate-bg.jpg");
}

.section-1.education{
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.6) 0%, rgba(92, 77, 66, 0.5) 100%), url("/images/solutions/education-bg.jpg");
    background-position: 25% 50%;
}


.section-2 .question-container .question{

}

.section-3-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }


.collapse-wrap {
width: 45%;
}

@media (max-width: 768px) {
    .collapse-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
}

.card {
border: none;
}

.collapse-wrap .card-header {
padding: 30px 20px;
background-color: #fff;
}

.section-3-container .card-link {
display: block;
color: #313C44;
position: relative;
}

.section-3-container .card-link:hover {
color: #313C44;
}

.section-3-container .card-link[aria-expanded=true]::after {
content: "\F106";
}

.section-3-container .card-link::after {
content: "\F107";
font-size: 20px;
color: #333;
top: 30px;
right: 10px;
position: absolute;
font-family: "FontAwesome";
}

.section-3-container .pane-feature-content{
    font-weight: 700;
}

.collapse-wrap .card-body {
line-height: 30px;
color: #313C44;
}

.section-3-container-pic {
width: 45%;
height: 390px;
}

.section-footer {
    text-align: center;
    background-image: url(/images/background-landscape.jpg?a5f6cb9…);
    padding: 80px 20px;
  }

@media (max-width: 768px) {
    .section-3-container {
        display: block;
    }

    .section-3-container-pic{
        width: 100%;
    }
}
