/*Works
=================================*/
.Works {
  line-height: 2;
}

.works-head {
  font-size: 32px;
  margin-bottom: 20px;
}
.works-head h2 {
  font-weight: 500;
}

.works-wrapper__about {
  display: flex;
  height: 300px;
  padding: 20px 40px;
  border-radius: 12px;
  border: 2px solid #000;
  margin-bottom: 30px;
}

.works-wrapper__about-left {
  font-size: 18px;
  width: 60%;
}

.works-wrapper__about-left__conmpany {
  margin-bottom: 30px;
}
.works-wrapper__about-left__conmpany h3 {
  font-weight: 700;
}

.works-wrapper__about-left__contents h3 {
  font-weight: 700;
}

.works-wrapper__about-right {
  width: 40%;
  text-align: center;
}
.works-wrapper__about-right img {
  height: 100%;
}

.works-wrapper__text h3 {
  font-size: 18px;
  font-weight: 700;
}

.about-title {
  font-size: 24px;
  font-weight: 600;
  border-bottom: solid 2px #00004d;
}
@media screen and (max-width: 767px) {
  .about-title {
    font-size: 18px;
  }
}

.about-wrapper {
  display: flex;
  margin-top: 10px;
  height: auto;
}

.about-wrapper__left {
  width: 60%;
}

.about-wrapper__right {
  width: 40%;
  text-align: center;
}
.about-wrapper__right img {
  height: 120px;
}

.about-company {
  font-size: 18px;
  font-weight: 600;
}

.about-addres {
  margin-top: 10px;
}