.introduction-section {
    padding-bottom: 200px;
}
.introduction-banner-box {
    display: flex; justify-content: center; align-items: center;
    width: 100%; max-height: 480px; height: 100%;
}
.introduction-banner-inner-box {
    position: absolute;
    max-width: 1280px; width: 100%;
    padding: 30px 0;
    color:#FFFFFF;
}
.brand-title {
    margin-bottom: 7%;
    font-weight: 700; font-size: 18px; color: #333333;
}
.two-peas-title {
    margin-bottom: 15px;
    font-weight: 600; font-size: 46px; color: #FFFFFF;
}
.two-peas-bottom-title {
    font-weight: 400; font-size: 18px; color: #FFFFFF;
}
.introduction-content-box {
    display: flex; justify-content: center;
    padding: 0 30px;
    font-weight: 400;
}
.introduction-content-text-box {
    display: flex; justify-content: center;
    width: 100%;
}
.introduction-content-text {
    max-width: 1042px;
    padding: 50px 0;
    text-align: center;
    line-height: 32px;
}
.introduction-content-bottom-text{
    margin-bottom: 100px;
    text-align: center;
}
.beans-service-box {
    margin-bottom: 39px;
    text-align: start;
}
.beans-service-text {
    font-weight: 700; font-size: 18px; color: #333333;
}
.introduction-content-img-box {
    display: flex; justify-content: center;
    margin-bottom: 100px;
}
.introduction-img-1 {
    margin-top: 96px; margin-right: 30px;
}
.introduction-img-2 {
    max-height: 261px;
}
.introduction-service-item-box-wrap {
    display: flex;
}
.introduction-service-item-box {
    display: flex;
    margin-right: 11px;
    font-weight: 400; font-size: 16px; color: #222222;
    line-height: 24px;
}
.introduction-service-item-box:last-of-type {
    margin-right: 0;
}
.introduction-service-item {
    display: flex; justify-content: center; align-items: center;
    max-width: 358px;
    padding: 46px 42px 46px 20px;
    border: solid 1px #CCCCCC; border-radius: 20px;
}






/*######################## media ######################*/
@media screen and (max-width: 1360px) {
    .introduction-banner-inner-box img {
        margin-left: 30px;
    }
    .brand-title, .two-peas-title, .two-peas-bottom-title {
        padding: 0 30px;
    }
}
@media screen and (max-width: 1023px) {
    .introduction-section {
        padding-bottom: 150px;
    }
    .brand-title {
        margin-bottom: 4%;
    }
    .two-peas-title {
        font-size: 40px;
    }
    .introduction-content-text {
        padding-bottom: 20px;
    }
    .introduction-content-bottom-text {
        margin-bottom: 0;
    }
    .introduction-content-img-box {
        display: block;
        text-align: center;
    }
    .introduction-service-item-box {
        width: 100%;
        margin-right: 0; margin-bottom: 15px;
    }
    .introduction-service-item {
        max-width: unset; width: 100%;
    }
    .introduction-service-item-box-wrap {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .introduction-banner-box {
        height: 330px;
    }
    .introduction-banner-box img {
        object-fit: cover;
    }
    .introduction-content-box {
        padding: 0 15px;
    }
    .brand-title {
        margin-bottom: 8%;
    }
    .two-peas-title {
        font-size: 32px;
    }
    .introduction-banner-inner-box {
        padding-top: 50px;
    }
    .introduction-content-img-box {
        margin-bottom: 30px;
    }
    .introduction-img-1 {
        max-width: 289px; max-height: 197px;
        margin-top: 20px; margin-right: 0;
    }
    .introduction-img-2 {
        margin-top: 15px;
        max-width: 289px; max-height: 197px;
    }
    .introduction-content-text {
        line-height: 22px;
    }
    .beans-service-box {
        margin-bottom: 19px;
    }
    .introduction-service-item-box {
        font-size: 15px;
    }
    .introduction-service-item {
        padding: 26px 14px;
    }
    .introduction-section {
        padding-bottom: 70px;
    }
}
