﻿
.service-list ul {
    list-style: none;
    padding-left: 0;
}

    .service-list ul li {
        position: relative;
        padding-left: 20px;
        color: #F0FFFF;
    }

        .service-list ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px; 
            width: 6px;
            height: 6px;
            border-right: 2px solid #80f353;
            border-bottom: 2px solid #80f353;
            transform: rotate(-45deg); 
        }

.content-service-box {
    margin:1rem;
    display:flex;
    flex-direction:row;
}

.content-service-text {
    padding:2rem;
}

.services-section .row .col h1 {
    text-align:center;
}