.palsma-page {
  min-height: 70vh;
  background-image: linear-gradient(180deg, #00000000 0%, #00000005 100%),
    url("../image/edgeconnect.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: contain;
}
p{
  font-size: 16px;
}
.fa-angle-double-right{
  color: #fc6418;
}