.about_container {
height: 100vh; max-height: 800px;
max-width: 1280px;
min-height: 600px;
min-width: 1000px;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
}
.about_border {
height: 369px;
width: 290px;
background: transparent;
border-radius: 0px;
transition: border 1s;
position: relative;
}
.about_border:hover {
border: 2px solid #fff;
}
.about_card {
height: 379px;
width: 300px;
background: #808080;
border-radius: 0px;
transition: background 0.8s;
overflow: hidden;
background: #000;
box-shadow: 0 70px 63px -60px #000;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.about_card0 {
background: url(//www.getimpulsed.ch/wp-content/uploads/2022/01/retohome.svg) center center no-repeat;
background-size: 300px;
}
.about_card0:hover {
background: url(//www.getimpulsed.ch/wp-content/uploads/2022/01/retohome.svg) no-repeat;
background-position:-100px -150px;
background-size: 600px;
}
.about_card h3 {
opacity: 1;
}
.about_card .fab {
opacity: 1;
}
.about_card1 {
background: url(//www.getimpulsed.ch/wp-content/uploads/2022/01/markushome.svg) center center no-repeat;
background-size: 300px;
}
.about_card1:hover {
background: url(//www.getimpulsed.ch/wp-content/uploads/2022/01/markushome.svg) left center no-repeat;
background-size: 600px;
background-position:-100px -150px;
} .about_card2 {
background: url(//www.getimpulsed.ch/wp-content/uploads/2022/01/tomhome.svg) center center no-repeat;
background-size: 300px;
}
.about_card2:hover {
background: url(//www.getimpulsed.ch/wp-content/uploads/2022/01/tomhome.svg) left center no-repeat;
background-size: 600px;
background-position:-100px -150px;
} .about_h2 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #fff;
margin: 20px 20px 0px 20px;
opacity: 0;
transition: opacity 1s;
}
.jobdescription{font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #fff;
margin: 0px 20px 0px 20px;
opacity: 1;
transition: opacity 1s;}
.about_fa {
opacity: 0;
transition: opacity 1s;
}
.about_icons {
position: absolute;
fill: #fff;
color: #fff;
height: 130px;
top: 226px;
width: 50px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.about_icons a{color:white!important}
.about_person {
color:#f2f2f2!important;
margin-top: 20px;
margin-bottom:20px}
.about_person a {
font-weight:800;
margin-top: 20px}
.about_person a:hover {
color:#f2f2f2!important}