.set-bg {
    width: auto;
    height: 500px;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


.bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
  }

.my-icon{
    position: absolute;
    top: 28%!important;
    left: 33%!important;
}
.icon-set{
    font-size: 7rem;
}

@media (max-width: 420px) {
    .set-bg {
        width: auto;
        height: 290px;
    }
    .wwww-100{
        width: 100%!important;
    }
    .my-icon{
        position: absolute;
        top: 21%!important;
        left: 31%!important;
    }
    
}

@media (max-width: 1025px) {
    .my-icon{
        position: absolute;
        top: 33%!important;
        left: 35%!important;
    }
    
}
@media (min-width: 1125px) {
    .icon-set{
        font-size: 9rem;
    }
    
}


@media (min-width: 992px) {
    .rounded-lg-3 {
        border-radius: .3rem;
    }
}