body{
    font-weight: 600;
}
img.under {
    float: left;
    height: 180px;
    width: 44px;
    padding-right: 38px;
    margin-top: -96px;
}
.hader-text {
    float: left;
}
.logo {
    width: 190px;
    float: right;
}


.row.mt-5.box-bg {
    background: #deeaf6;
    padding-top: 7px;
    font-size: 16px;

}
img.famili {
    float: right;
}
.famili-img {
    display: flow-root;
}
.text-box {
       background: #deeaf6;
    padding: 14px;
    border-radius: 11px;
    box-shadow: 0px 9px 10px #888888;
}


@media only screen and (max-width: 600px) {
 .hader-text {
    float: inherit;
}
}