.contentBox .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.contentBox h3 {
    margin-bottom: 10px;
}

.contentBox .contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contentBox .contents figure {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.contentBox .contents figure img {
    width: auto;
    height: 280px;
}

.contentBox .contents .register figure img {
    height: auto;
    width: 350px;
}

.register figure {
    align-self: start;
}

.contentBox .contents .register {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/* 
.contentBox .contents .pictures {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contentBox .contents .pictures img {
    height: 300px;
}

.pictures figure {
    margin-bottom: 40px;
} */

/* 
.pictures figure:nth-child(4),
.pictures figure:nth-child(4) img {
    width: 100%;
    height: auto;
} */

figcaption {
    text-align: center;
    padding: 5px;
}

.hymn p {
    margin-bottom: 20px;
}

#btn,
.appearance-button:link {

  background: #1b6d3b;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(70, 70, 70, 0.2);
  padding: 8px 10px;
  border-radius: 5px;
  margin: 5px 0 0 0;
  width: calc(100%/1.1);
  height: 45px;
  margin-right: 17px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  float: right;
}