 #cardsSectionContainer
    {
        width: 100%;
        background-color: #edeeec;
    }
    #cardsSectionContent
    {
		
		max-width: 2800px;
		margin: auto;
		
        padding: 150px 83px;
    }
    .card
    {
        width: 345px;

        display: inline-grid;

        margin: 10px;
    }
    .firstCard
    {

    }
    .firstCardTitle
    {
        font-size: 35px;
        font-family: 'myriad-pro';

        margin-bottom: 40px;
    }
    .firstCardDescription
    {
        width: 245px;

        font-size: 16px;
        line-height: 1.3em;
        font-family: 'myriad-pro';
    }
    .itemCardLink, .itemCardLink:hover
    {
        text-decoration: none;
        color: unset;
    }
    .itemCard
    {
        background-color: white;
        height: 283px;
    }
    .itemCardContent
    {
        padding: 30px;
    }
    .itemCardIcon
    {
        font-size: 70px;
        margin-bottom: 30px;
    }
    .itemCardTitle
    {
        font-size: 22px;
        font-family: 'myriad-pro';
        font-weight: 600;

        margin-bottom: 15px;
    }
    .itemCardDescription
    {
        font-size: 14px;
        font-family: 'myriad-pro';
        line-height: 1.3em;

        height: 54px;

        margin-bottom: 15px;
    }