.qa-father {
    margin: 8%;
    /*font-size: 2em;*/
}

.qa-006 {
    //max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #00dafc;
}

details h4 {
    margin-left: 30px;
}

.before-font .qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 0em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-006 summary::before,
.qa-006 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.before-font .qa-006 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-006[open] summary::after {
    transform: rotate(225deg);
}

.qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 0em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    /*font-size: 1.8em;*/
}

.before-font .qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    /*font-size: 1.8em;*/
}
.qa-006[open] p {
    transform: none;
    opacity: 1;
}

.before-font .qa-006 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


.bottom-x-image{
	max-width: 100%;
    height: auto;
	display: block;
    margin: 0 auto;
}