﻿.right-about-home > h3 {
    font-size: 19.98px;
    color: #ebb136;
    margin: 0;
    font-family: 'MuliSB';
    font-weight: 500;
    display: flex;
    align-items: center;
}

.right-about-home h2 {
    font-size: 26px;
    color: #0088db;
    font-family: 'MuliB';
    margin: 0;
    margin-top: 13px;
    margin-bottom: 11px;
    font-weight: 500;
}

.right-about-home > h3 > img {
    padding-right: 7px;
}

span.slogan-right-about-text {
    display: block;
    font-family: 'MuliR';
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.listItemAboutHome li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 7px 14px;
    border-top: 1px solid #f8e2a2;
    transition: all .3s;
}

    ul.listItemAboutHome li:first-child {
        border-top: unset;
        background: linear-gradient(1deg, #ebb136, #ffcc3b);
        border-radius: 7px 7px 0 0;
    }

ul.listItemAboutHome {
    padding: 0;
    background: #ffffe5;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 0 4px 12px 1px #bbbbbb7d;
    box-shadow: 1px 1px 12px 0px #bbbbbb7d;
}

    ul.listItemAboutHome li > h3 {
        margin: 0;
        font-size: 18px;
        color: #4f4f4f;
        font-family: 'MuliR';
        font-weight: 500;
        margin-left: 6px;
        line-height: 1.5;
    }

.decorCheckDesginer i {
    font-size: 18px;
    color: #edb437;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: transparent;
    border-radius: 50px;
}

ul.listItemAboutHome li:first-child .decorCheckDesginer i {
    background: #fff;
    color: #0088db;
}

ul.listItemAboutHome li:hover .decorCheckDesginer i {
    background: #fff;
    color: #0088db;
}

section.listDesginerContrusAboutHome {
    margin-top: 16px;
}

ul.listItemAboutHome li:first-child > h3 {
    color: #fff;
}

ul.listItemAboutHome li:hover {
    background: linear-gradient(1deg, #ebb136, #ffcc3b);
}

    ul.listItemAboutHome li:hover > h3 {
        color: #fff;
    }
