.contect {
  background: url("../img/home/contact_bg.png") no-repeat;
  background-size: cover;
  padding: 4.73vw 14.58vw 4.73vw 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contect .left {
  padding-left: 10.41vw;
}
.contect .left .b_title {
  color: #fff;
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.contect .left .s_title {
  color: rgba(255, 255, 255, 0.5);
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.contect .btn {
  cursor: pointer;
  width: 320px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  padding-left: 52px;
}
.contect .btn .contact_icon {
  width: 16px;
  height: 13px;
}
.contect .btn .line {
  margin: 0 54px 0 37px;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
}
.contect .btn .text {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.contect .btn .right_icon {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  transition: 0.5s;
}
.contect .btn:hover .right_icon {
  margin-left: 17px;
}
