.Style1 div#accordion .accordion-title {
    padding: 0.8em 3em 0.8em 0.8em;
    background: #ffffff;
    color: #2C2C2C;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.8em;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    width: 100%;
}

.Style1 div#accordion .accordion-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 100%;
    background: url(https://joshuamacktaz.clientsitedemo.com/wp-content/uploads/2024/07/Faq1.svg) no-repeat center;
    background-size: 1em;
}

.Style1 div#accordion .accordion-title.open:after {
    background: url(https://joshuamacktaz.clientsitedemo.com/wp-content/uploads/2024/07/Faq2.svg) no-repeat center;
    background-size: 1em;
}

.Style1 div#accordion .accordion-title.open {
    margin-bottom: 0;
}

.Style1 .accordion-content {
    padding: 1em;
    background: #fff;
    margin-top: 0em;
    margin-bottom: 1em;
	border: 0px solid #D9D9D9;
	border-width: 0px 1px 1px 1px;
}
.Style2 div#accordion .accordion-title {
    padding: 0.8em 3em 0.8em 0.8em;
    color: #2C2C2C;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.8em;
    cursor: pointer;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

.Style2 div#accordion .accordion-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 100%;
    background: url(https://joshuamacktaz.clientsitedemo.com/wp-content/uploads/2024/07/Faq1.svg) no-repeat center;
    background-size: 1em;
}

.Style2 div#accordion .accordion-title.open:after {
    background: url(https://joshuamacktaz.clientsitedemo.com/wp-content/uploads/2024/07/Faq2.svg) no-repeat center;
    background-size: 1em;
}

.Style2 div#accordion .accordion-title.open {
    margin-bottom: 0;
}

.Style2 .accordion-content {
    padding: 1em;
    margin-top: 0em;
    margin-bottom: 1em;
}
.accordion-content p:last-child {
    margin: 0;
}
.accordion-content ul.Two-Col {
    margin: 0;
}

@media only screen and (max-width: 580px){
.Style1 div#accordion .accordion-title {
    font-size: 5.5vw;
}

.Style2 div#accordion .accordion-title {
    font-size: 5.5vw;
}

}