.automated-section {
  padding-top: 160px;
  padding-bottom: 287px;
  display: flex;
  justify-content: center;
  margin-left: 104px;
  margin-right: 104px;
  position: relative;
  z-index: 1;
}

.blur-automated {
  position: absolute;
  width: 717px;
  height: 382px;
  top: -150px;
  left: 700px;
  z-index: 10;
  pointer-events: none;
  filter: blur(50px);
  opacity: 1;
}

.blur-automated-bottom {
  position: absolute;
  width: 717px;
  height: 382px;
  top: 700px;
  left: -150px;
  z-index: 10;
  pointer-events: none;
  filter: blur(50px);
  opacity: 1;
}

.automated-container {
  background-color: #0606061A;
  width: 1304px;
  height: 508px;
  display: flex;
  justify-content: space-between;
  gap: 57px;
  padding-right: 24px;
}

.automated-image video {
  width: 649px;
  height: 508px;
  object-fit: cover;
}

.automated-text-container {
  width: 598px;
  height: 272px;
  padding-top: 118px;
  padding-bottom: 118px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: visible !important;

}

.automated-title h2 {
  width: 598px;
  height: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0;
}

.automated-description p {
  width: 598px;
  height: 238px;
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
  overflow: visible !important;
  display: block !important;
  text-overflow: unset !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  white-space: normal !important;
}

.automated-description strong {
  font-weight: 700;
  color: #FFFFFF;
}

@media (max-width: 600px) {
  .automated-section {
    padding-top: 32px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    overflow-x: hidden !important;
     margin-bottom: 70px;

  }

  .blur-automated {
    display: none;
  }

  .blur-automated-bottom {
    display: none;
  }

  .automated-container {
    background-color: #0606061A;
    width: 393px;
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
  }

  .automated-image {
    width: 181px;
    height: 140px;
    min-width: 181px;
    max-width: 181px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .automated-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
  }

  .automated-text-container {
    width: 182px;
    height: 123px;
    padding: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    word-break: break-word;
    overflow: hidden;
  }

  .automated-title h2 {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .automated-description p {
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    margin: 0;
    text-align: left;
    white-space: normal;
  }

  .automated-description strong {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
  }
}