.services .item>div{display:flex;flex-direction:column;height:100%;justify-content:space-between;transition:all .3s}.services .item>div>div{height:100%}.services .second-content{display:grid;grid-template-columns:repeat(5,1fr)}@media only screen and (max-width:1658px){.services .second-content{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1135px){.services .second-content{grid-template-columns:1fr}}.services .item .btn-secondary{text-align:center}.services .item:hover .btn-secondary{background:var(--Bleu-Marine);color:#fff}.services .base-btn{text-align:center;width:fit-content}@media only screen and (max-width:1658px){.services .item:nth-child(n+4){flex-basis:50%}}@media only screen and (max-width:1135px){.services .item,.services .item:nth-child(n+4){flex-basis:100%}}