<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.map {
  margin: 10px 0 100px 0;
}

.contact-row {
  border-bottom: 2px solid var(--saaral);
  border-top: 2px solid var(--saaral);
  padding:40px 0 40px 0;
}

/* section h3 {
  border-bottom: 2px solid var(--textColor);
} */

.box {
  display: flex;
  align-items: center;
}

.box p {
  margin: 0;
  padding: 0 20px 0 20px;
}
.box .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color:#f7f7f7;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}

.box .icon-box &gt; i {
  color:#383f46;
  font-size: 40px;
}
@media only screen and (min-width: 992px){
	.mg80{margin-left:80px;}
	.mg30{margin-left:30px;}
}
@media (max-width:768px) {
	.mg80{margin-left:0px;}
	.mg30{margin-left:0px;}
}
</pre></body></html>