.banner {
    background: url("https://images3.alphacoders.com/134/1347726.png")
     no-repeat center;
     background-size: cover;
     padding-top: 20%;
     padding-bottom: 20%  ;
     color:#fff;
}

.lingkaran {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    height: 150px;;
    color: #fff;
    background-color: #dc3545;
}

.lingkaran svg {
    position: relative;
    top: 25px;
}

.crop-img {
    object-fit: cover;
}

.tim img {
    width: 250px;
    border: 10px solid #cccccc;
}

a.social {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #333;
    line-height: 35px;
}

.client img {
height: auto;
max-height: 50px;
}

.kontak{
    background: url("https://www.liputan6.com/hot/read/4451313/20-background-hitam-keren-untuk-wallpaper-hp-dan-laptop") no-repeat center center;
    background-size: cover;
    padding-bottom: 20%;
    padding-top: 20%;
    color: #fff;
}