

.startPageNewsWrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.startPageNewsContainer {
  	width: 90%;
    max-width: 1200px;
  	display: flex;
  	background-color: #fff;	
  	font-family: PT Sans;
    font-size: 20px;
    margin-bottom: 30px;
}

.startPageNewsItem {
  color: #000000;
  font-family: "PT Sans";
  font-size: 15px;
  line-height: 21px;
  margin-right: 10px;
  padding-right: 20px;
}

.startPageNewsItem p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.startPageNewsOffer {
  color: #000000;
  font-family: "PT Sans";
  font-size: 21px;
  line-height: 30px;
  padding-right: 0;
}

.startPageNewsOffer a {
  color: #5d95ef;
  cursor: pointer;
}


@media screen and (max-width:768px){
  .startPageNewsItem:nth-of-type(2){
    display: none;
  }
  .startPageNewsItem:nth-of-type(3){
    display: none;
  }
  .startPageNewsItem {
    margin-right: 0px;
  }
}

@media screen and (max-width:480px){
  .startPageNewsContainer {
    flex-direction: column;
  }
  .startPageNewsOffer {
    margin-top: 50px;
  }
  .startPageNewsItem {
    margin-right: 0px;
    padding-right: 0;
  }
}