.zoom-in
{
    transition:all 500ms ease;
}
.zoom-in:hover{
scale: 1.06;
}
.about_image2
{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom-left-radius: 20%;
    border-top-right-radius: 20%;
}

#first_image
{
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
}

 .read_more
 {
    text-decoration: none;
 }
.read_more:hover
{
    text-decoration: underline;
}