.head{
    margin: 20px auto;
    text-align: center;
    font-size: 45px;
    color: #106820;
}
.contDiv{
    display: flex;
    flex-direction: row;
}
.cont1Div{
    display: flex;
    flex-direction: column;
width: 50%;
    /* height: 500px; */
    margin: 40px auto;
    /* align-items:center; */
    justify-content: space-between;
    border-radius: 14px;
    padding: 20px;
    background: white;
    overflow: hidden;
    
}
.cont1Div h2{
    margin: 20px auto;
    font-size: 25px;
    color: #106820;
}
.cont1Div p{
    font-size: 1.1rem;
width: 70%;
margin: 10px;
line-height: 26px;
font-weight: 200;
}
.cont2Div{
    margin: 40px auto;
    border-radius: 14px;
    overflow: hidden;
    /* padding: 20px; */
}
.contLine{
        background: rgba(0, 0, 255, 0.533);
        padding: 30px;
        border-radius: 14px;
        font-size: 1.3rem;
        text-align: center;
        margin: 40px;
    }
    
    .enquiry{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 40px auto;
}
.enquiry div{
    border-radius: 14px;
    padding: 20px;
    background: white;
    overflow: hidden;
}
.enquiry div h2{
    margin: 20px auto;
    font-size: 25px;
    color: #106820;
}
.enquiry div p{
    font-size: 1.1rem;
/* margin: 10px */
line-height: 26px;
font-weight: 200;
}
.enquiry div a{
    display: block;
}
.enquiry div a:visited{
    color: blue;
}