/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	background-color:#f0d6e3;
}
body {
	font-family: "Poppins";
	
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color:#000000;
}
#main-content{
    margin-top: 30px;
    margin-bottom:100px;
    padding:20px;
}
#title-1 {
	color: #ffffff;
	background-color: #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50px;
	font-size: 40px;
}
#title-2 {
	text-transform: uppercase;
	font-style: italic;
	font-size: 40px;
}
.subtitle {
	color: rgb(218, 82, 83);
	letter-spacing: 0.5px;
	font-size: 20px;
	margin-bottom:0px;
	font-weight:700;
}
.logo-empodera img {
	max-width: 200px;
	-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.logo-empodera a:hover {
	opacity: 0.6;
}
a.btn, a.btn:visited {
     background-color:rgb(218, 82, 83);
    color:#ffffff;
    text-decoration:none;
	line-height: 19px;
	display: block;
	border: 1px solid #000000;
	padding: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
a.btn:hover, a.btn:focus{
    background-color:transparent;
    color:#000000;
}

.wrapper-item {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	align-items: start;
	gap: 30px;
	border: 1px solid;
	padding: 20px;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.3);
}
 .col {
	width: 50%;
}
.col img {
	/* max-width: 105%; */
	width: 100%;
	/* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
	border: 1px solid #000000;
}

@media all and (max-width:469px){
    .col {
	width: 100%;
}
.wrapper-item {
  display: block;
}
}
