#magic-remote {
  text-align: center;
  background-image: linear-gradient(to top, #EBE7E4 , white);
  padding-bottom: 40px;
}

#magic-remote-title {
  font-size: 29px;
  margin: 40px 0;
  padding: 0 20px;
  color: #000;
}

#magic-remote-container {
  display: flex;
  flex-direction: row;
  max-height: 364px;
  height: 100%;
}

.mr-images{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magic-remote-col {
  max-width: 380px;
}

#magic-remote-center {
  padding: 30px 20px;
  background: #EBE7E4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

#magic-remote-subtitle {
  font-family: "LG Smart Regular", sans-serif !important;
  font-size: 16px;
  margin-bottom: 20px;
}

#mr-divider-container {
  max-height: 20px;
}

#mr-divider {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

#mr-ai-title {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin: 30px 0;
  padding: 30 10px;
}

@media (max-width: 992px){
  #magic-remote-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px){
  #magic-remote-subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }

  #magic-remote-center {
    padding: 20px 10px;
  }
}

@media (max-width: 543px){
  #magic-remote-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  #magic-remote-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .magic-remote-col {
    max-width: 543px;
  }

  #magic-remote-center {
    padding: 30px 20px;
    width: 100%;
  }

  #mr-left {
    margin-bottom: -6px;
  }
}