body{
    background: #f8f8f8;
}
a{
    color: blue;
}
img.under {
    float: left;
    height: 170px;
    width: 44px;
    padding-right: 38px;
    margin-top: -96px;
}
.hader-text {
    float: left;
    margin-left: -25px;
}
.logo {
    width: 190px;
    float: right;
}
.row.box-bg {
    background: #deeaf6;
    padding-top: 7px;
}
img.famili {
    float: right;
}
.famili-img {
    display: flow-root;
}
.text-box {
 background: #deeaf6;
    padding: 14px;
    box-shadow: 4px 5px 0px #888888;
}


ul.list-ul {
    margin-left: 19px;
}

span {
    display: inline-flex;
    width: 260px;
}



p.box-p1 span {
    margin-left: 87px;
}










p.text-box-p1.mt-4 a {
    background: white;
    color: #1c73cc;
}
p.mb-5.foorter a {
    color: black;
}



@media (max-width: 575.98px){
.mobil-p {
    margin-bottom: 16px !important;
}
.hader-text.mt-4 {
    margin-top: 0px !important;
}
.logo {
    margin: auto;
    float: none;
}
}



@media (min-width: 576px) and (max-width: 767.98px){
.logo {
    float: left;
    margin-left: -26px;
    margin-top: 8px;
}


}




@media only screen and (max-width: 600px) {
 .hader-text {
    float: inherit;
}
}
@media only screen and (min-width: 1400px) {
 body{
    font-weight: 600;
}
}



