.rt-section-history .col.large-4 > .col-inner.box-shadow-1 {
    box-shadow: 0px 10px 15px 3px #0000001A;
}

.rt-section-history .col.large-4 h3 {
    color: #DA1F26;
    width: 64px;
    height: 64px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    background-color: rgb(139 31 65 / 0.1);
}

.rt-section-history .col.large-4 h4 {
    color: #333;
    font-size: 20px;
}

.rt-section-history .col.large-4 p {
    margin-bottom: 0;
}

.rt-section-client .icon-box h4 {
    font-size: 1em;
}

.rt-section-method .col.large-3 h3 {
    color: #FFF;
    width: 64px;
    height: 64px;
    background: #DA1F26;
    border-radius: 50%;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
}

.rt-section-method .col.large-3 p {
    margin-bottom: 0;
}

.tabbed-content ul.nav li a {
    color: #333;
    height: 48px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    background: #F3F4F6;
    margin: 0px 5px;
}

.tabbed-content ul.nav li.active a {
    color: #FFF;
    background: #DA1F26;
}

.tabbed-content .tab-panels {
    padding-top: 2em;
}

.rt-section-service {
    
}

.tab-service_left > .col-inner {
    border-radius: 16px;
    overflow: hidden;
}

.left-center {
    padding: 25px;
}

.left-center ul {
    margin-bottom: 0;
}

.left-center ul li {
    margin: 0 !important;
    line-height: 35px;
    list-style-type: none;
}

.left-center ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-right: 5px;
    color: rgb(255, 165, 0);
}

.icon-box.testimonial-box {
    /* background: #FFF;
    padding: 25px 30px;
    border-radius: 20px; */
}

.testimonial-meta {
    position: absolute;
    top: 29px;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    left: 110px;
    width: 60%;
}

.testimonial-text > p {
    color: #666;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: justify;
    font-style: normal;
}

.testimonial-name {
    color: #137DF5;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0%;
}

.testimonial-company {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
}

.testimonial-name-divider {display:none;}