header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding-top: 170px;
    padding-bottom: 49px;
    height: 100%;
}

.ic-sosmed {
    width: 31px;
    height: 31px;
    border: 1px solid #ebebeb;
}

.card-perusahaan {
    border: 1px solid #ebebeb;
}

.card-perusahaan:hover {
    border-radius: 8px;
    border: 1px solid var(--dark);
}

.card-detail-perusahaan {
    border: 1px solid #ebebeb;
}

.card-detail-perusahaan .card-body {
    padding: 32px;
}

@media (max-width: 767.98px) {
    .ic-sosmed {
        width: 25px;
        height: 25px;
    }
    
    .card-detail-perusahaan {
        border: 1px solid #ffffff;
    }

    .card-detail-perusahaan .card-body {
        padding: 0px;
    }
}