.wrap-news{
    width: 1100px;
    margin: 100px auto;
    overflow: hidden;
    position: relative;
}
.wrap-news .ttl-block{
  margin-bottom: 50px;
    border-bottom: 1px #bca24e solid;
    padding-bottom: 20px;
}
.wrap-news .ttl-block .ttl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.wrap-news .ttl-block .ttl .icon{
    background: #ffd54f;
    color: #000;
    padding: 5px;
    border-radius: 13px;
    font-size: 18px;
    margin-right: 10px;
}
.wrap-news .text-block p{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
}
.wrap-news .text-block p:last-child{
  margin-bottom: 0;
}
.wrap-news .text-block a{
  text-decoration: underline;
  color: #fff;;
}
.wrap-news .text-block a:hover{
  opacity: 0.8;
}

@media(max-width:1180px){
	.wrap-news{
		width: 100%;
    padding: 0 20px;
	}
}

@media(max-width:768px){
  .wrap-news{
    margin: 50px auto 100px;
  }
}