﻿.widget-home-choose-about {
    position: relative;
    padding-top: 20px;
    padding-bottom: 33px;
    background: #bcd9f0;
}

    .widget-home-choose-about:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 382px;
        background: url(/Design/img/HoangKimBio/ChooseAbout/decorBack.png) no-repeat;
        background-size: cover;
        left: 0;
        top: -100px;
        z-index: 1;
    }

ul.ListChooseAbout li {
    list-style: none;
    text-align: center;
    position: relative;
}

    ul.ListChooseAbout li h3 {
        font-size: 42px;
        color: #ffffff;
        font-family: BeVNB;
        margin: 0;
        padding-bottom: 5px;
        margin-top: 8px;
        position: relative;
    }

    ul.ListChooseAbout li span {
        display: block;
        font-size: 19px;
        color: #ffffff;
        font-family: BeVNR;
        padding-top: 20px;
    }

.decorLogoChooseAbout {
    width: 55px;
}

    .decorLogoChooseAbout img {
        width: 100%;
        height: 100%;
    }

ul.ListChooseAbout {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 5px;
    row-gap: 25px;
}

.decorLogoChooseAbout {
    margin: auto;
}

.widget-home-choose-about .grid.wide {
    max-width: 1160px;
    position: relative;
    z-index: 1;
}

ul.ListChooseAbout li h3:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 2px;
    background: #9fd1ae;
    bottom: 0;
    left: calc(50% - 30px);
}
