.offers-presentation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:96px 20px}.offers-presentation .title{width:100%;max-width:700px;margin-bottom:96px;color:#101131;font-size:28px;text-align:center}.offers-presentation .offers-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1170px}@media only screen and (max-width:1023px){.offers-presentation .offers-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.offers-presentation .offers-list .offer{position:relative;-webkit-box-flex:0;-ms-flex:0 1 360px;flex:0 1 360px;margin:0 10px;padding-top:40px;background-color:#fff;border-radius:10px;box-shadow:0 0 4px 0 rgba(136,155,176,.12)}.offers-presentation .offers-list .offer:before{position:absolute;top:0;width:100%;height:8px;border-radius:10px 10px 0 0;content:""}.offers-presentation .offers-list .offer.surface:before{background-color:#00c4a7}.offers-presentation .offers-list .offer.engagement:before{background-color:#4286ed}.offers-presentation .offers-list .offer.leadership:before{background-color:#194883}.offers-presentation .offers-list .offer:first-child{margin-left:0}.offers-presentation .offers-list .offer:last-child{margin-right:0}@media only screen and (max-width:1023px){.offers-presentation .offers-list .offer{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box;max-width:360px;min-height:380px;margin:32px 0}.offers-presentation .offers-list .offer:first-child{margin-top:0}.offers-presentation .offers-list .offer:last-child{margin-bottom:0}}.offers-presentation .offers-list .offer .offer-header{display:-webkit-box;display:-ms-flexbox;display:flex}.offers-presentation .offers-list .offer .offer-header .offer-logo-wrapper{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;width:100px}.offers-presentation .offers-list .offer .offer-header .offer-logo-wrapper .offer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;overflow:hidden}.offers-presentation .offers-list .offer .offer-header .offer-header-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px}.offers-presentation .offers-list .offer .offer-header .offer-header-text .offer-name{margin-bottom:5px;color:#101131;font-weight:700;font-size:20px}.offers-presentation .offers-list .offer .offer-header .offer-header-text .offer-value-proposition p{color:#57586e;font-weight:600;font-size:16px}.offers-presentation .offers-list .offer .offer-description{padding:30px;padding-top:20px;color:#57586e;font-size:16px;line-height:24px}