.project-title {
    width: 100%;
    text-align: center;
    padding: 1.5rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-p {
    padding: 0rem 5rem 1.5rem 5rem;
    line-height: 1.5rem;
    text-align: center;
}

.item-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.item-img img {
    width: 29%;
    height: auto;
}

.home-row-module {
    padding-bottom: 1rem;
}

.mail-box {
    width: 22rem;
    padding: 1.2rem;
    display: flex;
    justify-content: center;
    border-radius: 10rem;
    margin-top: -2rem;
}

.mailbox {
    display: flex;
    justify-content: center;
}

.mail-box span{
    color: #303030;
    font-size: 1.1rem;
    font-weight: 600;
}

.p-15 {
    padding: 0rem 2rem 7.5rem 2rem;
}

.p-15 p {
    padding: 0 15rem;
    float: left;
}

.mg {
    margin-top: 0rem !important;
}

.p3 {
    padding-top: 3rem;
}

.p4 {
    padding-bottom: 3rem;
}

.welfare-module .welfare-list {
    margin-top: 2rem;
}
