.sec-contact + .sec-image-card{
  padding-top: 0;
}
.image-card{
  display: flex;
  flex-wrap: wrap;
}
.image-card-item{
  width: calc(50% + 7rem);
  position: relative;
}
.image-card-item:nth-child(odd) { 
  margin-right: -7rem;
}
.image-card-item:nth-child(even){
  margin-top: 8.5rem;
  margin-left: -7rem;
}
.image-card-item::after{
  position: absolute;
  content: "";
  top: 6.6rem;
  right: -14.8rem;
  width: 39rem;
  height: 39rem;
  border: 0.16rem solid var(--gold);
  border-radius: 3.4rem 0 3.4rem 0;
  z-index: 1;
}
.image-card-item:nth-child(even)::after{
  content: none;
}
.image-card-item img{
  width: 100%;
  height: 43.7rem;
  object-fit: cover;
  border-radius: 5rem 0 5rem;
}
.image-card-item:nth-child(even) img{
  border-radius: 0 5rem 0 5rem;
}
@media(min-width:1200px) and (max-width:1215.98px){
  .image-card-item {
    width: calc(50% + 6rem);
  }
  .image-card-item:nth-child(odd) {
    margin-right: -6rem;
  }
  .image-card-item:nth-child(even) {
    margin-top: 8.2rem;
    margin-left: -6rem;
  }
  .image-card-item::after {
    top: 6.3rem;
    right: -14.3rem;
    width: 37.7rem;
    height: 37.7rem;
  }
  .image-card-item img {
    height: 42.3rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .image-card-item {
    width: calc(50% + 4rem);
  }
  .image-card-item:nth-child(odd) {
    margin-right: -4rem;
  }
  .image-card-item::after {
    top: 5.1rem;
    right: -11.5rem;
    width: 30.4rem;
    height: 30.4rem;
  }
  .image-card-item img {
    height: 34rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .image-card-item:nth-child(odd) {
    margin-right: -3rem;
  }
  .image-card-item {
    width: calc(50% + 3rem);
  }
  .image-card-item:nth-child(even) {
    margin-top: 5rem;
    margin-left: -3rem;
  }
  .image-card-item::after {
    top: 3.8rem;
    right: -8.5rem;
    width: 22.4rem;
    height: 22.4rem;
  }
  .image-card-item img {
    height: 25.2rem;
  }
}
@media(max-width:767.98px){
  .sec-contact + .sec-image-card {
    padding-bottom: 3rem;
  }
  .image-card-item::after{
    content: none;
  }
  .image-card-item {
    width: 100%;
  }
  .image-card-item:nth-child(odd) {
    margin-right: 0;
  }
  .image-card-item:nth-child(even) {
    margin-top: 0;
    margin-left: 0;
  }
  .image-card-item:nth-child(n + 2){
    margin-top: 1.4rem;
  }
  .image-card-item img {
    height: 34.2rem;
  }
}
@media(max-width:575.98px){
  .image-card-item img {
    height: 61.9vw;
  }
}