h1 {
    text-align: center;
}
h3 { 
    position:relative; 
    text-align: center;
}
h3 span{ 
    position:absolute; top:-160px;
}

h5 {
    text-align: center;
}

.aboutusImage {
    width:100%;
    height:auto;
}

.servicesImgs {
    border-radius: 50%;
    border-width: 4px;
    border-style: groove;
    margin: 1px;
    border-color: #71c72c;
    margin-top: 15px;
    max-width: 100%;
    display: block;
    height: auto;
}

.content {
    margin: 25px;
}

.container {
    border:1px solid;
    border-radius:16px;
    margin-top: 10px;
    margin-bottom: 2px;
    padding: 5px;
    height: auto;
    width: auto;
    max-width: 100%;
}

.greenContainer {
    color:#71c72c;
}