
    

        /* recources styles */
        .resources {
            padding: 100px 0;

            background: linear-gradient(179.73deg, #D3D3D3 0.23%, #D2D2D2 0.24%, #EDEDED 11.64%, rgba(237, 237, 237, 0) 66.59%, #EDEDED 89.92%, #D5D5D5 99.77%);

        }

        .resources .title {
            text-align: center;

            margin-bottom: 80px;

        }

        .resources .title h2 {
            margin: 0;

            font-family: "PT Serif", serif;
            font-size: 56px;
            font-weight: 400;

        }

        .resources .title strong {
            font-weight: 700;

        }

        .resources .columns {
            display: flex;

            justify-content: center;

            gap: 50px;

        }

        .resources .column {
            width: 340px;

            gap: 36px;
            display: flex;
            flex-direction: column;
        }

        .resources .column h3 {
            text-align: center;

            margin-bottom: 35px;

            font-family: "PT Serif", serif;
            font-size: 28px;
            font-style: italic;

        }

        .resources .resource-card {
            display: flex;

            align-items: center;

            gap: 15px;

            margin-bottom: 20px;

            padding: 12px;

            border-radius: 4px;

            text-decoration: none;

            color: white;

            background: gray;
        }

        .resources .resource-card img {
            width: 40px;
            height: 40px;

            padding: 8px;

            border-radius: 4px;
        }

        .resources .resource-card span {
            flex: 1;
            text-align: center;
            font-size: 15px;
  font-family: "Puritan", sans-serif!important;
  font-weight: 400!important;
  font-style: normal!important;
        }

        .resources .document {
            background: #991212;
        }

        .resources .document img {
            background: #D93030;
        }

        .resources .video {
            background: #650000;
        }

        .resources .video img {
            background: #B81E1E;
        }

        .resources .presentation {
            background: #450303;
        }

        .resources .presentation img {
            background: #930808;
        }
