.blackheading3{
    letter-spacing: .01em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: WF Visual Sans, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.04;
}

.paragraph-l {
    letter-spacing: -.01em;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #5a5a5a;
}

 .e-sites-wrapper {
    background-color: #000;
    color: #333;
    position: relative;
    overflow: hidden;
    padding-bottom: 45.5%;
    height: 100%;
}
.oneline {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    inset: 0%;
}
.allImages{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    transform-style: preserve-3d;
    flex: none;
    grid-template: ". . . . ."". . . . ."". . . . ."". . . . ."". . . . ."/1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 230%;
    margin-top: -20%;
    margin-left: -20%;
    display: grid;
}
.example {
    transform-style: preserve-3d;
    width: 100%;
    position: relative;
    transform: translateZ(1px);

}
.example img {
    width: 100%;
    height: 100%;

}
@media only screen and (max-width: 767px) {
    .blackheading3 {
        font-size: 1.8rem;
    }
}