.uses {
  padding-top: 50px;
  padding-bottom: 50px;
}

.uses-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.uses-title h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
}
.uses-title p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

.uses-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
}
.uses-content {
  width: 50%;
  padding-left: 15%;
  display: flex;
  flex-direction: column;
}
.uses-content-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
.uses-content-wrapper-content {
  display: flex;
  flex-direction: column;
}
.uses-content-wrapper-content p {
  font-size: 105%;
  letter-spacing: 0.5px;
  width: 525px;
  margin-top: 8px;
  margin-bottom: 0;
}

.uses-image {
  padding-left: 5%;
  width: 50%;
  height: 100%;
}
.uses-image img {
  width: 600px;
  height: 100%;
  box-shadow: 0px 15px 20px -15px rgba(0, 0, 0);
}

@media screen and (min-width: 351px) and (max-width: 1000px) {
  .uses-title {
    width: 90%;
    text-align: left;
    padding-left: 10%;
  }
  .uses-wrapper {
    flex-direction: column;
  }
  .uses-content {
    width: 100%;
    padding-left: 10%;
  }
  .uses-content-wrapper-content p {
    width: 90%;
  }
  .uses-image {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  .uses-image img {
    width: 100%;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
  .uses-title p {
    padding-left: 15%;
    padding-right: 15%;
  }
  .uses-content {
    padding-left: 5%;
  }
  .uses-content-wrapper-content p {
    width: 90%;
  }
  .uses-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 900px;
    padding-left: 2%;
    padding-right: 5%;
  }
  .uses-image img {
    width: 100%;
    height: auto;
    max-width: 950px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1850px) {
  .uses-content {
    padding-left: 12%;
  }
}
