<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-row {
  display: flex;
  justify-content: center;
}
.info-div {
display:block;
padding: 30px 0 20px 0;
background-color: #fff;
transition: all 0.3s;
box-shadow: 0px 0px 10px #cdcdcd;
}

.item-detail {
	display: inline-block;
  width: 170px;
  height: 210px;
	text-align: center;
	margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #816dd6;
  height: 170px;
  padding: 20px 10px;
}

.contact-info-icon i {
  font-size: 40px;
  color: #fda40b;
}

.contact-info-text h2 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #fff;
  font-size: 14px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}


.submit-row,.detail-row {
  display: flex;
  justify-content: center;
}

div#wpcf7-f127-p68-o1 {
  display: flex;
  justify-content: center;
}
div#wpcf7-f127-p68-o1 input:not(.wpcf7-submit), div#wpcf7-f127-p68-o1 textarea {
  width: 100%;
  height: 30px;
  background: rgba(255,255,255,.3);
  border: 2px solid #f2f1eb;
/*  margin: 0 0 15px 15px;*/
  border-radius: 10px;
  font: 15px 'Microsoft YaHei';
  color: #9f9d98;
  padding: 5px;
  transition: 0.5s ease-in;
}

div#wpcf7-f127-p68-o1 textarea {
  height: 100px;
}

div#wpcf7-f127-p68-o1 input:not(.wpcf7-submit):focus, div#wpcf7-f127-p68-o1 textarea:focus {
  outline: 0;
  border-top: 2px solid #eae8e4;
  border-right: 2px solid #eae8e4;
  border-bottom: 2px solid #a7c242;
  border-left: 2px solid #eae8e4;
} 

div#wpcf7-f127-p68-o1 input.wpcf7-submit {
/*  background: linear-gradient(120deg, #f5bbef, #df9cd8);*/
  background: linear-gradient(120deg, #816dd6, #816dd6);
  border: 1px solid #e2a9dc;
  width: 100%;
  height: 5%;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 5px;

}
</pre></body></html>