/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

// .wp-block-pp-custom-blocks-faqblock {
// 	padding: 10px;
// }
.faq-title {
    font-size: 16px;
    letter-spacing: 4.8px;
    margin: 0;
}
.faq-slogan {
    font-size: 60px;
    margin: 18px 0 70px;
}
.faq-content-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.faq-get-in-touch {
    background-color: #f6ce48;
    padding: 14px 42px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.faq-content-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.faq-content-text {
    font-size: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
    padding-bottom: 35px;
}
.faq-content-text p {
    max-width: 720px;
    margin: 30px 0 0;
    display: none;
}
.faq-content {
    width: 820px;
}
.faq-content-title:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.055' height='16.163' viewBox='0 0 19.055 16.163'%3E%3Cg id='Group_1127' data-name='Group 1127' transform='translate(1468.5 -15702.751) rotate(-90)'%3E%3Cline id='Line_54' data-name='Line 54' y2='17.78' transform='translate(-15710.833 -1468.5)' fill='none' stroke='%23292d34' stroke-width='2'/%3E%3Cg id='Group_122' data-name='Group 122' transform='translate(-15717.5 -1457.527)'%3E%3Cline id='Line_52' data-name='Line 52' x2='6.667' y2='6.667' fill='none' stroke='%23292d34' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Line_53' data-name='Line 53' x1='6.667' y2='6.667' transform='translate(6.667)' fill='none' stroke='%23292d34' stroke-linecap='square' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: " ";
    height: 16px;
    position: absolute;
    transform: translateX(-8px) rotate(90deg);
    width: 19px;
    right: 0;
    top: 25%;
}
.faq-content-title {
    transform: translateY(25%);
}
.faq-show p {
    display: block;
}
.faq-content-title.faq-rotate:after {
    transform: translateX(-8px) rotate(-90deg);
}
.faq-container {
    height: auto;
    width: 100%;
    background-color: #EDEDED;
    padding: 150px 0;
    position: relative;
    z-index: 2;
}
.faq-container-inner {
    max-width: 1180px;
    margin: 0 auto;
}

@media (max-width: 1180px) {
    .faq-container {
        padding: 80px 0;
    }
    .faq-content {
        margin: 35px;
        width: auto;
        width: calc(100% - 70px);
    }
    .faq-content-container{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .faq-container-inner{
        width: 100%;
    }
    .faq-get-in-touch {
        margin-left: 35px;
    }
    .faq-get-in-touch {
        margin-left: 35px;
        font-size: 14px;
    }
    .faq-slogan {
        font-size: 30px;
        margin: 0 35px;
    }
    .faq-title {
        font-size: 11px;
        letter-spacing: 3.3px;
        margin: 10px 35px;
    }
    .faq-content-title {
        font-size: 20px;
        padding-right: 50px;
    }
    .faq-show p {
        font-size: 15px;
    }

}
