hr {
    border-top: 1px solid rgb(0, 0, 0, 0.5);
}

.hv {
    border-right: 2px solid black;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border: 0;
    width: 1%;
}

.img-background-1 {
    background-color: rgb(112, 48, 160);
    position: relative;
    z-index: -2;
    height: 200px;
    width: 200px;

}

.img-background-2 {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    right: -9px;
}

.main-color {
    color: rgb(112, 48, 160);
}

.kata-sambutan {
    text-align: center;
    color: rgba(61, 60, 60, 0.5);
    font-size: 0.9rem;
    margin-top: 15px;
    margin-bottom: 15px;
    align-self: center;
}

.back-circle {
    transform: rotate(180deg);
    position: absolute;
    z-index: -5;
    right: 0;
    top: -100px;
    opacity: 0.8;
}

.product-name {
    font-size: 1.2rem !important;
    text-align: center;
}

.content-product {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    height: 150px;
}

.content-product::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    /* or 100px */
    border-bottom: 1px solid rgba(61, 60, 60, 0.5);
}

.content-product p {
    margin-bottom: 0;
}

.content-klien {
    margin-top: 100px;

}

.note {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 50px;
}

.back-circle-2 {
    position: absolute;
    z-index: -5;
    right: 45%;
    bottom: 0px;
}

.w-90 {
    width: 90% !important;
}

.right-border {
    position: relative;
}

.right-border::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 45px;
    height: 85%;
    width: 1px;
    border-right: 1px solid rgba(61, 60, 60, 0.5);
}

.remove-border::before {
    border: 0 !important;
}

.link-portofolio {
    text-decoration: none;
    font-weight: 700;
    color: rgb(112, 48, 160);
    text-align: right;
}

.custom-img {
    position: absolute;
    left: 30px;
    bottom: 0;
}

.bg-abu {
    background-color: rgba(0, 0, 0, 0.1);
}

.table tbody tr td {
    vertical-align: middle;
}

.occupation {
    font-size: 0.9rem;
}

.profile-tim {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    align-self: center;
    position: relative;
}

.profile-tim-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 80px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgb(112, 48, 160);
    align-self: center;
    position: absolute;
    bottom: 10px;
}

.profile-tim-inner img {
    position: absolute;
    bottom: 6px;
}

.content-tim {
    margin-top: 100px;
    margin-bottom: 100px;
}

.background-ultima {
    left: -80%;
    z-index: -1000;
}

.table thead th {
    vertical-align: middle;
}