@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body, div, h1, p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: white;
}

* {box-sizing: border-box}
img {vertical-align: middle;}

.container{
  max-width: 1150px;
  margin: 0 auto;
}

.content{
 padding-top: 40px;
 padding-bottom: 70px;
}

.background-atas{
  margin-top: 80px;
  background-image: url('../images/organic3.png');
  background-position: top right;
  background-size: 15%;
  background-repeat: no-repeat;
}

.row:before,
.row:after{
  display: table;
  content: " ";
  clear: both;
}

.one,
.one-third,
.two-third,
.one-fourth,
.half {
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .one-third{
    width: calc(100% / 3);
  }

  .two-third{
    width: calc(100% / 3 * 2);    
  }

  .column{
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

h1{
  color: #022453;
}

input {
  padding: 10px;
  font-size: 1.2em;
  width: 100%;
  border-color: #022453;
  border-radius: 15px;
  border-width: 2px;
  color: #022453;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

input::placeholder {
  color: #022453;
}

form {
  width: 85%;
}

h3{
  color: #2D70A4;
  margin-bottom: 3px;
}

p{
  font-size: 12px;
}

textarea{
  padding: 10px;
  font-size: 1.2em;
  width: 100%;
  border-color: #022453;
  border-radius: 15px;
  border-width: 2px;
  color: #022453;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

textarea::placeholder {
  color: #022453;
}

.button {
  font-weight: bold;
  background-color: #022453;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 110px;
  height: 36px;
  float: right;
}

.button:hover{
  transition-duration: 0.3s;
  background-color: #2D70A4;
}

.chatme img{
  width: 10%;
  margin-left: -5px;
  margin-right: 5px;
}