.faq {
    dl {
        margin-bottom: 1em;
        dt {
            text-indent: -1em;
            border-radius: 4px;
            background-color: #f3f3f3;
            padding: .2em .5em .2em 1.5em;
            font-weight: bold;
            margin-bottom: .5em;
            line-height: 1.6;
        }
        dd {
            margin-left: 1.5em;
            text-indent: -1em;
            padding-left: 1em;
            &::before {
                content: "\f0da";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 1em;
                width: 1em;
                color: #007aa9;
                margin-right: .6em;
            }
        }
    }
}



@media screen and (max-width: 640px){

	
	
}










