#results{
    padding: 85px 0 50px;
    background: #FCFCFC;
}
#results .slider{
    padding: 50px 0;
}
#results img{
    display: block;
    margin: 0 auto;
}
#results .slid {
    padding: 0 10px;
}
#results img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
#faqs {
    padding: 89px 0;
}
#faqs h2{
    color: #1d1d1d;
}
#faqs .left {
    padding-right: 100px;
}
#faqs .left p {
    color: #4D4D4D;
    font-weight: 300;
}
/* #faqs .accordion-button {
    color: #A66C2F;
    font-family: "Playfair", serif;
    font-size: 17px;
    line-height: 24px;
} */
#faqs .accordion-button {
    color: #956533;
    font-family: "Playfair", serif;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
}
#faqs .accordion-body {
    color: #4D4D4D;
    font-weight: 300;
    line-height: 23px;
}
#faqs .accordion-button:not(.collapsed)::after {
    background: url("/wp-content/themes/leadgenerashop/img/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
}
#faqs .accordion-button.collapsed::after {
    background: url("/wp-content/themes/leadgenerashop/img/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 1200px) {
    #faqs .left {
        padding-right: 15px;
        padding-bottom: 50px;
    }
}
ol, ul{
    padding: 0;
    margin: 0 0 20px 20px;
}
#content2 li {
    color: #0C0C0C;
    font-weight: 300;
    margin-bottom: 5px;
}

#content1 {
    padding: 54px 0;
}
#content1 p {
    color: #0C0C0C;
    font-weight: 300;
}
#content1 .btn {
    margin-top: 20px;
}
#content1 h2 {
    margin-bottom: 20px;
}

#content2 {
    background: #FFF5EB;
    padding: 70px 0;
}
#content2 .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 100px;
}
#content2 .left h3 {
    width: 100%;
    margin-bottom: 20px;
}
#content2 .left p {
    color: #0C0C0C;
    font-weight: 300;
}
#content2 .block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#content2 .block p {
    margin: 0;
}

#content2 .right {
    height: fit-content;
}

#content2 .wrap img {
    margin-right: 20px;
}

#content2 span {
    color: #A66C2F;
    font-weight: 700;
    min-width: 200px;
    margin-right: 50px;
}

#content2 .wrap p {
    color: #0C0C0C;
}

@media(max-width:1200px) {
    #content2 .left {
        padding-right: 15px;
        padding-bottom: 50px;
    }
    #content2 .wrap {
        width: fit-content;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:400px) {
    #content2 .block {
        flex-direction: column;
    }
    #content2 .block span {
        min-width: fit-content;
        margin: 0;
    }
    #content2 .block img {
        margin: 0 0 10px;
    }
}

#content3 {
    padding: 100px 0;
}
#content3 .left {
    display: flex;
    align-items: center;
    padding-right: 100px;
}
#content3 p {
    color: #0C0C0C;
    font-weight: 300;
}
#content3 p:first-of-type {
    color: #A66C2F;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
#content3 h2 {
    margin: 10px 0;
}
#content3 .btn {
    margin-top: 10px;
}

#content3 .right img {
    width: 536px;
    height: 486px;
    object-fit: cover;
}

@media(max-width: 1200px) {
    #content3 .left {
        padding-right: 15px;
    }
}
@media(max-width: 991px) {
    #content3 .right img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

#content4 {
    background: #090909;
    padding: 100px 0;
}
#content4 .left{
    padding-right: 100px;
}
#content4 h3,
#content4 h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
}
#content4 p, #content4 li{
    color: #E5E5E5;
    font-weight: 300;
}
#content4 ul {
    --icon-space: 1.6em;
    list-style: none;
    padding: 0;
    margin-left: 30px;
}

#content4 li {
    padding-left: 0;
}
#content4 li:before {
    content: "\f058";
    /* FontAwesome Unicode */
   font-family: "Font Awesome 5 Free"; 
    font-weight: 400;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #fff;
}

@media(max-width: 1200px){
    #content4 .left{
        padding-right: 15px;
        padding-bottom: 30px;
    }
}

#content5 {
    padding: 100px 0;
}
#content5 .right {
    display: flex;
    align-items: center;
}
#content5 p {
    color: #0C0C0C;
    font-weight: 300;
}
#content5 p:first-of-type {
    color: #A66C2F;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
#content5 h2 {
    margin: 10px 0;
}
#content5 .btn {
    margin-top: 10px;
}

#content5 .left img {
    width: 536px;
    height: 486px;
    object-fit: cover;
}

@media(max-width: 991px) {
    #content5 .left img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}
@media(max-width:576px){
    section{
        padding: 50px 0!important;
    }
    #results .slick-dots{
        display: none;
    }
    #results .slider{
        padding-bottom: 0;
        margin: 0;
    }
}