body img{
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


.references-box-text {
  display: flex;
  align-items: center;
  padding: 50px;
}

.references-box-textbox {
  padding: 50px 00px 50px 0;
}

.references-smal-text {
  letter-spacing: 3px;
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
}

.references-title-first {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.references-title-second {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.references-img {
  border-radius: 30px;
  width: 100%;
}

.references-text {
  font-family: "Manrope";
  font-size: 14px;
  margin-top: 50px;
}

.references-text-more {
  font-family: "Manrope";
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 1.1px;
}
.references-text-more-hr {
  border: 1px solid #008fc4;
  width: 70px;
  opacity: 1;
  width: 120px;
  margin-left: 12px;
  margin-top: 3px;
}

@media (min-width: 1030px) {
  .references-container {
    position: relative;
    padding-top: 150px;
  }

  .references-box {
    height: 100%;
    margin-top: 80px;
  }
}

@media screen and (max-width: 1030px) and (min-width: 990px) {
  .references-container {
    position: relative;
    padding-top: 200px;
  }
  .references-title {
    margin-left: 150px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .references-box {
    height: 100%;
  }
}

@media screen and (max-width: 1730px) and (min-width: 1025px) {
  .references-container {
    position: relative;
    padding-top: 200px;
  }
  .references-title {
    margin-left: 150px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .references-box {
    height: 100%;
  }
}

@media (max-width: 989px) {
  .references-container {
    position: relative;
    padding-top: 180px;
  }

  .references-title {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

a{
  text-decoration: none;
}