.service-sect .title:after{
    display:inline-block;
    content: 'ARCT specializes in wireless communication and smart application technology development,offering the following innovative solutions tailored to the needs of various industries.';
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 110px;
    white-space: pre-line;
    line-height: 1.5;
    position: relative;
    top: -25px;
    letter-spacing: 3px;
}
.service-sect .title h2 {
    order: 0;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .service-sect .title:after{
    top: 0px;
    }}