.hostInfoContainer {
  background-color: #FF9B48;
  margin-bottom: 16px;
  border-radius: 10px;
}

.hostInfoHolder {
  padding-bottom: 10px;
}
.hostInfoHolder IMG {
  width: 100%;
  height: auto;
  margin-bottom: 9px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hostInfoHolder .hostText {
  margin-bottom: 21px;
}
.hostInfoHolder .hostText .txt {
  display: none;
}
.hostInfoHolder .hostText .txt-m {
  padding: 0 24px;
  font-size: clamp(1.625rem, -0.168rem + 5.978vw, 4.375rem);
  line-height: 1;
  font-weight: 500;
  color: #F7F7F7;
}
.hostInfoHolder .hostText .txt-m span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.hostInfoHolder .hostText .txt-m span.txt2 {
  font-weight: 300;
}

@media (min-width: 1024px) {
  .hostInfoContainer {
    margin-bottom: 78px;
    border-radius: 20px;
  }
  .hostInfoHolder {
    display: grid;
    grid-template-columns: 505fr 784fr;
    align-items: center;
    gap: 0 20px;
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 18px 0 29px;
    box-sizing: content-box;
  }
  .hostInfoHolder IMG {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .hostInfoHolder .hostText {
    grid-row: 1/3;
    grid-column: 1/2;
    padding: 24px 0 24px 10px;
    margin-bottom: 0;
  }
  .hostInfoHolder .hostText .txt {
    display: block;
    font-size: clamp(1.625rem, -0.168rem + 5.978vw, 4.375rem);
    line-height: 1.21;
    font-weight: 300;
    color: #F7F7F7;
  }
  .hostInfoHolder .hostText .txt span.medium {
    font-weight: 500;
  }
  .hostInfoHolder .hostText .txt-m {
    display: none;
  }
}