.getconsult {
  margin-bottom: 70px;
}
.getconsult__heading {
  margin-bottom: 30px;
}
.getconsult__heading-title {
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 16px;
}
.getconsult__heading p {
  font-size: 13px;
  line-height: 20px;
  color: #586067;
}
.getconsult__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1540px;
}
@media screen and (min-width: 750px) {
  .getconsult__container {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1240px) {
  .getconsult__container {
    justify-content: space-between;
  }
}
.getconsult__image {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1240px) {
  .getconsult__image {
    padding-left: 60px;
  }
}
.getconsult__image-imgfirst {
  max-width: 280px;
  max-height: 280px;
  aspect-ratio: 1/1;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1240px) {
  .getconsult__image-imgfirst {
    max-width: 536px;
    max-height: 536px;
  }
}
.getconsult__image-imgsecond {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 93px;
  max-height: 93px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 6px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}
@media screen and (min-width: 1240px) {
  .getconsult__image-imgsecond {
    max-width: 256px;
    max-height: 256px;
  }
}
.getconsult__formbox {
  flex: 1 400px;
  max-width: 740px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1240px) {
  .getconsult {
    margin-bottom: 114px;
  }
  .getconsult__heading {
    margin-bottom: 40px;
  }
  .getconsult__heading-title {
    font-size: 54px;
    line-height: 56px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .getconsult__heading p {
    font-size: 20px;
    line-height: 30px;
  }
}