body{
  background: #52796f;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #181818;
}
.container{
  width: 80%;
  margin: 50px auto;
}
.contact-box{
  background: #fff;
  display: flex;
}
.contact-left{
  flex-basis: 60%;
  padding: 40px 60px;
  /* background: #edede9; */
}
.contact-right{
  flex-basis: 40%;
  padding: 40px;
  background: #84a98c;
  /* color: #fff; */
}
h1{
  margin-bottom: 10px;
}
.container p{
  margin-bottom: 40px;

}
.input-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.input-row .input-group{
  flex-basis: 45%;
}

input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #181818;
  outline: none;
  padding-bottom: 5px;
}
textarea{
  width: 100%;
  border: 1px solid #080808;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}
label{
  margin-bottom: 6px;
  display: block;
}

button{
  background: #344e41;
  width: 100px;
  border-radius: 30px;
  outline: none;
  color: #fff;
  cursor: pointer;
  height: 30px;
  margin-top: 15px;
  /* box-shadow: 0px 5px 15px 0px rgba(28,0,181,0.3); service_knyjgal*/
}

.contact-left {
  color: #3c5b4b;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-right {
  color: #1b4332;
  font-weight: 600;
  /* margin-bottom: 30px; */
}

tr td:first-child{
  padding-right: 20px;
}

tr td{
  padding-top: 20px;
}