<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-container {
	/* height: 400px; */
	margin-top: 20px;
	display: flex;
	flex-direction: column;

}

.contact-info {

	display: flex;
	justify-content: space-between;

}

.contact-box {

	/* height: 40px; */
	/* padding: 0 1px 0 0px; */
	/* background-color: red; */
	display: flex;
	align-items: center;
	/* justify-content: ; */
	border-right: 1px solid #ececec;
	width: 30%;



}

.contact-box:last-child {
	border: none;
}

.tel-icon {}

.tel-icon&gt;span {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: linear-gradient(to right bottom, #44bfab, #00b9ef);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	flex: 1;
}

.tel-icon&gt;i {
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
}

.contact-p {
	flex: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
        font-size: 18px;
}
.contact-p span{
     font-size: 14px;
         word-break: break-all;
    color: #333;
}
.contact-p span em{
    display:block;
     font-size: 16px;
}

.online {
	/* height: 400px; */
	background-color: #f5f5f5;
	padding: 40px 20px;
}

.online-title {
text-align: left;
    line-height: 160px;
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: bold;
    color: #333;
}


.online-text {
	color: #666;
        font-size: 16px;
}

.contact-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.contact-form&gt;input {
	width: 48%;
	margin-bottom: 20px;
	height: 50px;


}

.contact-form .info-dir {
	height: 200px;


}

.contact-form .set-btn {
	width: 100%;
	line-height: 80px;
	height: 80%;
	text-align: center;
	margin-top: 40px;

}

.infobtn {
	background-color: #00796a;
	color: #fff;
	padding: 10px 40px;
}

.infobtn:hover {
	background-color: #02b19b;
	
}

@media (max-width: 640px) {

    .contact-info {
display:block;
    }

.tel-icon&gt;span {
    display: inline-block;
    width: 40px;
    height: 40px;   
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    flex: 1;
    margin-left: 0px;
}
.contact-container {     
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}
.contact-box {
    height: auto;
  display: block;
  margin-bottom: 20px;

    border-right: none;
    width: 100%;
}

    .contact-box p {
display:inline-block;
    }



.contact-p {
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
    font-size: 14px;
    /* text-align: center; */
    margin-top: 10px;
       padding-left: 10px;
       width: 300px;
}
    .contact-p span {
font-size: 14px;
    }
.contact-p span.tel {
    font-size:14px;
}
.contact-p span em { 
    font-size: 12px;
    color: #afaeae;
}
    .online-title {
line-height: 50px;
font-size: 20px;
    }
.online-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
}
}

@media screen and (max-width:360px) {
    .contact-p {
    width: 295px;
    }
}
</pre></body></html>