.__craft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 120px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.__craft div {
  width: 80%;
  border: 1px solid red;
}

.__craft div:first-child {
  width: 20%;
  text-align: center;
}

.__craft div:last-child {
  font-weight: 500;
  text-align: left;
}

.__craft div:last-child p {
  font-size: 30px;
}

.__craft h2 {
  font-size: 40px;
  margin-top: 0px;
}

.__craft .c-first {
  font-weight: 800;
  /*text-align: center;*/
}

.craft--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.craft--img img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.made-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}

.made-header div:first-child {
  width: 20%;
  border: 1px solid red;
  font-weight: 800;
  text-align: center;
  padding-top: 30px;
}

.made-header div:last-child {
  width: 80%;
  border: 1px solid red;
  font-size: 30px;
}

.made-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.made-text #p-blue {
  color: #1A659E;
}

.made-text div:first-child {
  width: 100%;
  font-weight: 800;
  text-align: center;
  padding-top: 30px;
  border: 1px solid red;
  font-size: 30px;
}

.made-text div:last-child {
  width: 100%;
  border: 1px solid red;
  text-align: center;
}

.made-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}

.made-row1 div:first-child {
  width: 60%;
  border: 1px solid red;
}

.made-row1 div:first-child img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.made-row1 div:last-child {
  width: 40%;
  border: 1px solid red;
  padding: 40px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: top;
}

.made-row1 div:last-child img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 230px;
}

.made-row1 div:last-child h2 {
  margin: 0px;
  font-size: 26px;
  font-weight: bold;
}

.made-row1 div:last-child h3 {
  color: black;
}

.made-row1 div:last-child p {
  font-weight: 500;
  margin-top: -15px;
}

.made-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.made-row2 div:first-child {
  width: 60%;
  border: 1px solid red;
}

.made-row2 div:first-child img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.made-row2 div:last-child {
  width: 40%;
  border: 1px solid red;
  padding: 40px;
  padding-top: 0px;
  vertical-align: top;
}

.made-row2 div:last-child img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 230px;
}

.made-row2 div:last-child p {
  font-weight: 500;
  margin-top: -15px;
}

@media only screen and (max-width: 1024px) {
  .about h2 {
    font-size: 24px;
  }
  .about .craft--img img {
    height: 320px;
  }
  .about .__craft div:first-child {
    width: 35%;
  }
  .about .__craft div:last-child {
    width: 65%;
  }
  .about .__craft div:last-child p {
    font-size: 20px;
  }
  .made-header {
    padding-top: 0;
  }
  .made-header div:first-child {
    width: 35%;
  }
  .made-header div:last-child {
    width: 65%;
  }
  .made-header div:last-child p {
    font-size: 20px;
  }
  .made-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .made-row1 div:first-child {
    width: 100%;
  }
  .made-row1 div:first-child img {
    width: 20px;
    height: 320px;
  }
  .made-row1 div:last-child {
    width: 100%;
    padding: 0px;
  }
  .made-row1 div:last-child p {
    font-size: 20px;
  }
  .made-row2 div:first-child img {
    height: 100%;
  }
  .made-row2 img:last-child {
    height: 180px;
    width: 150px;
  }
  .made-row2 div:last-child {
    width: 70%;
    padding: 24px;
  }
  .made-row2 div:last-child p {
    font-size: 20px;
  }
}

@-ms-viewport {
  width: device-width;
}
/*# sourceMappingURL=about.css.map */