.contact .title::after{
    content: "Hör av dig";
}
.contact .content-contact .column{
    width: calc(50% - 30px);
}
.contact .content-contact .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact .content-contact .left p{
    text-align: justify;
}
.contact .content-contact .left .icons{
    margin: 10px 0;
}
.contact .content-contact .info-row{
    display: flex;
    height: 65px;
    align-items: center;
}
.contact .content-contact .info-row .info{
    margin-left: 30px;
}
.contact .content-contact .info-row i{
    font-size: 25px;
    color: #2F0B6Fff;
}
.contact .content-contact .info .head{
    font-weight: 500;
}
.contact .content-contact .info .sub-title{
    color: #333;
}
.contact .right form .fields{
    display: flex;
}
.contact .right form .field,
.contact .right form .fields .field{
    height: 45px;
    width: 100%;
    margin-bottom: 25px;
}
.contact .right form .textarea{
    height: 80px;
    width: 100%;
}
.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea{
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}
.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus{
    border-color: #b3b3b3;
}
.contact .right form .textarea textarea{
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area{
  display: flex;
  align-items: center;
}
.right form .button-area button{
  color: #fff;
  display: block;
  width: 160px!important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #2F0B6Fff;
  border: 2px solid #2F0B6Fff;
  transition: all 0.3s ease;
}
.right form .button-area button:hover{
  color: #2F0B6Fff;
  background: none;
}