.Made {
  padding-top: 174px;
  padding-bottom: 72px;
  width: 77.76041667vw;
  margin: 0 auto;
}
.Made h2 {
  font-weight: 400;
  font-size: 28px;
  color: #000;
  margin-bottom: 90px;
}
.Made p {
  font-size: 16px;
  color: #000;
  line-height: 36px;
}
.Made p:first-of-type {
  margin-bottom: 55px;
}
.Made .img {
  margin-top: 88px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Made .img img {
  margin-right: 20px;
  margin-top: 20px;
  object-fit: contain;
}
.Made .img .in .bottom {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 2560px){
	
}


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

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

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

@media screen and (max-width: 1680px){
	.Made h2{
    margin-bottom: 40px;
  }
  .Made p {
    font-size: 14px;
    line-height: 28px;
  }
  .Made .img {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .Made p:first-of-type {
    margin-bottom: 30px;
  }
}

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

@media screen and (max-width: 1440px){
	.Made .img .in .top{
    display: flex;
    align-items: end;
  }
  .Made .img{
    transform: scale(0.9);
    transform-origin: center;
  }

}

@media screen and (max-width: 1400px){
	.Made .img {
    transform: scale(0.8);
    height: 450px;
  }
  .Made {
    padding-top: 130px;
  }
}

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






@media screen and (max-width: 820px){
  .Made .img {
    transform: scale(0.6);
    height: 340px;
  }
  .Made{
    width: 100%;
    padding: 130px 60px 60px;
  }
  .Made p {
    line-height: 24px;
  }
  .Made h2 {
    font-size: 24px;
  }
}


@media screen and (max-width: 768px){
	.Made .img {
    transform: scale(0.55);
  }
}


@media screen and (max-width: 540px){
	.Made {
    width: 100%;
    padding: 130px 20px 60px;
  }
  .Made .img {
    transform: scale(0.4);
    height: 200px;
  }
  .Made h2 {
    font-size: 20px;
  }
  .Made p {
    font-size: 12px;
    line-height: 18px;
  }
  .Made h2 {
    margin-bottom: 30px;
  }
  .Made p:first-of-type {
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 414px){
	.Made .img {
    transform: scale(0.3);
    height: 120px;
  }
}

@media screen and (max-width: 375px){
	.Made .img {
    transform: scale(0.28);
    height: 100px;
  }
}

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