﻿.text_box {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
}

.table_style {
    background-color: white;
    width: 70%;
    height: 80%;
    transition-duration: 2s;
}
    .table_style:hover {
        margin-top:50px;
        border-radius: 50px;
        -webkit-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
        -moz-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
        box-shadow: 0 15px 25px -7px rgba(222,222,222,1);
        transform: scale(1.1);
    }

.img {
    transition-duration: 2s;
}
.img:hover{
    border-radius:20px;
    transform: scale(1.1);
}


.place-img {
    border-radius: 10px;
   
    overflow: hidden;
  
}

.place-cap {
    background-color:white;
    padding: 28px 28px;
    border: 1px solid #f0f1f2;
    border-top: 0;
    -webkit-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
    -moz-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
    box-shadow: 0 15px 25px -7px rgba(222,222,222,1);
}