*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
#bg{
    width: 100%;
    height: 155%;
    background-color: rgb(0, 0, 0);
    padding: 0.1px;
}
#bg h1{
    color: #fff;
    font-family: Montserrat;
    font-size: 2.8rem;
    margin-top: 8%;
    margin-left: 38%;
}
#bg h1 span{
    color: #FF3703;
}
.big{
    width: 100%;
    height: 35%;
    /* background-color: red; */
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    padding-left: 200px;
    padding-right: 200px;
}
.sm1{
    width: 38%;
    height: 105%;
    background-color: #0C0C0E;
    border-radius: 20px;
  box-shadow: -10px -10px 5px #F05742, 10px 10px 5px #fff;
  padding: 0.1px;
}
.sm2{
    width: 38%;
    height: 105%;
    background-color: #0C0C0E;
    border-radius: 20px;
    box-shadow: -10px -10px 5px #F05742 inset, -10px -10px 5px rgb(255, 255, 255);
}
.big2{
    width: 100%;
    height: 35%;
    /* background-color: red; */
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    padding-left: 200px;
    padding-right: 200px;
}
.unb{
    width: 85%;
    height: 45%;
   background-image: url(hr\ consulting.jpg);
   background-position: center;
   background-size: cover;
    margin-top: 5%;
    margin-left: 7.8%;
}
.sm1 h2{
    color: #fff;
    font-size: 2rem;
    font-family: Montserrat;
    font-weight: 700;
    margin-top: 5%;
    margin-left: 10%;
}
.sm1 p{
    color: #fff;
    font-family: sans-serif;
    font-size: .8rem;
    margin-top: 3%;
    line-height: 20px;
    margin-left: 10%;
}
.sm1 a{
    text-decoration: none;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 10%;
    position: relative;
    top: 5%;
}
.sm1 a:hover{
    color: #FF3703;
    transition: all ease 0.5s;
}
.unb2{
    width: 85%;
    height: 45%;
   background-image: url(bpo.jpg);
   background-position: center;
   background-size: cover;
    margin-top: 5%;
    margin-left: 6%;
}
.sm2 h2{
    color: #fff;
    font-size: 2rem;
    font-family: Montserrat;
    font-weight: 700;
    margin-top: 5%;
    margin-left: 10%;
}
.sm2 p{
    color: #fff;
    font-family: sans-serif;
    font-size: .8rem;
    margin-top: 3%;
    line-height: 20px;
    margin-left: 10%;
}
.sm2 a{
    text-decoration: none;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 10%;
    position: relative;
    top: 5%;
}
.sm2 a:hover{
    color: #FF3703;
    transition: all ease 0.5s;
}
.unb3{
    width: 85%;
    height: 45%;
   background-image: url(it\ service.jpg);
   background-position: center;
   background-size: cover;
    margin-top: 5%;
    margin-left: 8%;
}
.unb4{
    width: 85%;
    height: 45%;
   background-image: url(complete-guide-to-digital-marketing.webp);
   background-position: center;
   background-size: cover;
    margin-top: 5%;
    margin-left: 6%;
}