/*!
Theme Name: Atnis
Author: Admin
Description: MyTheme is a blank canvas for your WordPress project.
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atnis
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

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

.svg-icons-list .icon-grid {
	display: grid;
	grid-template-columns: repeat(8, auto);
	list-style: none;
	padding-left: 0;
	gap: 1rem;
}

.svg-icons-list .icon-grid li {
	display: grid;
	align-items: center;
	/* justify-content: center; */
}

/* timeline changes */

.timeline-container {
    padding: 80px 0;
}

@media (max-width: 768px) {
  .timeline-container {
    padding: 40px 0;
  }
}

.timeline__item::after {
    background-color: #FFFFFF !important;
    border: 4px solid rgba(182, 33, 45, 1) !important;
}

.timeline-nav-button:before {
    visibility: visible;
    opacity: 1 !important;
    border: none !important;
}

.timeline .timeline__content {
    background: linear-gradient(99.1deg, #9f1b30 82%, #d62829 100%) !important;
}

.timeline__item--bottom .timeline__content::after {
    border-bottom: 12px solid #9f1b30 !important;
}

.timeline__item--top .timeline__content::after {
    border-top: 12px solid #9f1b30 !important;
}

.about-co {
    padding-bottom: 0;
}