



body {
    background-color: #f8f8f8;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    width: 100%;
    height: 100%;
  }

section{
  padding:20px 0;
}

.description{
    width:100%;
    text-align: center;
    padding:10px;
    font-weight: 600;
}

.box-title{
    text-align: center;
    padding:20px 0 40px;
}

.box-title h3{
    font-weight: 800;
    color:#222;
}

.box-title h3 span{
    color:#da0909;
}

a.linke{
    text-transform: uppercase;
    color:#222;
    
    padding:8px 20px;
    border:1px solid #222;
    text-decoration:none;
    border-radius:20px;
}

a.linke:hover{
    color:#222;
}

img{
  max-width: 100%;
  margin-bottom:20px;
}