body {
  background-color: hsl(233, 47%, 7%);}
.content {
    position: relative;
  width: 770px;
  height: 300px;
  background-color: hsl(244, 38%, 16%);
  margin: auto;
  border-radius: 7px;
  padding-left: 30px;
  margin-bottom: 50px;
}
.image-cover {
  float: right;
  display: inline;
  height: 300px;
  width: 400px;
  border-radius: 0 7px 7px 0;
  background: hsl(277, 64%, 61%, 0.5);
  z-index: 1;
  position: relative;
  bottom: 300px;
}
img {
  float: right;
  height: 300px;
  width: 400px;
  object-fit: cover;
  border-radius: 0 7px 7px 0;
  display: inline;
}
h1 {
  padding-top: 30px;
  margin-top: 100px;
  margin-right: 420px;
  color: hsl(0, 0%, 100%);
  font-family: "Lexend Deca", sans-serif;
}
.desc {
  margin-right: 430px;
  color: hsla(0, 0%, 100%, 0.75);
  font-family: "Inter", sans-serif;
  font-size: small;
  line-height: 1.5;
}
.service {
  width: 50px;
  display: inline-block;
  margin: 25px;
  color: hsla(0, 0%, 100%, 0.9);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
}
.service1 {
  margin-left: 0;
  margin-right: 25px;
  width: 50px;
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.9);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
}
.bot {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: x-small;
}
.insights {
  color: hsl(277, 64%, 61%, 0.5);
}
.mobile {
  visibility: hidden;
  display: none;
}
br {
    visibility: hidden;
    display: none;
}
.image-cover2 {
    visibility: hidden;
    display: none;
}
/********************MEDIA QUERY*********(max-width: 768px)************/
@media (max-width: 600px) {
  .desktop {
    visibility: hidden;
    display: none;
  }
  .mobile {
    visibility: visible;
    display: block;
    width: 350px;
    height: 266px;
    clear: both;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
  }
  .content {
    width: 350px;
    height: 765px;
    border-radius: 0;
    padding-left: 0;
    border-radius: 10px;
  }
  h1 { display: block;
margin: 0;
padding: 0;
text-align: center;
margin-top: 60px;
}
.desc{
    width: 350px;
    text-align: center;
    font-size: 14px;
}
.image-cover2 {
    visibility: visible;
    display: inline-block;
    z-index: 1;
    width: 350px;
    height: 266px;
    background-color: hsl(277, 64%, 61%, 0.5);
    position: absolute;
    top: 60px;
    border-radius: 10px 10px 0 0;

}
.image-cover {
    visibility: hidden;
    display: none;
}
br {
    visibility: visible;
    display: inline;
}
 .service { display: block; text-align: center; width: 50px; margin: auto;}
 .service1 { display: block; text-align: center; width: 50px;margin: auto;}
}
