.workshop-company-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: 912px;
  background: #EDF3F5;
  flex: none;
  order: 8;
  align-self: stretch;
  flex-grow: 0;
  margin: 0 auto;
}

.workshop-company-area-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 1200px;
  height: 672px;
  margin-top: 120px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.workshop-company-area-boxs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;

  width: 1040px;
  height: 319px;

  /* Inside auto layout */
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  margin: 0 auto;
}

.workshop-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  width: 245px;
  height: 319px;
  background: #EDF3F5;
  flex: none;
  order: 4;
  flex-grow: 1;
  box-sizing: border-box;
}

.workspace-card-title {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333333;
  flex: none;
  flex-grow: 0;
}

.workshop-card-frequency {
  margin: 0;
  margin-left: 5px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #7A7A7A;
  flex: none;
  flex-grow: 0;
}

.workshop-description {
  width: 205px;
  height: 66px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

@media screen and (max-width: 768px) {

  .workshop-company-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: fit-content;
    margin: 0 auto;
    padding-bottom: 20px;
    background-image: url('../../images/develop-company/workshop-company.png');
    background-repeat: repeat;
  }

  .workshop-company-area-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 343px;
    height: auto;
    margin-top: 19.59px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }

  .workshop-company-area-boxs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 303px;
    height: auto;
    margin: 20px auto;
  }

  .workshop-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    width: 245px;
    height: auto;
    background: #EDF3F5;
  }

  .workspace-card-title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #333333;
    margin: 0px 0px 10px;
  }

  .workshop-description {
    width: 205px;
    height: auto;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    margin: 0px 0px;
  }
}