* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.seftiesContainer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sefty {
  width: auto;
  max-width: 25rem;
  position: relative;
  margin: 0.3rem 0.1rem;
}
.sefty:nth-child(3) .seftyHoverContainer {
  transform: translate(-40%, 0);
}
.sefty:nth-child(3) .seftyHoverContainer::after {
  left: 80%;
}
.sefty img {
  padding-right: 1rem;
  transform: scale(1.2);
}
.sefty div:nth-child(1) {
  background-color: #fe7f22;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  position: relative;
  padding-bottom: 1.3rem;
  position: relative;
}
.sefty div:nth-child(1) div {
  text-align: left;
  padding-left: 1rem;
}
.sefty div:nth-child(1) h6 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  padding: 0.5rem 0;
}
.sefty div:nth-child(1) P {
  width: 20rem;
  text-align: left;
  line-height: 1.4rem;
  font-family: "Roboto", sans-serif;
}
.sefty div:nth-child(1) span {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  visibility: hidden;
}
.sefty div:nth-child(1) span img {
  padding-left: 0.5rem;
  transform: scale();
}
.sefty:hover .seftyMore {
  visibility: visible;
}
.sefty .seftyHoverContainer {
  position: relative;
  width: 35rem;
  background-color: #fc964d;
  border-radius: 6px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  z-index: 5;
  margin-left: 3rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sefty .seftyHoverContainer * {
  padding: 0.5rem 0;
}
.sefty .seftyHoverContainer::after {
  position: absolute;
  content: "";
  display: block;
  background-color: inherit;
  top: -0.95rem;
  width: 1rem;
  height: 1rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.sefty .seftyHoverContainer h6 {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}
.sefty .seftyHoverContainer p {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}
.sefty .seftyHoverContainer i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transform: scale(1.15);
}

@media screen and (max-width: 1247px) {
  .seftiesContainer {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .sefty {
    width: auto;
    max-width: 25rem;
    position: relative;
    margin: 0.3rem 0.1rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .sefty:nth-child(3) .seftyHoverContainer {
    transform: translate(-40%, 0);
  }
  .sefty:nth-child(3) .seftyHoverContainer::after {
    left: 80%;
  }
  .sefty img {
    padding-right: 1rem;
    transform: scale(1.2);
  }
  .sefty div:nth-child(1) {
    background-color: #fe7f22;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    position: relative;
    padding-bottom: 1.3rem;
    position: relative;
  }
  .sefty div:nth-child(1) div {
    text-align: left;
    padding-left: 1rem;
  }
  .sefty div:nth-child(1) h6 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-family: "Roboto", sans-serif;
    padding: 0.5rem 0;
  }
  .sefty div:nth-child(1) P {
    width: 20rem;
    text-align: left;
    line-height: 1.4rem;
    font-family: "Roboto", sans-serif;
  }
  .sefty div:nth-child(1) span {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    visibility: hidden;
  }
  .sefty div:nth-child(1) span img {
    padding-left: 0.5rem;
    transform: scale();
  }
  .sefty:hover .seftyMore {
    visibility: visible;
  }
  .sefty .seftyHoverContainer {
    position: relative;
    width: 100%;
    background-color: #fc964d;
    border-radius: 6px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    z-index: 5;
    margin-left: 0rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .sefty .seftyHoverContainer * {
    padding: 0.5rem 0;
  }
  .sefty .seftyHoverContainer::after {
    position: absolute;
    content: "";
    display: block;
    background-color: inherit;
    top: -0.95rem;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .sefty .seftyHoverContainer h6 {
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
  }
  .sefty .seftyHoverContainer p {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
  }
  .sefty .seftyHoverContainer i {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    transform: scale(1.15);
  }
}
@media screen and (max-width: 412px) {
  .seftiesContainer {
    padding: 0 0.5rem;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .sefty {
    width: 100%;
    max-width: 25rem;
    position: relative;
    margin: 0.3rem 0.1rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .sefty:nth-child(3) .seftyHoverContainer {
    transform: translate(0, 0);
  }
  .sefty:nth-child(3) .seftyHoverContainer::after {
    left: 80%;
  }
  .sefty img {
    padding-right: 1rem;
    transform: scale(1.2);
  }
  .sefty div:nth-child(1) {
    background-color: #fe7f22;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    position: relative;
    padding-bottom: 1.3rem;
    position: relative;
  }
  .sefty div:nth-child(1) div {
    text-align: left;
    padding-left: 1rem;
  }
  .sefty div:nth-child(1) h6 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-family: "Roboto", sans-serif;
    padding: 0.5rem 0;
  }
  .sefty div:nth-child(1) P {
    width: 100%;
    text-align: left;
    line-height: 1.4rem;
    font-family: "Roboto", sans-serif;
    word-wrap: break-word;
  }
  .sefty div:nth-child(1) span {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    visibility: hidden;
  }
  .sefty div:nth-child(1) span img {
    padding-left: 0.5rem;
    transform: scale();
  }
  .sefty:hover .seftyMore {
    visibility: visible;
  }
  .sefty .seftyHoverContainer {
    position: relative;
    width: 100%;
    background-color: #fc964d;
    border-radius: 6px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    z-index: 1;
    margin-left: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .sefty .seftyHoverContainer * {
    padding: 0.5rem 0;
  }
  .sefty .seftyHoverContainer::after {
    position: absolute;
    content: "";
    display: block;
    background-color: inherit;
    top: -0.95rem;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .sefty .seftyHoverContainer h6 {
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
  }
  .sefty .seftyHoverContainer p {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
  }
  .sefty .seftyHoverContainer i {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    transform: scale(1.15);
  }
}/*# sourceMappingURL=carLogsSefties.css.map */