.salesbanner img{
  max-width: 50%;
  display: block;
  float: left;
  border-radius: 15px;
  padding: 5px;
}
.servcolm{
  margin: 15px;
  display: block;
  float: left;
  font-size: 18px;
  width: 100%;
}
.servcolm h4{
  color: #FFBB00;
}
.servcolm img{
  max-height: 370px;
  border-radius: 15px;
  }
.greyblock{
background-color: #fbfbfb;
    color: #000;
    border-radius: 15px;
      padding: 20px 40px;
    display: flex;
    width: 100%;
    vertical-align: middle;
    align-items: flex-start;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    border-bottom-style: inset;
}
.vacancy div span{
  font-size: 22px;
  color: #FFBB00;
  font-weight: 700;
}
.vacancy div{
    border: #FFBB00 3px dashed;
    padding: 15px;
    border-radius: 15px;
    margin: 15px;
}
.servtwocol{ width: 100%;}



.delivheight1{
  min-height: 450px;
}
.delivheight2{
  min-height: 200px;
}
.delivheight3{
  min-height: 370px;
}

.servcolm30{
    max-width: 30%;
}
.servcolm40{
    max-width: 40%;
}
.servcolm50{
    max-width: 45%;
}
.servcolm60{
    max-width: 60%;
}
.servcolm70{
    max-width: 65%;
}

.coop_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  flex-wrap: wrap;
}

.wigth30{
  width: 30%;
}
.wigth70{
  width: 70%;
}
.coop_text{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.textr{text-align: right; padding: 0 50px 0 0;}
.textl{text-align: left; padding: 0 0 0 50px;}
.coop_h{
  color: #FFDA33;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.coop_desc{
  color: #303030;
  font-size: 20px;
  border-top: #FFED99;
  border-top-width: 7px;
  border-top-style: solid;
  padding-top: 15px;
}





 @media (max-width: 726px) {
  .servcolm50{
    max-width: 100%;
}
.coop_block {
    flex-direction: column;
}
.wigth30, .wigth70{width: 100%;}
.textl, .textr {text-align: center; padding: 0 0 0 0;}
.coop_h {font-size: 30px; line-height: 1;}
.coop_desc {font-size: 16px;}
.mreverse {flex-direction: column-reverse;}

 }
