@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

#servicesContainer{
    margin-top: 5rem;
}

#servicesWrapper{
    /* position: absolute; */
    /* width: calc(80em - 14px); */
    padding-left: 14px;
    padding-right: 14px;
    margin: 0;
    /* left: 50%;
    top: 70%; */
    /* -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%); */
}

#servicesHeadText{
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: black;
    font-size: 60px;
    text-align: center;
}

#servicesSubText{
    font-family: 'Nunito', sans-serif;
    color: black;
    font-size: 32px;
}

.servicesSubTitles{
    text-align: center;
    font-weight: 700;
}

.servicesTexts{
    font-size: 1.2rem;
}

.servicesSection{
    padding: 22px;
}

#contactContainer {
    position: absolute;
    z-index: 1;
  }

table {
    width: 80%;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
th {
    background-color: #f4f4f4;
}
caption {
    font-size: 1.5em;
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
}