.slogan{
    text-align: center;
}
.fl-div{
    padding: 15px;
    width: 40%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.fl-a{
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    display: flex;
}
.fl-icon{
    width: 100px;
    height: 100px;
}
.fl-description{
    margin-left: 30px;
}
.fl-description h2{
    margin: 0px;
}
.fl-description p{
    margin-top: 5px;
    margin-bottom: 5px;
}