.common-spacing {
    padding: 30px 0;
}
.common-heading {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.common-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 49%;
    left: 0px;
    background-color: #dfdfdf;
}
.common-heading span {
    background-color: #f1f0f5;
    position: relative;
    padding: 0 10px;
    max-width: 750px;
    display: inline-flex;
    justify-content: center;
}
.common-sub-heading {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.contact-boxes {
    margin-top: 35px;
}
.contact-svg {
    display: block;
    width: 100%;
    max-width: 60px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
}
.contact-svg svg {
    height: auto;
    width: 100%;
}
.contact-boxes-center {
    border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.contact-boxes h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-boxes p {
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 1em;
}
.contact-boxes p a {
    color: #201C1D;
}

@media only screen and (min-width: 767px) {
.space-top {
    min-height: 56.8vh;
}

}

@media only screen and (max-width: 767px) {
.common-spacing {
    padding: 20px 0;
}
.common-heading {
	font-size: 17px;
}
.common-sub-heading {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}
.contact-boxes-center {
    border-left: none;
	border-right: none;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.contact-svg {
    margin-top: 20px;
}
.contact-boxes {
    margin-top: 0;
}
.contact-svg {
    max-width: 50px;
    padding: 7px;
}

}