.more-features-content {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.more-features-content:hover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url('../img/smoll-box-bg-1.png') !important;
}
.agency-services-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url('../img/servicese-bg.png') !important;
}

.single-services:before {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url('../img/smoll-box-bg-2.png') !important;
}
.main-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-title span {
    color: #2a86af; /* Highlight 'FlatCoder' */
}

.sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 0.5px;
}

.footer-logo {
    position: relative;
    right: 42px;
    bottom: 10px;
}