.about-itsol {
  width: 1400px;
  background: #EDF3F5;
  padding: 120px 100px;
  box-sizing: border-box;
  min-height: 990px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-itsol-area {
  width: 1200px;
  min-height: 752px;
  background: white;
  padding: 20px 60px;
  box-sizing: border-box;
  border-radius: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.about-itsol-title-box {
  width: 100%;
  border-bottom: 3px solid #FAE3E9;
}

.itsol-title {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 98px;
  color: #1E9EDB;
  margin: -4px 0px;
}

.itsol-subtitle {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 10px;
  color: #1E9EDB;
}

.about-itsol-redline {
  width: 68px;
  border-bottom: 3px solid #CF1646;
}

.about-itsol-description {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .about-itsol {
    min-height: 632px;
    width: auto;
    padding: 32px 16px;
    box-sizing: border-box;
    background-image: url("../../images/values/bbq.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .about-itsol-area {
    width: 343px;
    height: auto;
    margin: 0 auto;
    align-self: stretch;
    padding: 24px;
    background: #FFFFFF;
    opacity: 0.97;
    border-radius: 20px;
  }

  .itsol-title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #1E9EDB;
  }

  .itsol-subtitle {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #1E9EDB;
  }
}