.container{
display: flex;
justify-content: center;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding-top: 80px;
}

.content{
    display:inline-flex;
    width: 70%;
}

.border{
width:30%;
background-color:#cccccc;
color:white;
display:flex;
justify-content: center;
align-items: center;
font-size: 30px;
font-weight:300;
margin-right: 20px;
}

.paragraphs{
   width:70%;
   padding-left:40px ;
   box-sizing: border-box;
   line-height: 30px;
   
}

h1{
    font-weight: 400;
}
 
.paragraphs p{
    font-size: 18px;
    margin: 30px 0;
    font-weight: 300;
}
.item{
    margin: 0 0 60px 0;
}
button{
    background-color:white;
    border: 2px solid;
    border-radius: 3px;
    padding: 8px 32px;
    font-weight: 500;
    font-size:medium;
}