/*<style>*/
#content-box  {
    font-family: Fira Sans,Arial,Helvetica,sans-serif;
}
.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: 1rem;
	margin-bottom: 1rem;
	color: #4eb2df;
}
.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;
}

.card-section {

}
.card-service--with-icon-1 {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	text-decoration: none !important;
		}
.card-service {
    background:  #00a0f3;
	align-items: center;
    cursor: pointer;
    border-radius: 2px;
    transition: box-shadow .2s linear, background .2s linear;
    text-decoration: none !important;
	margin-top: 0.4rem;
   }
.card-service__title {
    display: flex;
	width: 100%;
	justify-content: center;
	font-size: 16px;
    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;
}
.card-service__icons {
    display:flex;
    justify-items: start;

}

.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);
}
