.contact-heading {
color: #181614;
font-weight: 600;
margin-bottom: 22px;
padding-bottom: 22px;
position: relative;
}
.contact-heading::after {
content: "";
background: #007E8B;
height: 4px;
width: 90%;
max-width: 27px;
position: absolute;
bottom: 0;
left: 0;
display: block;
}