.useful-link {
  background-color: inherit;
  border-radius: 10px;
  color: inherit;
  display: flex;
  overflow: hidden;
  text-decoration: none;
}

.useful-link:hover .info {
  background-color: #D1EAFF !important;
}

.useful-link:hover .info .title {
  color: #00569B !important;
}

.useful-link:hover .img {
  border-color: #D1EAFF !important;
}

.useful-link .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 155px;
  width: 18.2%;
}

.useful-link .info {
  padding: 22px 30px;
  width: 81.8%;
}

.useful-link.full .info {
  width: 100%;
}

.useful-link .info .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 11px;
}

.useful-link .info .description,
.useful-link .info .link {
  font-size: 14px;
}

.useful-link .info .description {
  line-height: 23.8px;
  margin-bottom: 16px;
}

.useful-link .info .link {
  align-items: center;
  color: #00529E;
  display: flex;
  line-height: 1;
  width: 100%;
}

.useful-link .info .link::before {
  background-image: url('/wp-content/themes/cseior/assets/images/useful-links/link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  flex-shrink: 0;
  height: 17px;
  margin-right: 12px;
  width: 17px;
}

.useful-link .info .link span {
  border-bottom: 1px solid #00529E;
}

@media screen and (max-width: 1146px) {
  .useful-link .info {
    font-size: 14px;
    line-height: 22px;
    padding: 24px ;
  }

  .useful-link .info .title {
    margin-top: 0;
  }

  .useful-link .info .description {
    line-height: 22px;
  }

  .useful-link {
    margin-top: 24px;
  }

  .useful-link .img {
    min-width: 210px;
  }
}

@media screen and (max-width: 834px) {
  .useful-link {
    flex-direction: column;
  }

  .useful-link .info {
    padding: 16px ;
  }

  .useful-link .img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 10px;
    height: 158px;
    min-width: auto;
    width: 100%;
  }

  .useful-link .info {
    width: 100%;
  }
}