.helpful-resources {
    padding: 0px;
}

.helpful-resources-hadings h3 {
    color: var(--wp--preset--color--theme-color-one);
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.36px;
    margin: 0;
    font-family: 'TiemposHeadline-Semibold';
    padding-bottom: 56.21px;
}
.main-helpful-resources p {
	color: var(--wp--preset--color--theme-color-one);
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'europa';
    font-weight: bold;
    padding-bottom: 9.6px;
    padding-top: 20.03px;
    letter-spacing: 1.4px;
}
.main-helpful-resources h4 {
    color: var(--wp--preset--color--theme-color-three);
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    letter-spacing: -0.24px;
    font-family: 'TiemposHeadline-Semibold';
}
.main-helpful-resources h4 a {
    color: var(--wp--preset--color--theme-color-three);
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    letter-spacing: -0.24px;
    font-family: 'TiemposHeadline-Semibold';
}
.main-helpful-resources h4 a:hover {
    color: var(--wp--preset--color--theme-color-one);
}
.main-helpful-resources img { 
    width: 100%;
    border-radius: 10px;
    max-height: 172px;
    height: 172px;
    object-fit: cover;
}
@media only screen and (max-width : 1199px) {
    .helpful-resources .container {
        padding: 0;
    }
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 991px) {
    .main-helpful-resources {
        padding-bottom: 32px;
    }
    .helpful-resources .row .col-lg-3:nth-child(4) .main-helpful-resources {
        padding-bottom: 0;
    }
    .helpful-resources .row .col-lg-3:nth-child(3) .main-helpful-resources {
        padding-bottom: 0;
    }
    .main-helpful-resources img {
        max-height: 230px;
        height: 230px;
    }
}
@media only screen and (max-width : 767px) {
    .helpful-resources .row .col-lg-3:nth-child(3) .main-helpful-resources {
        padding-bottom: 30px;
    }
    .main-helpful-resources {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 32px;
    }
    .main-helpful-resources p {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 16px;
        padding-bottom: 4px;
        padding-top: 0;
    }
    .main-helpful-resources h4 a {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.08px;
    }
    .main-helpful-resources h4 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.08px;
    }
    .main-helpful-resources img {
        width: 90px;
        border-radius: 10px;
        max-width: initial;
        height: 60px;
        max-height: 60px;
    }
    .main-helpful-resources-text {
        padding-left: 16px;
    }
    .helpful-resources-hadings h3 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 24px;
    }
    .helpful-resources .row .col-lg-3:last-child .main-helpful-resources {
        padding-bottom: 0;
    }
}
