.text-wrapper {
  width: 500px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
  height: 100%;
}

.fitcheck-block-call {
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: white;
  min-height: 140px;
  font-size: 20px;
}
.block-content-call {
  height: 160px;
  background: linear-gradient(to bottom, #a3d9ff, #d5ebff);
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  padding: 11px 20px;
  position: relative;
  line-height: 1.5rem;
}

.title {
  color: var(--main-color--);
}
.intro_text {
  margin-top: 0;
  text-align: center;
  max-width: 90%;
  line-height: 1.5;
}

.intro_text_contact {
  margin-top: 0;
  font-size: 20px;
  text-align: center;
  max-width: 100%;
  line-height: 1.7;
}

.fitcheck-image-call {
  width: 37%;
  height: auto;
  position: absolute;
  bottom: 1%;
  left: 78%;
  transform: translateX(-50%);
}

.fitcheck-call-text {
  width: 60%;
  text-align: left;
  padding: 0;
  margin: 0;
}

.fitcheck-btn {
  width: 20%;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.519);
  height: auto;
  padding: 3px;
  position: absolute;
  bottom: 1%;
  left: 13%;
  transform: translateX(-50%);
}

.intro_text p {
  margin-bottom: 0;
}

.fitcheck-btn {
  text-align: center;
  margin: 10px auto;
}

@media (min-width: 320px) and (max-width: 700px) {
  .white_container {
    height: 300px;
  }
  .text-wrapper {
    width: 320px;
    max-width: 100%;
  }
  .fitcheck-block-call {
    width: 300px;
    max-width: 100%;
    margin: 20px auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: white;
    min-height: 190px;
  }
  .block-content-call {
    height: 220px;
    background: linear-gradient(to bottom, #a3d9ff, #d5ebff);
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    padding: 11px 20px;
    position: relative;
  }
  .fitcheck-btn {
    width: 40%;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.519);
    padding: 2px;
    position: absolute;
    bottom: 5%;
    left: 26%;
    transform: translateX(-50%);
    height: 30px;
  }
  .fitcheck-image-call {
    width: 39%;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 80%;
    transform: translateX(-50%);
  }
  .fitcheck-call-text {
    width: 98%;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
