#Blessings_Content {
    font-size: 1.10vw;
width: 95%;}

.trustee-img-container {
    margin: 0 1vw 1vw 0;
    /* display: inline-block; */
    float: left;
    width: 15%;
    color: var(--light-blue);
    text-align: center;
    background: var(--white);
}

.trustee-img {
    width: 100%;
}

.content-text-container {
    width: 90%;
    display: inline-block;
    font-size: 1.25vw;
    line-height: 1.5;
}

.aboutus-text-container {
    width: 70%;
    display: inline;
}

.content-text-wrapper {
    margin-bottom: 2vw;
}

.aboutus-text-container .content-text-wrapper {
    width: 90%;
    display: block;
}

.content-text-wrapper ul {
    padding-inline-start: 40px;
}

.management-details {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    position: sticky;
    top: 6vh;
}

.management-name {
    color: var(--logo-color);
    width: 90%;
}

.management-address {
    color: var(--light-blue);
    font-weight: 400;
    width: 80%;
}

.management-desc {
    display: inline;
    width: 100%;
}

.work-img-container {
    float: left;
    /* vertical-align: top; */
    width: 35vw;
    height: max-content;
    margin: 0vw 1vw 0vw 0vw;
}

.work-img {
    width: 100%;
}

table {
    width: 100%;
    text-align: left;
}

th {
    background: var(--logo-color);
    border-radius: 5px;
    padding: 0 1vw;
}

td {
    padding: 0 1vw;
}

tr:nth-child(even) {
    background: var(--light-blue);
}

.blessings_name {
    color: var(--logo-color)
}