.f-abu{
    color: #626262 !important;
}

.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #25D366;
    font-size: 34px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.p-46{
    padding-left: 46px !important;
}

.display-dekstop{
    display: block;
}

.display-mobile{
    display: none;
}

.image-footer{
    width: 240px;
}

@media (max-width:450px){
    .display-dekstop{
        display: none !important;
    }

    .display-mobile{
        display: block !important;
    }

    .h1-home{
        font-size: 1.1rem !important;
    }

    .text-mega {
        font-size: 3rem !important;
    }

    .image-footer{
        width: 200px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        display: block !important;
    }

    .jarak-mobile{
        margin-bottom: 15px !important;
    }

    .object-fit{
        object-fit: cover;
        height: 100%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1025px) {
    .margin-career {
        margin-top: 20px !important;
    }
}