/*.headlines-box{
  background-image: linear-gradient(90deg, #027fc2 0%, #dcbf1c 100%);
}*/
.headlines{
  padding:80px 0 50px 0;
}
.headlines-first{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
}
.headlines-first-img{
  flex:none;
  width: 41px;
  margin-right:18px;
}
.headlines-first-title{
  flex:none;
  font-size: 35px;
  color: #007cbf!important;
  font-weight:bold;
  max-width: 958px;
}
.greater-than-1{
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:25px;
}
.greater-than-1 div{
  flex:1;
  height:23px;
}
.greater-than-1 div:nth-child(1){
  padding-right:40px;
}
.greater-than-1 div:nth-child(2){
  padding-left:40px;
  border-left: solid 1px #007cbf;
}
.greater-than-1 a{
  color: #007cbf!important;
  font-size: 24px;
  height: 23px;
  line-height: 24px;
}
.greater-than-1 div:nth-child(1) a{
  text-align:right;
  text-align-last: right;
}
@media (max-width:1099px){
  .headlines{
    padding: 7vw 0 4vw 0;
  }
  .headlines-first-img{
    width: 4vw;
    margin-right: 2vw;
  }
  .headlines-first-title{
    font-size: 3.2vw;
    max-width: 80%;
  }
  .greater-than-1{
    margin-top: 2vw;
  }
  .greater-than-1 div:nth-child(1){
    padding-right: 2vw
  }
  .greater-than-1 div:nth-child(2){
    padding-left: 2vw
  }
  .greater-than-1 div{
    height:2vw;
  }
  .greater-than-1 a{
    font-size: 2vw;
    height: 2vw;
    line-height: 2.1vw;
  }
}
@media (max-width:767px){
  .headlines-first-img{
    width: 8vw;
  }
  .headlines-first-title{
    font-size: 6vw;
    max-width:100%;
  }
  .greater-than-1 a{
    font-size: 4.75vw;
    line-height: 5.33vw;
    height: unset;
  }
  .greater-than-1 div{
    height: 4.1vw
  }
  .greater-than-1 div:nth-child(1) a{
    text-align:center;
    text-align-last: center;
  }
  .greater-than-1 div:nth-child(2){
    display:none;
  }
}