p{
    line-height: 1.5;
}

.cutter-line{
    margin: 0.5rem 0 1.5rem 0;
}
.section-title-line.mlr-auto .cutter-line{
    margin: 0.5rem auto 1.5rem auto;
}
.flagship-box .flagship-textarea .cutter-line{
    margin: 0.5rem 0 1.5rem 0;
}
.intro-section .cutter-line{
    margin: 0.5rem 0 1.5rem 0;
}
.youtube-section{
    padding-bottom: 0;
}

@media screen and (min-width: 769px) {
    .history-box .history .history-item-list .history-item .history-item-title:before,
    .history-box .history .history-item-list .history-item .history-item-title::after{
        content: unset;
    }
    .history-box .history .history-item-list .history-item .history-item-textarea{
        position: relative;
    }
    .history-box .history .history-item-list .history-item .history-item-textarea:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translate(-50%, 150%);
        -o-transform: translate(-50%, 150%);
        -ms-transform: translate(-50%, 150%);
        -moz-transform: translate(-50%, 150%);
        -webkit-transform: translate(-50%, 150%);
        background: linear-gradient(#ffffff, rgba(0, 0, 0, 0));
        width: 4px;
        height: 200px;
    }
    .history-box .history .history-item-list .history-item .history-item-textarea::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: var(--primary-color);
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .history-box .history .history-item-list .history-item:nth-child(even) .history-item-textarea::after{
        background: #53A7FF;
    }
    
    .history-box .history .history-item-list{
        margin-top: 3.5rem;
    }
}

footer .footer-content{
    padding: 80px 0;
}
@media screen and (min-width: 1025px) {

    .footer-content .container .grid-item:last-child{
        margin-left: auto;
    }
}
@media screen and (max-width: 577px) {
    .we-client-box .more-pic-item {
        width: 100%;
    }
}

.profile-box .contentArea .profile-left .profile-textarea > p{
    line-height: 1.8;
}

@media screen and (max-width: 577px) {
    .flagship-box .flagship-textarea {
        width: 100%;
    }
}


.pagination {
    margin-top: 50px;
    font-family: Arial, sans-serif;
}

.pagination ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    padding: 8px 14px;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.pagination a:hover {
    background-color: #fecb2b;
    border-color: #fecb2b;
    color: #000;
}

.pagination a.active,
.pagination a.current {
    background-color: #fecb2b;
    border-color: #fecb2b;
    color: #000;
    font-weight: bold;
}

.pagination a.next {
    font-weight: bold;
    background-color: #fff;
    border-color: #ccc;
}

.pagination a.next:hover {
    background-color: #fecb2b;
    border-color: #fecb2b;
    color: #000;
}
