h1, .h1 {
    color: #017152;
    text-align: center;
}
.janna {
    width: 80vw;
    min-height: 200vh;
    color: #444;
    margin: 130px auto 20px auto;
    position: inherit;
    box-sizing: border-box;
}
.janna .col-lg-4 {
    width: 31.33333333% !important;
}
.janna .aleft {
    background-color: rgba(0,0,0,.1);
}
.janna .aleft:hover {
    border: 2px solid #358E0B;
    background-color: rgba(203,245,214,.9);
}
.janna .aleft .img {
    padding-top: 0 !important;
    height: 18vw !important;
}
.janna b{
    color: #017152;
}

@media only screen and (max-width: 1200px) {
    .janna .col-lg-4 {
        width: 48% !important;
    }
}
@media only screen and (max-width: 770px) {
    .janna .col-lg-4 {
        width: 90% !important;
        margin: 20px 5%;
    }
    .janna .aleft .img {
        height: 50vw !important;
    }
}
@media only screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .janna {
        width: 100vw;
        min-height: calc(100vh - 296px);
        margin: 100px 0 0 0;
    }
    .aleft p {
        height: 25vw !important;
    }
}