@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    display: block;
    background-size: cover;
 	position: relative;
  	text-align: center;
}


.h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

}

@media only screen and (min-width: 1025px) {
        .faq  {
             margin-left: 150px;
			margin-right: 150px;
        }
    } 
.faq {
  padding: 1.5rem;
  margin-bottom: 100px;
}
  
.details {
	border: 0.5px solid #D8D8D8;
    background: #fff;
    margin-bottom: 0.5rem;
    border-radius: 10px;

	}
   .summary {
    font-family: 'Montserrat';
	  border-radius: 10px;
	  font-size: 14px;
      cursor: pointer;
      padding: 1rem;
	  background:#FBFBFB;
}
 .answer {
	font-family: 'Montserrat';
	text-align: justify;
	font-size: 12px;
	line-height: 25px;
	padding: 1rem 1.5rem;
}

.footer {
	margin-top: 20px;
	height: 70px;
	background: #FEB7E3;
	width: 100%;
    display: block;
 	position: fixed;
  	text-align: center;
	bottom: 0px;
	
}
.h2 {
    font-family: 'Montserrat';
    font-size: 14px;
    text-align: center;
	margin-top: 30px;
}
