 body.widget-snippet .capabilities-golden-area {
        margin: 30px;
    }
    .widget-snippet .capabilities-golden-area {
        padding:96px 0;
        background:#74b640;
    }
    .widget-snippet .capabilities-golden-area .container{
        max-width:1380px;
        width:100%;
    }
    .widget-snippet .our-capabilitie-content{
        padding-right: 100px;
    }
    .widget-snippet .our-capabilitie-content h4 {
        font-size: 38px;
        color: #fff;
        font-family: 'Gilroy';
        font-weight: bold;
        padding: 0 0 15px 0;
        margin: 0;
    }
    .widget-snippet .our-capabilitie-content p {
        font-size:20px;
        line-height:31px;
        color:#fff;
        font-family: 'Gilroy';
        font-weight:normal;
    }
    .widget-snippet .golden-project ul {
        list-style-type: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding:0;
    }
    .widget-snippet .golden-project ul li:before {
        display: none;
    }
    .widget-snippet .golden-project ul li {
        flex: 0 0 47%;
        position: relative;
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-color: #fff;
        color: #fff;
        margin: 0;
        padding: 0;
        min-height: 130px;
    }
    .widget-snippet .golden-project ul li:nth-child(3) {
        border-bottom:none;
        padding-top:30px;
    }
    .widget-snippet .golden-project ul li:nth-child(4) {
        border-bottom:none;
        border-right:none;
        padding-left:30px;
        padding-top:30px;
    }
    .widget-snippet .golden-project ul li:nth-child(2) {
        border-right: none;
        padding-left: 30px;
        padding-bottom: 25px;
    }
    .widget-snippet .golden-project ul li h4 {
        font-size: 30px;
        font-family: 'Gilroy';
        font-weight: bold;
        color: #fff;
        line-height: 36px;
    }
    .widget-snippet .golden-project ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-family: 'Gilroy';
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
    }
    .widget-snippet .golden-project ul li p {
        color: #fff;
        font-size: 16px;
        font-family: 'Gilroy';
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .widget-snippet .golden-project ul li a:hover{
        color:#ff3e48;
    }
    .widget-snippet .golden-project ul li:nth-child(3) a {
        margin-top: 45px;
    }

    .widget-snippet .golden-project ul li:nth-child(2) h4,
    .widget-snippet .golden-project ul li:nth-child(2) a,
    .widget-snippet .golden-project ul li:nth-child(4) h4,
    .widget-snippet .golden-project ul li:nth-child(4) a{
        position: relative;
        left: 28px;
    }
