﻿.g img:hover {
    filter: drop-shadow(4px 4px 5px gray);
    transform: scale(1.07);
}

.blog-snippet-2 {
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

    .blog-snippet-2 li {
        overflow: hidden;
        margin: 10px 0 15px 0;
        border-bottom: 1px dotted white;
    }

.icon {
    font-size: 32px;
    color: #fff;
    width: 10%;
    float: left;
}

.sub {
    letter-spacing: 0px;
    color: #fff;
    font-size: 10px;
}

.title {
    width: 90%;
    float: left;
}


.textfooterhead {
    color: darkblue;
    font-weight: 500;
    font-size: 24px;
    font-family: "Sintony", serif;
    font-style: normal
}

.textfootertext {
    color: black !important;
    font-weight: 300;
    font-size: 14px;
    font-family: "Sintony", serif;
    font-style:normal
}
