.box-layout-set {
    padding: 40px 0;
}
.box-layout-set .box-layout-title {
    font-size: clamp(28px, 3.8vw, 54px);
    margin-bottom: 89px;
}
.box-layout-set .box-list-row {
    margin: 0 -26px -52px;
}
.box-layout-set .box-list-row .box-item {
    padding: 0 26px 52px;
    width: calc(100% / 3);
}
.box-layout-set .box-list-row .box-item .box-list-wrap {
    background-color: #ffffff;
    box-shadow: 0px 40px 68.4px -43px rgba(0, 0, 0, 0.3);
    height: 100%;
    padding: 70px 46px 36px;
    display: flex;
    flex-direction: column;
}
.box-layout-set .box-list-row .box-item .box-list-wrap .box-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.box-layout-set .box-list-row .box-item .box-list-wrap .box-icon-wrap img {
    position: static;
    width: auto;
    height: 155px;
    max-height: 100%;
    object-fit: contain;
}
.box-layout-set .box-list-row .box-item .box-list-wrap .box-content {
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .box-layout-set {
        padding: 40px 0 70px;
    }
    .box-layout-set .box-layout-title {
        margin-bottom: 40px;
    }
    .box-layout-set .box-list-row {
        margin: 0 -20px -40px;
    }
    .box-layout-set .box-list-row .box-item {
        padding: 0 20px 40px;
    }
    .box-layout-set .box-list-row .box-item .box-list-wrap {
        padding: 35px;
    }
}
@media screen and (max-width: 1199px) {
    .box-layout-set .box-list-row .box-item .box-list-wrap .box-icon-wrap img {
        height: 140px;
    }
}
@media screen and (max-width: 1024px) {
    .box-layout-set {
        padding: 20px 0 50px;
    }
    .box-layout-set .box-list-row .box-item {
        width: 50%;
    }
    .box-layout-set .box-list-row .box-item .box-list-wrap .box-icon-wrap {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .box-layout-set {
        padding: 0 0 30px;
    }
    .box-layout-set .box-layout-title {
        margin-bottom: 30px;
    }
    .box-layout-set .box-list-row {
        margin: 0 0 -30px;
    }
    .box-layout-set .box-list-row .box-item {
        width: 100%;
        padding: 0 0 30px;
    }
    .box-layout-set .box-list-row .box-item .box-list-wrap .box-icon-wrap {
        margin-bottom: 20px;
    }
    .box-layout-set .box-list-row .box-item .box-list-wrap .box-icon-wrap img {
        height: 120px;
    }
}
