 .technologies-tags li a .tag-box {
    padding: 0;
    border: none;
    min-width: 150px;
    width: 150px;
    height: 150px;
    margin-right: 25px;
}
.technologies-tags li a .tag-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.partner-tags li a .tag-box img {
    width: 100%;
    transition: all .3s 
ease;
}
.technologies-tags li a .tag-content {
    padding: 15px 0 20px;
}.stories-box a:hover .feature-img img, .indus-partners-wrap .partner-tags li a:hover .tag-box img, .technologies-tags li a:hover .tag-box img, .sub-indus-box a:hover .sub-indus-img img {
    transform: scale(1.1);
    transition: all .3s 
ease;
}.technologies-tags li a:hover .tag-content h3 {
    color: #0b6497;
}
.partner-tags li a {
    padding: 0 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    height: 100%;
}
.technologies-tags.partner-tags ul {
    gap: 50px;
}.partner-tags ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
li {
    list-style: none;
    letter-spacing: .4px;
}
.arrow-box {
  width: 21px;
    height: 14px;
    position: absolute;
    right: 7px;
    bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
    border-bottom: 0;
}
.tag-content h3{
  font-size: 17px;
}
.tag-content p{
      font-size: 14px;
}