.Get_in_Touch {
  margin: 100px 0px;
}

.Get_in_Touch .Get_in_Touch_holder {
  box-shadow: 0px 3px 6px #ffffff29;
  border: 1px solid #ffffff30;
  padding: 20px 35px 0px 35px;
  background-image: url("/assets/images/it-solutions/website-devlopment/Get_in_Touch/bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  
}

.Get_in_Touch .img-holder {
  height: 300px;
}

.Get_in_Touch .img-holder .contact_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: left;
}

.Get_in_Touch .text-holder h2 {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}

.Get_in_Touch .text-holder p {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #9c9c9c;
  margin-bottom: 15px;
}

.Get_in_Touch .Contact_form {
  background-color: transparent;
  padding: 0px;
}


@media (min-width: 0px) and (max-width: 991px) {
.Get_in_Touch .text-holder h2 {
    font-size: 20px;
}

.Get_in_Touch .text-holder p {
    font-size: 16px;
}

.Get_in_Touch .Get_in_Touch_holder {
    padding: 20px 20px 0px 20px;
}
}

@media (min-width: 0px) and (max-width: 768px) {
.Get_in_Touch .text-holder h2 {
    text-align: center;
}

.Get_in_Touch .text-holder p {
    text-align: center;
}

.Get_in_Touch .img-holder .contact_img {
    object-position: center;
}
}