﻿.g img:hover {
    filter: drop-shadow(4px 4px 5px gray);
    transform: scale(1.07);
}

.image-style1 {
    max-width: 900px; /* Adjust size as needed */
    height: auto;
    border-radius: 15px; /* Rounds the corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds shadow */
}


.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
}
