@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.three-blocks{padding:10rem 0}.three-blocks .grid{grid-gap:1rem;gap:1rem}.three-blocks .grid .item{padding:4rem 3rem}.three-blocks .grid .item:first-child{color:#1f2c52;background:#dadada}.three-blocks .grid .item:nth-child(2){color:#fff;background:#57617e}.three-blocks .grid .item:nth-child(3){color:#fff;background:#1f2c52;-webkit-clip-path:url(#box-clip);clip-path:url(#box-clip)}.three-blocks .grid .title{text-align:center;margin-bottom:3rem}.three-blocks .grid .title h4{font-weight:700}