.product-second-bg {
  width: 100%;
  height: 70vh;
  position: absolute;
  background-color: rgb(1, 1, 68);
  background-size: cover;
  background-position: 0px;
  filter: brightness(80%);
}


#voice-logger-image {
  margin-top: 0rem;
  height: 50vh !important;
}

.voice-logger-main-content h4 {
  font-weight: 600;
  font-size: 30px;
  color: #293275;
}

.voice-logger-main-content p {
  line-height: 30px;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.voice-logger-main-content .content ul {
  padding-left: 1.5rem;
  line-height: 38px;
}

.voice-logger-main-content .content ul li {
  font-size: 18px;
  color: black;
}

.logger-content p {
  line-height: 30px;
}

@media screen and (min-width:300px) and (max-width:500px) {
  .voice-logger-main-content h4 {
    font-size: 22px;
  }

  .voice-logger-main-content .content ul li {
    font-size: 16px;
  }

  .voice-logger-main-content p {
    margin-top: 4rem !important;
  }

  .product-second-bg {
    width: 100%;
    height: 80vh;
  }

  .voice-logger-main-content p {
    line-height: 27px;
    margin-top: 2rem;
  }

  .voice-logger-main-content .content ul {
    padding-left: 1.5rem;
    line-height: 34px;
  }

  #voice-logger-image {
    margin-top: 0rem;
    padding: 2rem;
    margin-top: -15px;

  }

  .voice-logger-main-content .content {
    padding: 20px;
    margin-bottom: -3rem;
  }
}

@media screen and (min-width:500px) and (max-width:1000px) {
  .voice-logger-main-content p {
    line-height: 27px;
    margin-top: 1rem;
  }

  .voice-logger-main-content .content ul {
    padding-left: 1.5rem;
    line-height: 34px;
  }

  #voice-logger-image {
    padding: 2rem;
    margin-top: -15px;
    display: block;
    margin: auto;

  }

}
#voice-logger-main-content{
  margin-bottom: 2rem;
}
@media screen and (max-width:1024px) {
  .voice-logger-main-content p {
    line-height: 27px;
    margin-top: 0rem !important;
    margin-bottom: 2rem !important;
  }

  .voice-logger-main-content .content ul {
    padding-left: 1.5rem;
    line-height: 34px;
  }

  #voice-logger-image {
    padding: 2rem;
    margin-top: -15px;
    display: block;
    margin: auto;
    height: auto !important;
  }
}



@media screen and (max-width:768px) {
  .voice_logger_content{
    order: 2;
    margin-bottom: 30px !important;

  }
  .voice_logger_Image{
    order: 1;
    margin-top: 0px !important;
  }
 
}

