header {
    background: url(../img/land/header.jpg) no-repeat center / cover;
}

.card {
    margin-bottom: 30px;
}
.card p {
    display: flex;
    height: auto;
    font-size: 16px;
    white-space: inherit;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    border-bottom: 1px solid #c8c8c8;
    position: static;
    height: auto;
}
.card p span {
    white-space: nowrap;
    font-size: 22px;
    margin-right: 15px;
}
.card:nth-of-type(1), .card:nth-of-type(2), .card:nth-of-type(3) {
    border: none;
}
.card:first-of-type p::before {
    content: "";
    width: 1px;
    height: 1000vh;
    background-color: #c8c8c8;
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    z-index: 3;
}
.card:nth-of-type(2) p::before {
    content: "";
    width: 1px;
    height: 300%;
    background-color: #c8c8c8;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 3;
}
.card:nth-of-type(2) p::after {
    content: "";
    width: 1px;
    height: 300%;
    background-color: #c8c8c8;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
}
.card:nth-of-type(3) p::after {
    content: "";
    width: 1px;
    height: 300%;
    background-color: #c8c8c8;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
}

.card:nth-of-type(4), .card:nth-of-type(5), .card:nth-of-type(6) {
    margin-bottom: 0;
}
.card:nth-of-type(4) p, .card:nth-of-type(5) p, .card:nth-of-type(6) p {
    border-bottom: none;
}
.card:nth-of-type(4)::before {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: -100px;
    background-color: #c8c8c8;
    z-index: 2;
}
.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.icon-wrapper .icon {
    display: flex;
    width: 24%;
    aspect-ratio: 1 / 1;
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #4ca535;
    border-radius: 50%;
    font-size: 24px;
    color: #4ca535;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
}
.icon-wrapper .icon:last-of-type {
    margin-right: 0;
}
.btm-text {
    font-size: 20px;
    color: #4ca535;
    padding: 20px 30px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.link {
    display: flex;
    width: fit-content;
    align-items: center;
    color: #4ca535;
    margin-top: 30px;
}
.link img {
    display: flex;
    width: 20px;
    margin: auto 0 auto 10px;
}
@media screen and (max-width: 1260px) {
    .icon-wrapper .icon {
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .card::before, .card::after {
        display: none;
    }
    .card p::before, .card p::after {
        display: none;
    }
    .card {
        border-top: 1px solid #c8c8c8 !important;
        margin-bottom: 40px;
    }
    .card:nth-of-type(4), .card:nth-of-type(5), .card:nth-of-type(6) {
        margin-bottom: 40px;
    }
    .card:first-of-type {
        border-top: none !important;
    }
    .card:last-of-type {
        margin-bottom: 0;
    }
    .card p {
        align-items: center;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .card:nth-of-type(4) p, .card:nth-of-type(5) p {
        border-bottom: 1px solid #c8c8c8;
    }
    .card:last-of-type p {
        border-bottom: none;
    }
}
@media screen and (max-width: 890px) {
    .icon-wrapper {
        max-width: 680px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 30px 20px;
    }
    .icon-wrapper .icon {
        width: 33%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .icon-wrapper::after {
        content: "";
        width: 33%;
    }
}
@media screen and (max-width: 600px) {
    .card p {
        align-items: flex-start;
    }
    .card p span {
        font-size: 20px;
    }
    .icon-wrapper .icon {
        font-size: 16px;
    }
    .btm-text {
        padding: 20px;
    }
    .link {
        margin-bottom: 20px;
    }
}