/*
Theme Name: Custom Theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: John Dev
Author URI: http://johndev.com/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.other-services ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.other-services ul li a {
    color: var(--c2);
    padding: 12px 20px;
    transition: all .5s;
    background-color: var(--c3);
    display: block !important;
    font-size: 16px;
    text-transform: uppercase;
}

.other-services ul li {
    display: block;
    width: 100%;
    text-align: center;
}

.other-services ul li a:hover {
    background-color: var(--c4);
}