﻿li.item-strenghts-home {
    list-style: none;
}

.homeStrengthCompa {
    background: url(/Design/img/KetSatPT/QuyTrinh/decorBack.png) no-repeat;
    background-size: cover;
    padding-top: 86px;
    padding-bottom: 88px;
}

    .homeStrengthCompa .grid.wide {
        max-width: 1176px;
    }

ul.list-strenghts-home {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 37px;
    row-gap: 15px;
}

h3.title-strenghts-home {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: KanitSBI;
    text-align: center;
    margin-bottom: 11px;
}

span.des-strenghts-home {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-family: 'InterR';
    line-height: 1.5;
}

.img-strenghts-home {
    width: 88px;
    height: 87px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}


.item-strenghts-home:hover img.decorImgStrenghts {
    display: none;
}

img.decorHover {
    display: none;
}

.item-strenghts-home:hover img.decorHover {
    display: block;
}
