/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2022 | 20:44:05 */
.voisc-dev-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
}
.voisc-dev-name {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-44373d8-font-family ), Sans-serif;
    font-size: var( --e-global-typography-44373d8-font-size );
    font-weight: var( --e-global-typography-44373d8-font-weight );
    line-height: var( --e-global-typography-44373d8-line-height );
    letter-spacing: var( --e-global-typography-44373d8-letter-spacing );
    word-spacing: var( --e-global-typography-44373d8-word-spacing );
	margin-bottom:40px;
}
.voisc-dev-meta img {
    width: 150px;
    margin-bottom: 40px;
}
.voisc-dev-contact ul {
    list-style-type: none;
    padding: 0px;
}

@media only screen and (max-width: 1300px){
	.voisc-dev-item {
		grid-template-columns: 1fr;
	}
}