.footer4 * {
    box-sizing: border-box;
}

.footer4 {
    background: rgb(146, 205, 220);
}

.footer4 img {
    max-width: 100%;
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer4 p {
    margin: 0;
}

.footer4 a {
    text-decoration: none;
}

.footer4Content {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.footer4Content::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.footer4TopContent {
    padding: 40px 0;
}

.footer4ContentItem {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 10px;
    border-right: 1px solid rgb(183, 221, 232);
    padding-left: 60px;
    height: 152px;
}

.footer4ContentItem:first-child {
    padding: 0;
}

.footer4ContentItem:last-child {
    border-right: transparent;
}

.footer4ContentItem .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer4ContentItem .content {
    font-size: 14px;
}

.footer4ContentItem .content p {
    line-height: 1.75;
}

.footer4ContentItem img {
    max-width: 182px;
}

.footer4Bottom {
    background: rgb(183, 221, 232);
    color: #fff;
    font-size: 14px;
    padding: 16px 0;
    text-align: center;
}

.footer4Bottom .footer4Content {
    font-size: 14px;
}