div.section-with-3-col {
    padding: 33px 0;
}


a.each-cat-w-img {
    text-decoration: none;
}
a.each-cat-w-img > div {
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a.each-cat-w-img > div > h2 {
    /*text-align: center;*/
}


div.samuxruche-xundebi-fasi {
    background: url('../../media/kalotkebi/samuxruche_xundebi_fasi.jpg');
}
div.originali-samuxruche-xundebi {
    background: url('../../media/kalotkebi/originali_samuxruche_xundebi.jpeg');
}
div.xundebis-shecvla-fasi {
    background: url('../../media/kalotkebi/xundebis_shecvla_fasi.jpg');
}

div.xundebis-fasi {
    background: url('../../media/kalotkebi/xundebis_fasi.jpeg');
}
div.kalodkebi {
    background: url('../../media/kalotkebi/kalodkebi.jpeg');
}
div.kalotkebi-fasi {
    background: url('../../media/kalotkebi/kalotkebi_fasi.jpg');
}

div.section-with-text-desc {
    background-color: #edfff4;
}
div.section-with-text-desc > div {
    /*border: 1px solid red;*/
}
div.section-with-text-desc > div > div {
    padding: 33px 0;
}
/* Main Page Chat section STYLES */
div.chat-us-image-section {}
div.chat-us-image-section > div:nth-child(1){
    /*border: 1px solid red;*/
    min-width: 150px;
    position: relative;
}
div.chat-us-image-section > div:nth-child(1) > img {
    position: absolute;
    width: 150px;
    margin-left: -9%;
    margin-top: -18%;
}
div.chat-us-image-section > div:nth-child(2){}
div.chat-us-image-section > div:nth-child(2) > b {
    font-size: 38px;
}
div.chat-us-image-section > div:nth-child(2) > a {
    text-decoration: none;
    color: #000;
}
div.chat-us-image-section > div:nth-child(2) > a > p {
    font-size: 18px;
}
div.chat-us-image-section > div:nth-child(2) > a > p > span {
    text-decoration: underline;
}

span.for-chat-click {
    animation-name: blinkMe;
    animation-duration: 1.300s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes blinkMe {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
    from {color: black;}
    to {color: green;}
}

a.sea-in-georgia {
    font-weight: bold;
    font-size: 16px;
    margin-left: 1%;
}