.tech_talk{
  position: relative;
}
@media screen and (max-width: 800px){
  .tech_talk{
    padding-top: 110px;
  }
}
.apply-abl{
  position: absolute;
  right: 0;
  top: 0;
}
.apply-abl:hover{
  opacity: 0.3;
}

.apply:hover{
  opacity: 0.3;
}