h1 {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  /* identical to box height */

  color: #000000;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.buttons-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
}

.buttons-bar .btn {
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #ffffff;
  background-color: #00aaef;
  border: none;
  cursor: pointer;
  width: 86px;
  height: 48px;
  border-radius: 10px;
  margin-bottom: 55px;
}
.card {
  max-width: 341px;
  max-height: 365px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.card img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
   justify-content: center;
   place-items: center;
gap: 20px;
}
.caption-img {
  position: absolute;
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  bottom: 0px;
  width: 100%;
  height: 51px;
  border-radius: 10px;
}

.caption-img .txt {
  margin: 12px 12px 12px 19px;
}
.arrov {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
 transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
  background: #00aaef;
}
