/*.services{margin-top:60px;}
.services .pin-services-inner{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin:20px 0;
}
.services .pin-services-item{
    width: 178px;
    height: 181px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    position:relative;
}
.services .pin-services-item a{
    width: 178px;
    height: 181px;
    display: block;
    padding: 10px;
    position: relative;
    margin: 0px;
}
.services .pin-services-item a span{
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: block;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #13100D;
    text-align: left;
}
.services .pin-services-item a:hover span{
    color: #EE1C24;
}

.services .pin-services-item img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services h4{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #13100D;
    margin: 0;
}


.services a{
	text-decoration: none;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #EE1C24;
    float: right;
    margin-top: -20px;
}
@media (max-width:1199px){
    .services{margin-top:60px;}
    .services .pin-services-inner{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        flex-direction: row;
		margin:0;
    }
    .services .pin-services-item {
        width: 47%;
        margin: 10px;
        height: 56px;
        background: none;
        box-shadow: none;
        border-radius: 6px;
        position: relative;
    }
    .services .pin-services-item a{
        width: 100%;
        height: 56px;
        padding: 10px;
        position: relative;
        margin: 0px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        background: #EBEBEB;
    }

    .services .pin-services-item a span{
        position: initial;
        bottom: 10px;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 51px;
        color: #13100D;
        text-align: left;
        margin-left: 13px;
    }
    .services .pin-services-item a:hover span{
        color: #EE1C24;
    }

    .services .pin-services-item img{
        width: 45px;
        height: 45px;
        position: initial;
        transform: translate(0px, 0px);
    }

    .services h4{
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        color: #13100D;
        margin: 0;
    }


    .services a{
        text-decoration: none;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: right;
        color: #EE1C24;
        float: right;
        margin-top: -20px;
    }
	.services .pin-services-inner{margin-left: 10px;}
}
@media (max-width:1022px){
    .services .pin-services-item {
        width: 100%;
    }
}*/