.introduce-wrap .container {
    margin: 55px auto;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 30px;
    overflow-x: auto;
}
.introduce-wrap .container .row {
    margin-top: 30px;
}

.introduce-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    text-align: left;
    border: 1px solid #ddd;
    min-width: 800px;
}

.introduce-wrap thead {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #efefef;
    background: var(--main-color);
}

.introduce-wrap th,
.introduce-wrap td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.introduce-wrap tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.introduce-wrap th {
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.introduce-wrap td {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: center;
}

.introduce-wrap td p {
    margin: unset;
}


.introduce-wrap .amount-wrap,
.introduce-wrap .count-wrap {
    display: flex;
    background: #F3F3F3;
    padding: 15px 20px;
}
.introduce-wrap .amount-wrap .label,
.introduce-wrap .count-wrap .label {
    color: #333;
}
.introduce-wrap .amount-wrap input {
    flex: 1;
}
@media screen and (max-width: 640px) {
    .introduce-wrap .container {
        margin: unset;
    }
}
