/* BASIC css start */
.wrap {display:grid; grid-template-columns: repeat(2,1fr); gap:4px 4px; width:98%; margin: auto;}
	.wrap img {width:100%; transition: all 0.1s linear;}
	.wrap img:hover {background-color: #fff; opacity: 95%}
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap')
	.headcopy {font-family: 'Roboto', sans-serif;}
    .headcopy h1 {padding: 0px 0px 70px 0px; font-size: 40px; font-weight: 400}
    .headcopy h2 {padding: 80px 0px 10px 0px; font-size: 25px; font-weight: 300}
    
/* BASIC css end */

