.p2concept h2 {
    text-align: center;
    margin-top: 70px;
    font-size: 40px;
    color: #c88d95;
}

.p2concept-titles {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

.p2concept-title {
    padding: 10px 20px;
    border: 1px solid #c88d95;
}

.p2concept-title:hover {
    background-color: #c88d95;
    color: #ffffff;
}

.p2concept-color {
    background-color: #c88d95;
    color: #ffffff;
}

.p2concept-boxes {
    margin-top: 70px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p2concept-box {
    margin-left: 15px;
    margin-right: 15px;
}

.p2concept-box h3 {
    font-size: 25px;
    color: #c88d95;
}

.p2concept-box p {
    margin-top: 20px;
    font-size: 18px;
}

.p2concept-box h4 {
    margin-top: 20px;
    font-size: 22px;
}

.p2concept-img {
    width: 300px;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.p2sub {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c88d95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.p2sub-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p2sub-txts {
    margin-left: 15px;
    margin-right: 15px;
}

.p2sub-txt {
    font-size: 25px;
    font-weight: bold;
    color: #c88d95;
}

.p2sub-txts p {
    font-size: 16px;
    margin-top: 15px;
}

@media (max-width: 768px) {

    .br-none {
        display: none;
    }

    .p2concept h2 {
        font-size: 30px;
    }

    .p2concept-titles {
        font-size: 16px;
    }

    .p2concept-boxes {
        flex-direction: column;
    }

    .p2concept-box h3 {
        text-align: center;
        font-size: 20px;
    }

    .p2concept-box p {
        font-size: 16px;
    }

    .p2concept-box h4 {
        font-size: 18px;
        text-align: center;
    }

    .p2concept-img {
        margin-top: 30px;
        width: 200px;
        height: auto;
    }

    .p2sub {
        flex-direction: column-reverse;
        max-width: 300px;
    }

    .p2sub-img {
        width: 200px;
        height: 150px;
        object-fit: cover;
    }

    .p2sub-txt {
        margin-top: 15px;
        font-size: 20px;
    }

    .p2sub-txts p {
        font-size: 14px;
    }

}