body{
    background: rgba(1, 100, 5, 0.72);
    font-size: 1.25em;
}
.main {
    background: rgb(255, 255, 255);
    text-align: center;
    border-radius: 0;
    padding: 50px;
    width: 70%;
    margin: auto;
}

img{
    max-width: 125px;
    border-radius: 50%;
}

a{
    color : rgba(53, 124, 87, 1);
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.1875rem;
    text-align: left;
}
li {
    display: flex;
    padding: 1rem 1rem;
    color: #212529;
    background-color: #FFF;
}
.green-top {
    border-top: 10px solid rgba(53, 124, 87, 1);
}
.icon{
    /* width: 5%; */
}
/* .title{
    width: 35%;
}
.value{
    width: 60%;
} */

.btn-Contact{
    font-size: 1em;
}

@media only screen and (min-width: 600px) {
    body{
        background: rgba(1, 100, 5, 0.72);
        font-size: 3em;
    }
    body *{
        margin-top: 3%;
    }
    .h1, h1{
        font-size: 2em;
    }
    .h4, h4 {
        font-size: 1.5em;
    }
    img{
        max-width: 35%;
    }
    .main {
        width: 90%;
        padding: 10px;
    }
    .list-group {
        text-align: center;
    }
    .icon {
       font-size: 2em;
    }
  }