body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

.page-container {
    max-width: 1600px;
    margin: auto;
    padding: 0;
    margin-top: 94px;
}

.page-content-title-container {
    margin: 60px 0 50px 0;
}

.page-content-main-title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1A1A1A;
    margin: 0;
    margin-bottom: 32px;
}

.title-line-break {
    width: 120px;
    height: 1px;
    background-color: #eb0a1e;
    margin: 0 auto;
}

.page-content-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1A1A1A;
    text-transform: uppercase;
    text-align: center;
}

.page-content-background {
    width: 100%;
    padding: 40px 320px 0 0;
}

.page-content {
    max-width: 1080px;
    background-color: #fff;
    /* padding:20px 40px 26px 112px ; */
    padding: 40px 85px 40px 120px;
}

.sub-title-container {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.sub-title {
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 16px;
    margin-right: 40px;
    font-family: Toyota Type;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

.collapse-expand-button {
    position: absolute;
    top: -5px;
    right: -18px;
}

.expand-icon {
    width: 21px;
    height: 21px;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}

.collapse-icon {
    width: 21px;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}

.page-contact {
    text-align: center;
    padding: 34px 0;
    background-color: #f5f5f5;
}

.page-contact>img {
    width: 24px;
}

.page-contact>a {
    color: var(--primary-color);
    text-decoration: none;
    margin-left: 10px;
}

@media(max-width:1080px) {
    .page-container {
        margin-top: 60px;
    }
    .page-content {
        padding: 56px 24px 30px 24px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .page-content-background {
        padding: 0;
        height: 100%;
    }
    .page-content-main-title {
        margin-top: 0;
    }
    .sub-title {
        font-size: 14px;
    }
    .text {
        font-size: 14px;
    }
    .page-content-main-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .page-content-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

@media(max-width:739px) {
    .sub-title{
        margin-right: 24px;
    }
}

.page-content-consulting-title {
    font-size: 16px;
    line-height: 201.5%;
    text-align: center;
    color: #000000;
    font-weight: 600;
}
    .page-content-consulting-title .highlight-title {
        color: #eb0a1e;
    }