.an_logo{
    width: 100%;
}

.an_logo img{
    width:200px;
    height: auto;
}

.head_logos{
    width: 340px;
}

.header_w .row{
    margin: 0;
}

.header_w .row .col-6{
    padding:8px 0;
}

.head_logos a{
    display: block;
    width: 100%;
    height: 22px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.head_logos .indlogo a{
    border-right: 1px solid rgb(156, 156, 156);
}

.indlogo{
	background-image: url(images/phone/industrial.svg);
	background-repeat: no-repeat;
	background-size: 140px auto;
	transition: all 0.25s ease-in;
}

.intlogo{
	background-image: url(images/phone/integration.svg);
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: 150px auto;
	transition: all 0.25s ease-in;
}

.indlogo:hover{
	background-image: url(images/phone/industrial_hover.svg);
}

.intlogo:hover{
	background-image: url(images/phone/integration_hover.svg);
}