

.destination .dst-main {
  background-color: #dd4814;
  color: #fff;
  height: 400px;
}
.destination .dst-main li{
  list-style: none;
}

.destination a{
    color: #fff;
    text-decoration: none;
}

.travel-blog .title {
    font-weight: bold;
    color: #dd4814;
    font-size: 18px;
    padding-bottom: 20px;
    display: block;
}
.travel-blog .services {
    
}

.travel-blog .fa {
  color: #dd4814;
}
.travel-blog .services li{
    list-style: none;
    margin-left: -30px;
    margin-bottom: 10px;
}

.travel-blog .services a{
    color: inherit;
    text-decoration: none;
}

.travel-blog .services a:hover{
    color: #dd4814;
    text-decoration: none;
}

