.place-logo, .place-name, .place-shear{display: inline-block; display:inline-grid; align-items: center;}
        .place-logo{width: 100px; height: 100px;}
        .place-logo, .place-name, .place-shear {display: inline-block; align-items: center; justify-content: center;}
        .place-name{margin-left: 10px; color: #4A7B87; font-size: xx-large; font-weight:bolder;}
        .place-shear{background-color:#f2f2f2; margin: 0 10px; width: 30px; height: 30px; border-radius: 5px;}
        .place-shear a{color: black;}
        .left-side{display: inline-block;}
        .image1{background-color: red; width: 50px; height: 80px; position: absolute;}
        .image2{background-color: green; width: 50px; height: 80px; position: absolute; top: 100px; left:950px; }
        @media only screen and (max-width: 422px) {
        .col-md-4.col-ms-4.col-xs-4.place-logo img {width: 50px; height: 50px;}
        .place-logo{width: 60px; height: 60px;}
        .place-name{margin-left: 10px; font-size: small; font-weight: bold; color: #4A7B87;}
        .place-shear{background-color:#f2f2f2; margin: 0 10px; width: 30px; height: 30px; border-radius: 5px;}
        }
.hero-title {
    color: var(--color1);
    text-decoration: none;
}
