@charset "utf-8";
@media screen and (min-width: 768px) {
.business section>h2
{
  text-decoration: none;
}
.servise-con
{
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.servise-con>div
{
  width: 48%;
  margin: 5vw 0;
}

.base-photo
{
  position: relative;
  width: 100%;
  height: 25vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.16));
}
.photo1
{
  background-image: url(../img/nasmiiLAB.png);
}
.photo2
{
  background-image: url(../img/medichare.png);
}
.photo3
{
  background-image: url(../img/nasfes.png);
}
.photo4
{
  background-image: url(../img/SNS.png);
}
.base-photo>div
{
  position: absolute;
  bottom: -2vw;
  left: 0;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.16));
  width: 60%;
  height: fit-content;
  padding: 1vw 1vw;
  box-sizing: border-box;
  background-image: url(../img/logo_clik.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.base-photo>div:hover
{
  filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.16));
}
.base-photo>div img
{
  width: 90%;
  height: 3vw;
  object-fit: contain;
}
.base-photo>div a
{
  text-decoration: none;
  color: #4e4e4e;
  font-size: 100%;
  text-wrap: nowrap;
  line-height: 3vw;
}
.servise-item-2
{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.servise-item-2 p
{
  margin: auto 0;
}
}
@media screen and (max-width: 767px) {
  .business section>h2
  {
    text-decoration: none;
  }
  .servise-con
  {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
    margin: 5vw 0;
  }
  .servise-con:nth-child(2),
  .servise-con:nth-child(4)
  {
    flex-direction: column-reverse;
  }
  .servise-con>div
  {
    width: 100%;
    margin: 5vw 0;
  }
  
  .base-photo
  {
    position: relative;
    width: 100%;
    height: 50vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: none;
  }
  .photo1
{
  background-image: url(../img/nasmiiLAB.png);
}
.photo2
{
  background-image: url(../img/medichare.png);
}
.photo3
{
  background-image: url(../img/nasfes.png);
}
.photo4
{
  background-image: url(../img/SNS.png);
}
  .base-photo>div
  {
    position: absolute;
    bottom: -2vw;
    left: 0;
    filter: none;
    width: 65%;
    height: fit-content;
    padding: 3vw 3vw;
    box-sizing: border-box;
    background-image: url(../img/logo_clik.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.16));
    border: 1px solid #aaa;
  }

  .base-photo>div img
  {
    width: 90%;
    height: 5vw;
    object-fit: contain;
  }
  .base-photo>div a
  {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 100%;
    text-wrap: nowrap;
    line-height: 3vw;
  }
  }