/* PLACEMENT HOME PAGE CSS */
.s-main{
  background: url(../img/pl-bg.png) no-repeat center;
  background-size: cover;
  background-position: 0% 70%; 
}

.s-main h1{
	margin-top: 4vw;
}

.s-pl {
	text-align: center;
}

.s-pl h1{
  font-size: 2.5vw;
  margin-bottom: 0;
}

.s-pl h3{
  margin: 1.5vw 0;
  font-size: 1vw;
}

.s-pl .ext-link{
  text-decoration: none;
}

.s-pl .ext-link:hover .ctn-ques{
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,.4);
  color: #17acb3;
  background: #fff;
}

.s-pl .ctn-ques{
	margin-top: 2vw;
  color: #fff;
  background: #17acb3;
  padding: .5vw 1vw;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,.2);  
  border: 1px solid #17acb3;
  transition: all .2s;
}

.s-pl .ctn-ques h2{
  font-weight: bold;
  margin-bottom: 0;
}

.s-pl .ctn-ques img{
  height: 3vw;
  margin-right: 1vw;
}