
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


.container1 {
    height: 470px;
   
    overflow: hidden;
  
    border-radius: 5%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #0e3374, #73ccfc);
}


.container1 .wrapper1 img {
    position: relative;
    z-index: 20;
    border-radius: 50%;
    display: block;
    height: 150px;
    width: 150px;
    border: 5px solid #fff;
    object-fit: cover;
    margin: 20px auto;
    padding: 10px;
    transition: all 0.3s ease;
}

.container1:hover .wrapper1 img.active {
    height: 350px;
    width: 350px;
    margin: 0px auto;
    border: none;
    border-radius: 5px;
}

.wrapper1 .place{
color: #fff;
font-size: 27px;
line-height: 0px;
margin: 30px 0;
}
.content1 {
    color: #fff;
    font-size: 19px;
    
    margin: 19px;
    padding: 5px 20px 10px 20px !important;
}

