.section-two{position:relative}.section-two .container{display:flex;flex-direction:column;gap:50px}.section-two .cards{display:grid;grid-template-columns:repeat(4,1fr)}.section-two .cards .card{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:1.5rem;position:relative}.section-two .cards .card+.card:before{background:linear-gradient(hsla(0,0%,100%,0),#fff 50%,hsla(0,0%,100%,0));bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.section-two .cards .card h2{color:#fff;font-size:55px;font-style:normal;font-weight:700;line-height:66px;text-align:center}.section-two .cards .card p{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:28px;text-align:center}.section-two .container a{align-self:center;justify-self:center}.section-two .section-two-wrapper{background:#0b4f5a;padding:16rem 0 24rem}.section-two .section-two-image{min-height:20rem;position:relative}.section-two .section-two-image .section-two-image-wrapper{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:0;transform:translate(-50%,-50%);width:275px}@media (max-width:992px){.section-two .cards{gap:5rem 0;grid-template-columns:repeat(2,1fr)}.section-two .cards .card+.card:nth-child(odd):before{all:unset}}@media (max-width:620px){.section-two .cards{display:flex;flex-direction:column}.section-two .cards .card+.card:nth-child(2n):before{all:unset}}