.myContent .myContainer {
  padding: 0 3%;
}

.myContent .product .myContainer {
  display: flex;
  justify-content: space-between;
  padding: 50px 57px 56px;
}

.myContent .product .myContainer .item {
  display: block;
  width: 29.16%;
  height: auto;
}

.myContent .product .notic {
  background: #f1f1f2;
  font-size: 24px;
  color: #000039;
  line-height: 41px;
  text-align: center;
}

.myContent .provide {
  padding-bottom: 36px;
}

.myContent .provide .title {
  font-size: 24px;
  color: #231f20;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 28px;
  line-height: 1;
  font-weight: bold;
}

.myContent .provide .content {
  display: flex;
  justify-content: center;
}

.myContent .provide .content .item {
  font-size: 24px;
  color: #231f20;
  border: 1px solid #ec1c24;
  text-align: center;
}

.myContent .provide .content .item .top {
  font-weight: bold;
  border-bottom: 1px solid #ec1c24;
  font-size: 28px;
  padding: 0 8px;
}

.myContent .provide .content .item .bottom {
  white-space: nowrap;
  width: fit-content;
  padding: 0 15px;
}

.myContent .provide .content .item:not(:last-child) {
  margin-right: 94px;
}

.myContent .provide .content .item:nth-child(2) {
  border-color: #f05a28;
}

.myContent .provide .content .item:nth-child(2) .top {
  border-color: #f05a28;
}

.myContent .provide .content .item:nth-child(3) {
  border-color: #231f20;
}

.myContent .provide .content .item:nth-child(3) .top {
  border-color: #231f20;
}

@media (max-width: 768px) {
  .myContent .product .myContainer {
    padding: 5% 3%;
  }
  .myContent .product .myContainer .item {
    width: 31%;
  }
  .myContent .product .notic {
    font-size: 16px;
    line-height: 1;
    padding: 3% 8%;
    margin: auto;
  }
  .myContent .provide .title {
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 18px;
  }
  .myContent .provide .content .item {
    font-size: 16px;
  }
  .myContent .provide .content .item .top {
    font-size: 16px;
  }
  .myContent .provide .content .item .bottom {
    font-size: 14px;
    padding: 0 15px;
  }
  .myContent .provide .content .item:not(:last-child) {
    margin-right: 5%;
  }
}

@media (max-width: 425px) {
  .myContent .provide .content {
    justify-content: space-between;
  }
  .myContent .provide .content .item {
    width: 29%;
  }
  .myContent .provide .content .item .bottom { 
    margin: auto;
    padding: 0;
  }
  /* .myContent .provide .content .item:not(:last-child) {
    margin: 5% auto;  
    margin-left: 0;
  } */
}
