@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

html,
body {
  margin: 0px;
  padding: 0px;
  background-color: #f8f9fa;
  font-family: "Open Sans", Sans-serif;
}

.approaches-upper-container {
  position: absolute;
  display: flex;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  padding: 50px 0px 70px 0px;
  width: 100%;
}
.approaches-upper-left {
  margin-top: 15%;
  width: 60%;
  padding-left: 50px;
}
.approaches-upper-heading {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px 10px 10px;
}
.approaches-upper-content {
  margin-top: 30px;
  letter-spacing: 1px;
  color: #717882;
  font-size: 16px;
}
.approaches-heading {
  font-size: 40px;
  text-align: center;
  padding: 20px 0px 30px 0px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: -webkit-linear-gradient(#4052f1, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.approach-full-container-bottom {
  position: absolute;
  margin-top: 600px;
  width: 100%;
}

.approach-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 70px;
}

.approach-card {
  width: 320px;
  height: 480px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.approach-card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.approach-card-image {
  align-items: center;
  width: 90px;
  display: flex;

  justify-content: center;
  margin: 20px 0px 10px 110px;
  height: 90px;
  background-color: #f8f9fa;
  border-radius: 50%;
}

.approach-card-image:hover {
  background-color: #fff;
}

.approach-card-image img {
  height: 70px;
  width: 70px;
}

.approach-content {
  letter-spacing: 1px;
  padding: 20px 30px 10px 30px;
  font-size: 13px;
  color: #717882;
}

.approach-card-heading {
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.approaches-footer-container {
  position: absolute;
  margin-top: 1850px;
  width: 100%;
}

.approaches-right-container {
  width: 40%;
  margin-top: 14%;
  display: flex;
  height: 300px;
  margin-left: 70px;
  align-items: center;
}
.approaches-right-container img {
  height: 350px;
  width: 400px;
}



@media only screen and (max-width: 400px){
  .approaches-upper-left {
    width: 100%;
    position: absolute;
    margin-top: 500px;
    padding-right: 20px;
    padding-left: 50px;
  }


  .approaches-right-container img {
    height: 275px;
    width: 330px;
  }

  .approaches-upper-heading {
    position: absolute;
    margin-top: -470px;
  }

  .approaches-right-container {
    margin-left: 0;
    margin-top: 180px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .approaches-upper-content {
    margin-top: 100px;
  }
  .approaches-right-container img {
    padding: 0px 10px 0px 10px;
  }
  .approaches-heading {
    width: 100%;
    margin-top: 50px;
    justify-content: center;
    display: flex;
    margin-left: 0;
  }

  .approach-full-container-bottom {
    margin-top: 850px;
  }

  .approaches-footer-container {
    margin-top: 3850px;
  }
}







@media only screen and (min-width: 400px) and (max-width: 600px) {
  .approaches-upper-left {
    width: 100%;
    position: absolute;
    margin-top: 500px;
    padding-right: 20px;
    padding-left: 50px;
  }

  .approaches-upper-heading {
    position: absolute;
    margin-top: -470px;
  }

  .approaches-right-container {
    margin-left: 0;
    margin-top: 180px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .approaches-upper-content {
    margin-top: 100px;
  }
  .approaches-right-container img {
    padding: 0px 10px 0px 10px;
  }
  .approaches-heading {
    width: 100%;
    margin-top: 50px;
    justify-content: center;
    display: flex;
    margin-left: 0;
  }

  .approach-full-container-bottom {
    margin-top: 850px;
  }

  .approaches-footer-container {
    margin-top: 3850px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 710px) {
  .approaches-upper-left {
    width: 100%;
    position: absolute;
    margin-top: 550px;
    padding-right: 20px;
    padding-left: 50px;
  }

  .approaches-right-container {
    margin-left: 0;
    margin-top: 170px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .approaches-upper-heading {
    position: absolute;
    margin-top: -500px;
  }

  .approaches-right-container img {
    padding: 0px 10px 0px 10px;
  }
  .approaches-heading {
    width: 100%;
    margin-top: 50px;
    justify-content: center;
    display: flex;
    margin-left: 0;
  }

  .approach-full-container-bottom {
    margin-top: 850px;
  }

  .approaches-footer-container {
    margin-top: 3850px;
  }
}

@media only screen and (min-width: 710px) and (max-width: 1100px) {
  .approaches-upper-left {
    width: 100%;
    position: absolute;
    margin-top: 550px;
    padding-right: 20px;
    padding-left: 50px;
  }

  .approaches-right-container {
    margin-left: 0;
    margin-top: 170px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .approaches-upper-heading {
    position: absolute;
    margin-top: -500px;
  }

  .approaches-right-container img {
    padding: 0px 10px 0px 10px;
  }
  .approaches-heading {
    width: 100%;
    margin-top: 50px;
    justify-content: center;
    display: flex;
    margin-left: 0;
  }

  .approach-full-container-bottom {
    margin-top: 850px;
  }

  .approaches-footer-container {
    margin-top: 2850px;
  }
}
