/*
Theme Name:         Eco Theme by WEB.MEDIA
Theme URI:          https://github.com/Jackardios/sage/
Description:        Eco Theme by WEB.MEDIA
Version:            9.0.15
Author:             WEB.MEDIA
Author URI:         https://web.media/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.services-section__note {
	margin-top: 30px;
}
.services-section__note p:first-child {
	margin-bottom: 0;
}

.services-new-items {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
	margin-top: 30px;
}
.services-new-section-item {
	padding: 30px;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.services-new-section-item__price {
	font-weight: 700;
    margin-bottom: 15px;
}
.services-new-section-item button {
	width: 100%;
}
.services-new-section-item button:not(:last-child) {
	margin-bottom: 10px;
}
.services-modal .services-new-section-item__description h2 {
	font-size: 1.2rem;
}

.features-icons-section-item__container {
	max-width: 300px;
}

@media only screen and (min-width: 768px) {
    .services-modal-wrapper .diamodal-box__header {
        height: 70px;
    }
	.services-modal-wrapper .diamodal-box__title {
		font-size: 20px;	
	}
}

@media screen and (max-width: 991px) {
	.services-new-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 576px) {
	.services-new-items {
		grid-template-columns: repeat(1, 1fr);
	}
}