<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.consult .flex {
    justify-content: space-between;
}

input {
    height: 50px;
    line-height: 50px;
    width: 320px;
    border: 1px solid #e0dfdf;
    padding: 10px 10px;
    border-radius: 5px;
}

textarea {
    height: 160px;
    line-height: 50px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0dfdf;
    padding: 6px 10px;
    border-radius: 5px;
}

.submit {
    width: 240px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    margin: 40px 0 80px;
	font-size:20px;
}

.contact {
    position: relative;
}

.contact&gt;div {
    position: absolute;
    width: 544px;
    height: 508px;
    top: 20px;
    bottom: 0;
    margin: auto;
    left: 50%;
    background-color: #ffffffd5;
    border-radius: 10px;
    box-shadow: 0 0 4px 4px #eeeeee;
    transform: translateX(50px);
    padding: 40px 44px;
}

.contact&gt;div&gt;p:first-child {
    font-size: 24px;

}

.contact&gt;div&gt;p {
    padding-bottom: 24px;
}
.contact&gt;div img {
    width: auto;
    display: none;
   
}
.contact  a{
    position: relative;
    margin-right: 10px;
}
.contact  a&gt;img:nth-child(2){
    display: inline;
  
}
.contact a:hover&gt;img:nth-child(1){
    display: inline;
}
.contact a:hover&gt;img:nth-child(2){
    display: none;
}
.contact a:hover&gt;img:nth-child(3){
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
 

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