.personal-infor {
    width: 100%;
    padding: 40px 0px;
    margin: auto;
    /* max-width: 820px; */
}

.personal-infor .title {
    text-align: center;
    margin-bottom: 40px;
}

.personal-infor .content {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #444955;
}

.personal-infor .content-item {
    margin-bottom: 21px;
}

.personal-infor .content-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.personal-infor .content-blue {
    margin-top: 41px;
    background-color: #e0f1ff;
    padding: 41px 30px;
    margin-bottom: 40px;
}

.personal-infor .content-blue-bottom {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.personal-infor .content-blue-bottom img {
    margin-right: 24px;
}

.content p {
    margin-bottom: 0;
}
.content h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .personal-infor {
        padding: 40px 0;
    }
    .content-item {
        padding: 0 15px;
    }
    .personal-infor .content-blue {
        padding: 41px 15px;
    }
    .personal-infor .content-blue-bottom img {
        height: 89px;
    }
}
.cp-title {
    margin-top: 6px;
    position: relative;
}
.cp-title img {
    width: 100%;
}
.cp-title .title-page {
    position: absolute;
    width: 100%;
    max-width: unset;
    top: calc(50% - 50px);
    /* transform: translateY(-50%); */
}
.cp-title h1 {
    color: #3e9af0;
    font-family: "sourcesan bold", sans-serif;
    max-width: 1118px;
    margin: auto;
    padding: 0 15px;
}
.hr-color {
    background-color: #3d9aef;
    height: 30px;
    box-sizing: border-box;
}
.personal-infor .content {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #6f6f6f;
    white-space: pre-wrap;
    max-width: 1118px;
    margin: auto;
    padding: 100px 15px 0 15px;
}
.text_right {
    display: flex;
    justify-content: flex-end;
}
.personal-infor h3 {
    font-size: 24px;
    line-height: 1.4;
    font-family: "sourcesan bold", sans-serif;
}
hr {
    border: none;
    height: 2px;
    width: 100%;
    background: #6f6f6f;
}
.content img {
    margin-bottom: 20px;
}
.personal-infor .content p span.d-flex {
    margin-bottom: -20px;
}
.personal-infor .content p span.d-flex:last-child {
    margin-bottom: -10px;
}
@media screen and (max-width: 1270px) {
    .cp-title h1,
    .personal-infor .content {
        max-width: unset;
        width: 100%;
        padding: 0 30px;
    }
}
@media screen and (max-width: 1080px) {
    .cp-title h1,
    .personal-infor .content {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1024px) {
    .personal-infor .content-item .title {
        font-size: 30px;
    }
    .personal-infor .content p {
        font-size: 16px;
    }
    .personal-infor h3 {
        font-size: 26px;
    }
    .content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .personal-infor .content {
        padding: 0px 35px 0 35px;
    }
    .cp-title {
        margin-top: 30px;
    }
    .cp-title .title-page {
        padding-bottom: 30px;
        text-align: center;
    }
    .personal-infor .content p {
        font-size: 14px;
        margin: 0;
    }
    .personal-infor h3 {
        margin: 0;
    }
    .content img {
        height: 135px;
    }
    .personal-infor h2 {
        margin: 15px 15px 15px 0;
    }
    .hr-color {
        height: 20px;
    }
}
@media screen and (max-width: 600px) {
    .personal-infor .content {
        padding: 15px 30px;
    }
    .personal-infor h2 {
        line-height: 1.4;
    }
    .hr-color {
        height: 15px;
    }
}
@media screen and (max-width: 450px) {
    .personal-infor .content-item .title {
        font-size: 24px;
    }
    .personal-infor .content p {
        font-size: 13px;
    }
    .personal-infor .content {
        padding: 15px 20px;
    }
    .cp-title h1 {
        font-size: 28px;
    }
    .personal-infor h2 {
        font-size: 28px;
    }
    .personal-infor h3 {
        font-size: 24px;
    }
    .hr-color {
        height: 12px;
    }
    .cp-title img {
        height: 125px;
    }
}
