p{
    line-height: 2;
}

/* new updated */
.grid-item a {
    color: #000;
}

.grid-item:hover a {
    color: #ffffff;
}

#section-1 {
    padding-bottom: 4rem;
}

#section-1 .inner {
    flex-direction: column;
}

#section-1 .img-wrapper img{
    width: 100%;
    margin-top: 4rem;
}

#section-1 .icon-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
}
#section-1 .icon-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 0.5rem);
}
#section-1 .icon-wrapper p{
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.7);
}
#section-1 .icon-wrapper img{
    height: 70px;
} 
#section-1 .icon-wrapper p{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2rem 0;
}

#section-2 {
    background: #ececec !important;
    padding-bottom: 6rem;
}


#section-2 .inner{
    flex-direction: column;
}

#section-2 .inner > p{
    margin-bottom: 2rem;
}


#section-2 button{
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.8rem 1.5rem;
    color: #fff;
    background-color: #a81427;
    border-radius: 30px;
    white-space: nowrap;
    transition: .4s;
}
#section-2 button:hover{
    cursor: pointer;
}
#section-2 .grid-item{
    display: block;
    color: rgba(0, 0, 0, 0.8);
    background: #fff;
    padding: 2rem;
    border-radius: 30px;
    margin-top: 2rem;
    transition: .4s;
}

#section-2 .grid-item p{
    margin: 1rem 0;
}
#section-2 .grid-item:hover{
    color: #fff;
    background: #a81427;
}

#section-2 .grid-item:hover p{
    color: #fff;
}

#section-2 .grid-item:hover button{
    background-color: #fff;
    color: #000;
}
#section-2 .unclickable:hover{
    cursor: default;
}
@media (min-width:768px){
    #section-1 .icon-wrapper{
            width: 25%;
    }
    #section-1 .img-wrapper{
        width: 80%;
    }
    #section-1 .image-row-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 992px){
    #section-1 .content-container{
        display: flex;
        justify-content: space-between;
    }
    #section-1 .text-container{
        width: calc(50% - 1rem);
    }
    #section-1 .image-row-container{
        width: calc(50% - 1rem);
    }
    #section-1 .img-wrapper{
        width: 100%;
    }
    #section-1 .img-wrapper img{
        margin-top: 0;
    }
    #section-1 .icon-wrapper{
        width: 50%;
    }
    #section-2 .grid-item{
        margin-top: 1rem;
    }
    #section-2 .grid-item.red {
        background-color: #a81427;
    }
    #section-2 .grid-item.red a,
    #section-2 .grid-item.red p {
        color: #fff;
    }
    #section-2 button{
        margin-left: 0;
        transform: translateX(0);
    }
    #section-2 .grid-first-row{
        display: flex;
        justify-content: space-between;

    }
    #section-2 .grid-first-row .grid-item{
        width: calc(50% - 0.5rem);
    }
    #section-2 .grid-bottom-row{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #section-2 .grid-bottom-row .grid-item{
        width: calc(33% - 0.5rem);
    }

}

@media(min-width:1200px){
    #section-1 .icon-wrapper{
        width: 25%;
    }
}