.Icons ul {
  list-style: none;
  font-family: "PT Serif Caption", serif;
  margin: 50px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.Icons ul li {
  max-width: 20%;
  flex-basis: 20%;
  text-align: center;
  margin-bottom: 7%;
  border-radius: 5%;
  background-color: #e3fdfd;
  margin: 20px 10px;
  padding: 40px 20px;
}

.Icons ul li:hover a {
  color: #798687 !important;
}

.Icons ul li a:last-child {
  font-size: 20px;
  font-weight: 500;
  color: #71c9ce;
  margin-top: 25px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.btn-mod {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  max-width: 130px;
  text-transform: uppercase;
  border: 1px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s linear;
}

.btn-mod:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.171);
}

.btn-mod img {
  transition: 0.3s linear;
  height: 70px;
  position: relative;
  z-index: 2;
  opacity: 0.8;
}

.btn-mod:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 1;
}

.btn-1 {
  color: #c1913a;
}

.btn-1:before,
.btn-1:after,
.btn-1 span:before,
.btn-1 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(109, 76, 14, 0.25);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-1:after,
.btn-1 span:before {
  top: auto;
  bottom: 0;
}

.btn-1 span:before,
.btn-1 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn-1:hover {
  color: #eddfc5;
}

.btn-1:hover:before,
.btn-1:hover:after,
.btn-1:hover span:before,
.btn-1:hover span:after {
  height: 124px;
}

.btn-1:active {
  background-color: #b67e17;
}

.btn-10 {
  color: #3a416d;
}

.btn-10:before,
.btn-10:after,
.btn-10 span:before,
.btn-10 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(14, 19, 50, 0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-10:after,
.btn-10 span:before {
  left: auto;
  right: 0;
}

.btn-10 span:before,
.btn-10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn-10:hover {
  color: #c5c7d4;
}

.btn-10:hover:before,
.btn-10:hover:after,
.btn-10:hover span:before,
.btn-10:hover span:after {
  width: 250px;
}

.btn-10:active {
  background-color: #172053;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.btn-11 {
  position: relative;
  color: #576db7;
}

.btn-11:before,
.btn-11:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #3953aa;
  border-radius: 50%;
}

.btn-11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-11:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.btn-11:hover {
  color: #ced4ea;
}

.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.block {
  height: auto;
  background-color: #cbf1f5;
  margin: 100px;
  text-align: center;
  padding: 3%;
}
.section-heading {
  font-size: 3rem;
  color: rgb(91, 74, 190);
  line-height: 1.5;
  text-align: left;
  margin-left: 40px;
}

.row {
  padding: 1.5%;
}

.categories {
  height: auto;
}
