.complaintfaq {
    position: relative;
    padding:2% 0 5% 0;
}
.complaintfaq .container{max-width:800px;}

.complaintfaq .vector-wrap {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .12);
    display: flex;
    height: 80px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 80px;
}
.complaintfaq h4{
    color: #110009;
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 125%;
    margin-bottom: 16px;
    font-weight: 600;
}
.complaintfaq p{
    font-size: 17px;
    letter-spacing: -.02em;
}


.complaintfaq p a{
    color: #f90081;
    transition: all .35s;
  text-decoration:underline;
}
 
.complaintfaq p a;hover{
    color: #d41070;

}