.action-buttons {
    position: relative;
    padding-bottom: 230px;
}
.action-buttons__devider {
    width: 1px;
    height: 176px;
    padding: 0;
    background: linear-gradient(180deg, rgba(240,89,42,1) 0%, rgba(1,61,165,1) 50%, rgba(205,21,47,1) 100%);
}
.action-buttons__picture {
    min-height: 87px;
}
.action-buttons .btn {
    min-width: 260px;
    font-family: 'Lato', Sans-serif;
}
.action-buttons__text p {
    font-size: 1.2vw;
    line-height: 1.1;
    margin-bottom: 0.5vw;
    font-family: 'Arial Rounded MT', Sans-serif;
}
.action-buttons__text strong {
    letter-spacing: 0.06em;
}

.apply-page .action-buttons__text strong {
  letter-spacing: 0;
}

.apply-page {
  margin-top:15vh;
  padding-bottom:10vh;
}

.apply-page img.action-buttons__icon_employee {
	max-height:70px;
}

@media (max-width: 992px) {
    .action-buttons {
        padding: 11vw 0;
    }
    
    .solutions-actions {
        padding: 3vw 0 11vw !important;
    }
    

    
    .action-buttons .container {
        position: relative;
    }
    .action-buttons .btn {
        min-width: 0;
        font-size: 14px;
        padding: 10px;
        margin-top: 20px !important;
        max-width: 170px;
        width: 100%;
    }
    .action-buttons__picture {
        margin: 0 auto;
        min-height: 0;
        width: 20vw;
        height: 8vw;
    }
    .action-buttons__picture img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .action-buttons__devider {
        height: 23vw;
    }
    .action-buttons .btn {
        max-width: 145px;
        font-size: 12px;
    }
    .action-buttons__text p {
        font-size: 3vw;
        margin-top: 5vw;
        letter-spacing: -0.04em;
    }
    .apply-page .action-buttons__text p {
      font-size:14px;
      margin-top:3vw;
    }
    .apply-page .col-lg-4.px-3.px-lg-5:nth-child(2) img.action-buttons__icon_employee {
      max-width:100%;
   }
    .action-buttons__text strong {
        letter-spacing: 0.01em;
    }
    .apply-page {
      margin-top:0;
    }
}