﻿body {
}
/*Expertise Start CSS*/
.Expertise-h3 {
    color: #054a85;
    margin-left: 60px;
}

.ExpertiseH2 {
    margin-left: 60px;
    font-family: sans-serif;
    font-weight: 700;
}

.ExpertiseP {
    margin-left: 60px;
    color: #054a85;
}

.ExpertiseUl {
    margin-left: 60px;
}

.ExpertiseUl {
    list-style: none;
    margin-left: 60px;
}

.E1 {
    list-style: none;
    position: relative;
    margin-left: 22px;
    padding-bottom: 0em;
    padding-left: 20px;
}

    .E1::before {
        content: "";
        background-color: #054a85;
        position: absolute;
        bottom: 0px;
        top: 1px;
        left: 6px;
        width: 2px;
    }

    .E1::after {
        content: "";
        border-radius: 50%;
        background-color: dodgerblue;
        position: absolute;
        top: 9px;
        left: 5px;
        height: 6px;
        width: 5px;
    }

button {
    margin-left: 55px;
}
/*Expertise End CSS*/
