body {
    font-family: "Inter", sans-serif;
}
.logo::first-letter {
    font-size: 20px;
    border: 3px solid black;
}
.hero-Interior-img-1 , .hero-Interior-img-2 {
        width: 507px;
        height: 300px;
}
.hero-Interior-img-1 img,
.hero-Interior-img-2 img {
    width: 100%;
    height: 100%;
}
.hr {
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #9B9B9B;
    height: 100px;
    width: 2px;
    margin: 20px 0px;
}
.posts {
    position: relative;
}
.post {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
