.ypiresies {
  background: linear-gradient(
    to bottom,
    #244d8e 20%,
    #2b5ba8 33%,
    #d9edfd 90%,
    white 100%
  );
  margin: 0;
  height: auto;
  padding-bottom: 11rem;
}

.ypiresies .title {
  border-bottom: 1px solid;
  padding: 3rem;
}

.gov {
  width: 220px;
  padding: 0.7rem 1rem;
  border: 1px solid white;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  transition: all 0.5s;
}

.hover-gov {
  display: none;
}

.gov:hover {
  background: white;
}

.gov:hover .normal-gov {
  display: none;
}

.gov:hover .hover-gov {
  display: inline-block;
}

.gov:hover span {
  color: #484848 !important;
}

.ypiresies-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding-top: 7rem;
}

.ypiresia {
  text-align: center;
  align-items: center;
  width: 300px;
  padding: 0rem 2rem;
}

#yphresies {
  background: linear-gradient(
    to bottom,
    #244d8e 20%,
    #2b5ba8 33%,
    #d9edfd 90%,
    white 100%
  );
  padding: 3rem 0rem 11rem 0rem;
  scroll-margin-top: 100px;
}

.more-bnt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.more-bnt a {
  font-size: var(--text-sm);
  letter-spacing: 0px;
  color: #fff;
  background: #2b5ba8;
  border: none;
  border-radius: 999px;
  overflow: hidden;
  padding: 0.5rem 1rem;
  min-width: 150px;
  height: 50px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1550px) {
  .yp-width {
    max-width: 1100px;
  }
}

.service-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.service-inner img {
  width: 70px;
  height: 78px;
}

.service-wrapper {
  position: relative;
}

.service-wrapper > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 26px;
  width: 26px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translate(-100%, 50%);
  transition: all 0.35s ease;
  opacity: 0;
}

.service-wrapper > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 26px;
  width: 26px;
  border-bottom: 3px solid #fffffe;
  border-left: 3px solid #ffffff;
  transform: translate(100%, -50%);
  transition: all 0.35s ease;
  opacity: 0;
}

.service-wrapper > a:hover:before,
.service-wrapper > a:hover:after {
  transform: translate(0, 0);
  opacity: 1;
  color: #ffffff;
}

#govgr-cert-button {
  display: block;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.5em;
  border: #fff 2px solid;
  border-radius: 0 0 12px 12px;
  max-width: 260px;
  margin: 0 auto;
  transition: all 0.2s;
  font-size: 14px;
}

#govgr-cert-2 {
  display: none;
}

#govgr-cert-button:hover {
  color: grey;
  text-decoration: none;
  background-color: #fff;
}

#govgr-cert-button:hover #govgr-cert-1 {
  display: none;
}

#govgr-cert-button:hover #govgr-cert-2 {
  display: inline-block;
}
@media screen and (max-width: 787px) {
  #yphresies {
    padding: 3rem 0rem 8rem 0rem;
  }
}
