.cg1 {
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateZ(-100px) rotateY(0deg) scale(3);
    transition: all 2s;
    backface-visibility: visible;
}

.cg1.aos-animate {
    opacity: 1;
    transform-style: preserve-3d;
    transform: translateZ(0) rotateY(720deg) scale(1);
    transition: all 2s;
    backface-visibility: visible;
}

.image-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 60%;
    grid-gap: 0.7rem;
}

.image-container .image {
    position: relative;
    padding-bottom: 100%;
}

.foots h3 {
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
}

.image-container .image img {
    /* height: 100%;
  width: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}


.count {
    background-color: #e6e7e8;
}

.count h3 {
    /* font-size: 22px; */
    font-weight: bold;
}

.customs {
    width: 50px;
}


@media screen and (max-width: 700px) {
    .contact h3 {
        font-size: 20px;
    }
    .foots h3 {
        font-size: 20px;
        text-align: left;
    }
    .foots p {
        font-size: 14px;
    }
}

.contact span i {
    padding: 30px 20px 30px 20px;
    color: white;
    border-radius: 100%;
    background-color: #990000;
    transition: all 0.7s;
}

.contact span:hover i {
    transform: scale(1.1, 1.1) rotate(360deg);
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

@media (max-width: 900px) {
    .image-container {
        width: 100%;
    }
}