body{
    text-align: center;
    font-size: 15px;
    padding-bottom: 120px;
}
p, span, h1, h2, h3{
    font-family: 'Work Sans', sans-serif;
    margin: 0;
}
.framework{
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: auto;
    text-align: left;
}
.framework div{
    display: flex;
    margin: 5px;
    padding: 30px;
}

/*Header*/
.framework > div:nth-of-type(1) a:link,
.framework > div:nth-of-type(1) a:active,
.framework > div:nth-of-type(1) a:visited{
    color: inherit;
    text-decoration: inherit;
    transition: color linear .33s;
}
.framework > div:nth-of-type(1) a:hover{
    color: #a4a4a4;
}
.framework > div:nth-of-type(1) div{
    flex-direction: column;
}
b{
    font-weight: 600;
    font-size: 18px;
}
span.nom b{
    font-size: 21px;
    text-transform: uppercase;
}
/*Row Service*/
.framework > div:nth-of-type(2){
    background-color: #d8d8d8;
}
h2{
    color: #FFF;
    padding-left: 30px;
    font-weight: 400;
    font-size: 28px;
}
h2 span{
    color: #a4a4a4;
    display: block;
    font-size: 15px;
}

/*Boxes Service*/
.framework > div:nth-of-type(3),
.framework > div:nth-of-type(5){
    padding: 0;
}
.framework > div:nth-of-type(3) > div,
.framework > div:nth-of-type(5) > div{
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    flex:1;
    min-height: 380px;
    position: relative;
}
.framework > div:nth-of-type(3) > div:after,
.framework > div:nth-of-type(5) > div:after{
    position: absolute;
    right: 20px;
    top: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #2c035f transparent transparent;
}
.framework > div:nth-of-type(3) > div:nth-of-type(1){
    background: rgb(1,112,254);
    background: linear-gradient(45deg, rgba(1,112,254,1) 0%, rgba(1,112,254,1) 56%, rgba(0,146,255,1) 100%);
    margin-right: 5px;
}
.framework > div:nth-of-type(3) > div:nth-of-type(2){
    background: rgb(14,52,249);
    background: linear-gradient(45deg, rgba(14,52,249,1) 0%, rgba(14,52,249,1) 56%, rgba(1,27,208,1) 100%);
    margin-left: 5px;
}
.framework > div:nth-of-type(5) > div:nth-of-type(1){
    background: rgb(255,23,21);
    background: linear-gradient(45deg, rgba(255,23,21,1) 0%, rgba(255,23,21,1) 56%, rgba(254,0,52,1) 100%);
    margin-right: 5px;
}
.framework > div:nth-of-type(5) > div:nth-of-type(2){
    background: rgb(19,197,255);
    background: linear-gradient(45deg, rgba(19,197,255,1) 0%, rgba(19,197,255,1) 56%, rgba(91,238,254,1) 100%);
    margin-left: 5px;
}
.framework > div:nth-of-type(5) > div:nth-of-type(2) div{
    padding: 0;
}
h3{
    color:#FFF;
    font-size: 36px;
    line-height: 35px;
    font-weight: 300;
    padding: 16px
}
h3 span{
    display: block;
    font-size: 20px;
    padding-top: 6px;
    line-height: 19px;
}
.framework > div:nth-of-type(3) img,
.framework > div:nth-of-type(5) img{
    padding: 16px;
}
.framework > div:nth-of-type(5) > div:nth-of-type(2) img+img{
    padding-left: 0;
}

/*Row Logos*/
.framework > div:nth-of-type(4){
    align-items: center;
    padding: 20px;
}
.framework > div:nth-of-type(4) div{
    padding: 0;
    display: block;
    flex:1;
    text-align: center;
}
.framework > div:nth-of-type(4) img{
    max-height: 80px;
    max-width: 90%;
}
