 .service-details__text-1 p:first-child {
     font-weight: 700;
     color: #1a1a1a;
     font-size: 18px;
     margin-bottom: 25px;
 }

 .service-details__text-1 p {
     margin-bottom: 20px;
     line-height: 1.8;
     color: #666;
 }

 .service-details__text-1 ul {
     padding: 0;
     margin: 30px 0;
     list-style: none;
 }

 .service-details__text-1 ul li {
     position: relative;
     padding-left: 30px;
     margin-bottom: 15px;
     color: #1a1a1a;
     font-weight: 500;
 }

 .service-details__text-1 ul li::before {
     content: "\e900";
     /* icon-arrow-right icon code */
     font-family: 'icomoon' !important;
     position: absolute;
     left: 0;
     top: 2px;
     color: #26b67e;
     /* Green theme color */
     font-size: 16px;
 }
