.postjobbox{
  border: 1px solid #EBEBEB;
border-radius: 0px 30px 0px 0px;
padding: 50px 30px 30px 30px;
border-width: 1px 1px 6px 1px;
border-bottom-color: #86071B;
margin-bottom: 30px !important;
}
.toptitlejob h2{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  font-family: var(--the7-h3-font);
  color: #e30613;
  margin-bottom: 0;
  text-transform: capitalize;
}
.toptitlejob{
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 30px !important;
}
.toptitlejob img{
  width: 25px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(340%) hue-rotate(169deg) brightness(87%) contrast(90%);
}
.flexmidiam {
    display: flex;
    grid-gap: 30px;
    margin-bottom: 30px !important;
    align-items: center;
}
.locrow {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.bottomdesjob p{
  color: #3C3C3B;
    font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  font-family: var(--the7-base-font-big);
}
.bottomdesjob p a{
   color: #3C3C3B;
}
.joblinkcard{
  text-decoration: none !important;
}
.postjobbox:hover{
  background: #e30613;
  border-color: #E30613;
  border-bottom-color: #86071B;
}
.postjobbox:hover > *{
  filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.postjobbox:hover .toptitlejob h2,
.postjobbox:hover .bottomdesjob p,
.postjobbox:hover .flexmidiam .locrow span{
  color: #ffffff;
}
.postjobbox > a:hover .toptitlejob h2,
.postjobbox > a:hover .bottomdesjob p,
.postjobbox > a:hover .flexmidiam .locrow span{
  color: #ffffff;
}
.postjobbox:hover  img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(257deg) brightness(110%) contrast(108%);
}
@media screen and (max-width: 767px) {
.flexmidiam {
    flex-direction: column;
    align-items: flex-start;
}
.postjobbox {
    padding: 40px 20px 20px 20px;
}

}
