/* SERVICES */
.services {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.service {
  width: 550px;
  height: 525px;
  min-width: 360px;
  max-width: 550px;
  margin: var(--margin-1);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding-top: var(--margin-2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .service {
    min-width: 300px;
  }
}
.service-logo {
  height: 50px;
}
.service-logo > img {
  height: 50px;
}
.service-txt {
  padding: 0 var(--margin-2);
  margin-top: var(--margin-1);
  line-height: 25px;
}
.service-footer {
  height: 230px;
  margin-top: auto;
}
.service-gigatribe-img {
  position: relative;
  width: 100%;
}
.service-gigatribe-img .gigatribe-brand > span {
  position: absolute;
  width: 188px;
  height: 48px;
  top: var(--margin-2);
  left: var(--margin-2);
  color: white;
  line-height: 22px;
  font-weight: bold;
}
.service-gigatribe-img .gigatribe-brand > a {
  position: absolute;
  width: 200px;
  height: 63px;
  border-radius: 25px;
  border: 2px solid white;
  background-color: #e45621;
  color: white;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  right: var(--margin-2);
  bottom: 16px;
}
.service a:hover {
  opacity: 1;
}
.service-gigatribe-img .gigatribe-brand {
  background-image: url('assets/imgs/gigatribe-brand.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.service-gigatribe-img .gigatribe-brand > a:hover {
  background-color: #e06437;
}

.service-gigatribe-img > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.service-gigatribe-img > div > div {
  display: flex;
  align-items: center;
}
.service-gigatribe-img > div > div > img {
  max-width: 30px;
  margin-right: 8px;
}

.service-giga-img {
  padding-left: var(--margin-2);
  padding-right: var(--margin-2);
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.service-giga-img > div {
  display: flex;
  align-items: center;
}
.service-giga-img .giga-star {
  display: flex;
  flex-direction: column;
  margin-right: var(--margin-1);
  align-items: center;
}
.service-giga-img .giga-star > span {
  margin-top: var(--margin-1);
}
.service-giga-img .giga-star > img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 1px 1px 1px black;
}
.service-giga-img .giga-txt {
  line-height: 20px;
  margin-bottom: var(--margin-2);
}
.service-giga-img .giga-txt > div {
  margin-bottom: var(--margin-1);
}
.service-giga-img a {
  align-self: center;
  width: 148px;
  height: 40px;
  border-radius: 15px;
  border: 2px solid #dd702f;
  color: #dd702f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.service-giga-img a > img {
  margin-right: 4px;
}

.service-kosmo-img {
  background: url('assets/imgs/kosmo-brand.jpg');
  width: 100%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  color: white;
}

.service-kosmo-img .kosmo-txt {
  display: flex;
  margin: var(--margin-2);
  margin-bottom: 0;
  line-height: 24px;
  align-items: center;
}
.kosmo-txt img {
  width: 72px;
  height: 72px;
}
.service-kosmo-img > a {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  background: #9e4cb7;
  padding: 4px 16px;
  color: white;
  margin-left: auto;
  margin-top: auto;
  margin-right: var(--margin-2);
  margin-bottom: var(--margin-1);
}

.service-meslivres-img {
  background: url('assets/imgs/meslivres-brand.jpg');
  width: 100%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: white;
}
.service-meslivres-img > a {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  background: #f07e3a;
  padding: 4px 16px;
  color: white;
  margin-left: auto;
  margin-top: auto;
  margin-right: var(--margin-2);
  margin-bottom: var(--margin-1);
}