.more-sp {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}

.more-sp i {
  font-size: 50px;
}

.more-sp > p {
  margin-bottom: 0px;
  margin-left: 10px;
}
.notes-icon {
  background-color: rgb(236, 226, 78);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.notes-icon > i {
  font-size: 30px;
}
.list-content p {
  font-size: 16px;
  color: #292929;
  margin-bottom: 30px;
}

.options-container {
  background-color: rgb(242, 242, 242);
}
.list-icon-container {
  background-color: #e6e6e6;
}
.options-container i {
  padding-right: 0px;
}
.animate-bounce:hover {
  animation-play-state: paused;
}
.info-module {
  background-color: #f0f0f0;
  font-size: 18px;
}
.info-module p {
  font-size: 18px;
}
.card-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-title p {
  font-size: 24px;
  color: #292929;
  margin-bottom: 0px;
}
.table .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.technologies {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 120px;
  min-width: 35px;
  max-height: 45px;
  width: auto;
  height: auto;
  display: block;
}
.col-xxl-4 {
  display: flex;
  justify-content: center;
}
.rtitle {
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

.coopertion-model-row {
  display: flex;
  flex-direction: row;
}

.table {
  min-width: 1px;
}
.info-module {
  padding: 35px !important;
}
@media (max-width: 756px) {
  td {
    display: block;
  }
  .rtitle {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .row-title-container {
    border-bottom: none;
    margin-top: 20px;
    width: 100% !important;
    height: 30px;
    margin-bottom: 20px;
    position: relative;
  }
}
.row-title-container {
  position: relative;
  height: 100%;
  width: 400px;
}
@media (max-width: 1199px) {
  .coopertion-model-row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .col-xl-4 {
    display: flex;
    justify-content: center;
  }
}

.min-image-width{
  min-width: 180px;
}
.center-content{
  display: flex;
  justify-content: center;
}