/*<style>*/

.common-section__title {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: #4eb2df;
	font-family: Fira Sans,Arial,Helvetica,sans-serif;
}
.common-section__subtitle {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2;
    text-transform: uppercase;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: #4eb2df;
	font-family: Fira Sans,Arial,Helvetica,sans-serif;
}
.common-section__title:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-image: linear-gradient(180deg,#4eb2df,#4eacd7);
    background-color: #7d35fd;
    border-radius: 4px;
}
.common-section__subtitle:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-image: linear-gradient(180deg,#4eb2df,#4eacd7);
    background-color: #7d35fd;
    border-radius: 4px;

}


.card-service--with-icon-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none !important;
	font-family: Fira Sans,Arial,Helvetica,sans-serif;
		}

.card-service2 {
    background:  #00a0f3;
	align-items: center;
    border-radius: 2px;
	height: 120px;
    transition: box-shadow .2s linear, background .2s linear;
    text-decoration: none !important;
	   }

.card-service__title2 {
    display: flex;
	width: 100%;
	justify-content: center;
	font-size: 14px;
    line-height: 26px;
	font-weight: 600;
	transition: color .2s linear;
	color: #f3fbff;
}

.card-service:hover .card-service__addition, .card-service:hover .card-service__title, .card-service-c:hover .card-service__addition, .card-service-c:hover .card-service__title {
    color:#fff;
}
.card-service, svg {
    fill: #cbedff;
    transition:all .2s linear;
}

.grid-item2 {
    max-width: 100%;
}

.card-service:hover svg {
    fill:#fff;
}
.card-service--with-icon-1:hover {
    background: #0086cb;
    transition: box-shadow .2s linear, background .2s linear;
    box-shadow: 0 12px 16px rgba(51, 51, 51, .16);
}
.card-service--with-icon-2:hover {
    background: #0086cb;
    transition: box-shadow .2s linear, background .2s linear;
    box-shadow: 0 12px 16px rgba(51, 51, 51, .16);
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 0.5rem; 
    padding-top: 10px;
}

.grid-item {
    max-width: 100%;
}

.banner-msp {
            width: 100%;
            margin-bottom: 20px;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

 .banner-msp:hover {
            box-shadow: 0 0 15px 5px #4f377b;
        }
        .banner-msp a {
            display: block;
            text-decoration: none;
        }
        
        .banner-msp img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
        }
