.faq {
padding: 60px 0 80px;
.container{
display: flex;
flex-direction: column;
}
h3{
font-size: 42px;
text-align: center;
}
ul{
li{
list-style-type: none;
width: 100%;
border-top: 1px solid rgba(15, 104, 96, 0.2);
display: flex;
align-items: center;
justify-content: space-between;
&:last-child{
border-bottom: 1px solid rgba(15, 104, 96, 0.2);
}
h4{
font-size: 24px;
line-height: 30px;
color: $text-color;
margin-left: 60px;
font-weight: 500;
cursor: pointer;
}
i{
margin-right: 60px;
cursor: pointer;
font-size: 13px;
}
}
}
a{
margin: auto;
display: inline-block;
padding: 17px 39px;
}
}