
.btn-01 {
  color: #000;
  cursor: pointer;
  font-size: 30px;
  font-weight: 400;
  line-height: 342px;
  margin: 2em 0 1em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 30px 25px;
  text-align: center;
}
.btn-2 {
  font-weight: 100;
  font-family: Hou-lig;
}
.btn-2 svg {
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.btn-2 rect {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}
.btn-2:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 600;
}
.btn-2:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero-careers {
  height: 100vh;
  width: 100%;
  display: flex;
}
.left-careers-hero {
  background-color: #fff;
  width: 30%;
  height: 100vh;
  position: relative;
}
.clip-careers {
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  width: 40vw;
  height: 100%;
  background-color: #072f5b;
  position: relative;
}
.clip-careers > h1,
.clip-careers > p {
  color: #fff;
  font-family: Hou-lig;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clip-careers > h1 {
  font-size: 33px;
 width: 70%;
 padding: 30px 0px;
}
.clip-careers > p {
width: 70%;
  font-size: large;
  line-height: 28px;
}
.img-careers {
  width: 75%;
}
.img-careers img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.clear-both {
  clear: both;
}
.innovation-careers {
  height: 100%;
  width: 100%;
  padding: 10px 0;
}
.greater-future {
  display: flex;
}
.con-g {
  width: 50%;
  height: 100%;
  padding: 80px 80px;
}
.b-con {
  width: 50%;
  text-align: center;
}
.con-g h1 {
  font-size: 33px;
  padding: 10px;
}
.con-g p {
  font-size: 22px;
  line-height: 28px;
  padding: 10px;
  width: 100%;
}
.why-infocus {
  background-color: #000;
  height: 100%;
  padding: 10px 0;
}
.why-infocus > h1 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  padding: 30px 80px;
}
.tl-r {
  text-align: right;
}
.p-80 {
  padding: 0 80px;
}
.p-80 p {
  width: 100% !important;
}
.centered-why {
  display: flex;
  align-items: center;
  height: auto;
}
.image-holder {
  width: 50%;
  padding: 0 80px;
}
.image-holder > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.leading {
  width: 50%;
  color: #fff !important;
}
.leading h1 {
  font-size: 33px;
  padding: 10px 0;
  font-weight: 400;
}
.leading p {
  width: 70%;
  line-height: 24px;
  font-size: 18px;
  font-family: Hou-lig;
}
.promise-culture {
  height: 45vh;
  width: 100%;
  display: flex;
}
.left-promise-hero {
  background-color: #fff;
  width: 30%;
  height: 100%;
  position: relative;
}
.recrutment {
  padding: 50px 80px;
  height: 100%;
}
.recrutment > h1 {
  font-size: 33px;
  font-weight: 500;
  padding: 20px 0;
}
.recrutment p {
  font-size: 20px;
  font-family: Hou-lig;
  line-height: 28px;
}
@media screen and (max-width:1025px) {
  .clip-careers > h1 {
    font-size: 33px;
   width: 70%;
   padding: 50px 0px;
  }
}
@media screen and (max-width:800px) {
.hero-careers {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
padding: 70px 0px 0px 0px;
background-color: #072f5b;
}
.left-careers-hero {
background-color: #fff;
width: 100%;
height: 100%;
position: relative;
}
.clip-careers {
clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
width: 100%;
height: 45vh;
background-color: #072f5b;
position: absolute;
}
.clip-careers > h1, .clip-careers > p {
color: #fff;
font-family: Hou-lig;
position:unset; 
transform: translate(0%, 40%); 
}
.clip-careers > h1 {
width: 100%;
font-size: 33px;
padding: 15px 30px;
}
.clip-careers > p {
width: 100%;
padding: 0px 30px;
font-size: large;
line-height: 28px;
}
.img-careers {
width: 100%;
}
.img-careers img {
width: 100%;
object-fit: cover;
height: 100vh;
}

.greater-future {
display: flex;
flex-direction: column;
}
.con-g {
width: 100%;
height: 50vh;
padding: 40px 50px;
}
.b-con{
width: 100%;
}
.centered-why {
display: flex;
align-items: center;
height: auto;
flex-direction: column;
}
.image-holder {
width: 100%;
padding: 0 50px;
}
.image-holder > img {
width: 100%;
height: 260px;
object-fit: cover;
}
.leading {
width: 70%;
color: #fff !important;
}
.leading p {
width: 100%; 
line-height: 24px;
font-size: 18px;
font-family: Hou-lig;
}
.why-infocus > h1 {
font-size: 38px;
font-weight: 500;
color: #fff;
padding: 30px 40px;
}
.p-80 {
padding: 20px 0px; 
}
.recrutment {
padding: 50px 40px;
height: 100%;
}
.recrutment p{
font-size: 18px;
}
}
@media screen and (max-width:426px){
    .clip-careers > h1, .clip-careers > p {
        color: #fff;
        font-family: Hou-lig;
        position:unset; 
        transform: translate(0%, 0%); 
        }
        .con-g {
            width: 100%;
            height: 100%;
            padding: 40px 30px;
          }
          .clip-careers > p {
            width: 100%;
            padding: 0px 30px;
            font-size: 16px;
            line-height: 28px;
        }
    
}
