.tool-author {
  margin: 56px 0px;
}

.tool-author .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px;
  box-shadow: 0 2px 10px 0 rgba(88, 102, 129, 0.1);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

@media screen and (min-width: 767.98px) {
  .tool-author .component-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767.98px) {
  .tool-author .component-content {
    padding: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tool-author .component-content:hover {
  box-shadow: 0 8px 15px 0 rgba(51, 59, 69, 0.4);
}

.tool-author .component-content .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 300px;
  height: 97px;
  margin-right: 16px;
}

@media screen and (max-width: 767.98px) {
  .tool-author .component-content .logo {
    max-width: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.tool-author .component-content .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tool-author .component-content .informations {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767.98px) {
  .tool-author .component-content .informations {
    text-align: center;
  }
}

.tool-author .component-content .informations .author {
  margin-bottom: 16px;
}

.tool-author .component-content .informations .author span {
  display: block;
}

.tool-author .component-content .informations .author span:nth-child(1) {
  font-size: 24px;
  line-height: 30px;
}

@media screen and (max-width: 767.98px) {
  .tool-author .component-content .informations .author span:nth-child(1) {
    font-size: 16px;
    line-height: 27px;
  }
}

.tool-author .component-content .informations .author span:nth-child(2) {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .tool-author .component-content .informations .author span:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 575.98px) {
  .tool-author .component-content .informations .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tool-author .component-content .informations .contact a:nth-of-type(1) {
  margin-right: 24px;
}

@media screen and (max-width: 767.98px) {
  .tool-author .component-content .informations .contact a:nth-of-type(1) {
    margin-right: 0;
  }
}
