body {
    background-color: #f8f8f8 ;
    font-family: 'Commissioner',sans-serif;
}
img {
    width: 100%;
}
.site-title {
    text-align: center;
    border-bottom: 1px solid;
    padding: 10px;

}
#isologismoi {
    overflow: hidden;
}
.isologismoi-box {
    background-color: white;
    width: 50vw;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 5%);
}

.isologismoi-box h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.isologismoi-box h4 i {
    margin-right: 5px;
}
.contactInfo {
    margin-top: 1rem;
}
.contactInfo ul {
    list-style-type: none;
}
.contactInfo ul li {
    margin-bottom: 5px;
}
.mastfoot {
    border-top: 1px solid;
    padding: 10px 0;
}
.mastfoot .inner {
  text-align: center;
    justify-content: center;
}
.copyright1 {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .isologismoi-box {
        width: 100%;
    }
}