/* self-description */
.self-description {
    padding: 60px 0px;
}

.about-section-2 .about-wrap-2 .self-line {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 35px;
    border-radius: 10px;
}
.about-section-2 .about-wrap-2 .self-line .about-author {
    padding: 15px 10px 15px 15px;
    width: 400px;
}
.about-section-3 .about-wrap .about-content-wrap .about-content .achievement p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #4c4d56;
}

.attitude p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #4c4d56;
}

.about-author {
    background: #ffffff;
    box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 8%);
    padding: 35px 30px 35px 45px;
    width: 300px;
    border-radius: 5px;
    margin-right: 40px;
    margin-top: 25px;
    position: relative;
}

.about-author::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #ce3718;
    height: 3px;
    width: calc(100% - 30px);
}

.about-author p {
    font-size: 12px;
}

.page-banner-section {
    padding-top: 80px;
    min-height: 541px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-banner .title::before {
    display: none;
}