.wrapper-tab {
width: 100%;
height: 100%;
font-family: Helvetica; margin : 0;
padding: 0;
margin: 0;
}

.contact-us-heading {
width: 100%;
height: 270px;
display: flex; justify-content : center;
align-items: center;
justify-content: center
}

.contact-us-heading div {
font-family: Helvetica;
font-size: 40px;
font-weight: 600;
letter-spacing: 1px;
}

.contact-detail-tab {
    padding: 30px 0px;
    width: 100%;
    height: fit-content;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.headings {
font-size: 20px;
font-weight: bold;
margin: 20px 0px;
}

.fa-solid {
font-size: 16px;
transition: transform 0.3s ease, color 0.3s ease;
cursor: pointer;
margin-left: 20px;
}
.points-desc{
	color: #007bff;
}
.points {
font-size: 16px;
font-weight: bold;
margin: 10px 10px;
}