.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
.career-section{
    margin-top:60px;
    margin-bottom: 60px;
}
.box {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 1.5em 1.5em;
    margin: 2em 0!important;
    text-align: left;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);

    }
    
    .box h4{
        font-weight: 700;
    }
    .box span{
        font-weight: 400;
    }
    .box-col a{
        padding: 10px 25px;
        background-color: #9F2A52;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border: none;
        border-radius: 5px;
        text-decoration: none;
    }
    .box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
     
    .function
    {
      display: block;
    }
    
    .box-col
    {
      display: inline-block;
      vertical-align: middle;  
    }
    
    .text-right
    {
      text-align:right;
    }
    
    .box-80
    {
      width: 79%;
    }
    
    .box-20
    {
      width: 20%;
    }
    
    @media(max-width:768px){
    .top{
            margin-top:2rem;
            text-align: left;
        }
    }