﻿.specials
{
    padding:0px;
}
.services {
    width:70%; /* Adjust width as needed */
    margin: 0 auto; /* Center the div horizontally */
    text-align: left; /* Align text within the div to the left */
    padding: 20px;
    margin-bottom:20px;
}

.services ul li {
    padding: 15px;
    padding-left:70px!important;
}
    .services ul li.flight {
        background: url(../images/flight.svg) no-repeat left;
        background-size: 10%;
    }

.services ul li.hotel {
    background: url(../images/hotel.svg) no-repeat left center;
    background-size: 10%;
}

.services ul li.visa {
    background: url(../images/visa.svg) no-repeat left center;
    background-size: 10%;
}

.services ul li.holiday {
    background: url(../images/holiday.svg) no-repeat left center;
    background-size: 10%;
}

.services ul li.insurance {
    background: url(../images/insurance.svg) no-repeat left center;
    background-size: 10%;
}

.services ul li.offer {
    background: url(../images/inusrance.svg) no-repeat left center;
    background-size: 10%;
}

.services ul li.group {
    background: url(../images/group.svg) no-repeat left center;
    background-size: 10%;
}