.container{
    padding: 40px 0;
}

.background{
    width: 82%;
    margin:auto;
    background-color:#f2f3f5;
    padding: 30px 15px 50px;
}

.content{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #b3b3b4;
   
}

.head{
    text-align: center;
    font-size:  20px;
    padding: 0 40px 40px;
    line-height: 30px;
   
}



h1{
    color: rgb(57, 56, 56);
    font-weight: 400;
    font-size: 42px;
    padding-bottom: 15px;
    
}

h2{
    color: rgb(75, 74, 74);
    font-weight: 500;
    margin: 0 0 10px 0;
}

.border{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-evenly;
}

.col{}

.image{
    background-color: #91e0e6;
    color: #ffffff;
    display: flex;
    justify-content: center;
    height: 220px;
    align-items: center;
    font-size: 30px;
    font-weight: 100;
}

.item{
    background-color: white;
    padding: 30px 15px 20px;
    line-height: 25px;
}
 .item p{
    margin: 0;
 }