#resources-section {
    padding-top: 60px;
    padding-bottom: 100px;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center top;
    position: relative;
    background-color: #fff;
}
#resources-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 290px;
    background-image: url(/wp-content/uploads/2023/09/image-removebg-preview-8.png);
    right: 6%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .35;
    bottom: 80px;
}
.resources-card-row {
    position: relative;
}
.resources-card-row::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 150px;
    background-image: url(/wp-content/uploads/2023/09/image-removebg-preview-16.png);
    right: -80px;
    background-size: contain;
    top: -92px;
}
#resources-section .resources-items {
    margin-bottom: 30px !important;
    box-shadow: 0 0 10px rgb(0 0 0/10%);
    padding: 15px;
    background: rgb(255 255 255/90%);
    display: flex;
    align-items: center;
}
#resources-section .resources-item-thumbnail {
    padding: 0px;
}
#resources-section .resources-item-thumbnail img {
    position: relative;
    border: 1px solid #ececec;
}
#resources-section p {
    font-size: 14px;
    color: #1e181a;
}
#resources-section h4 {
    font-size: 20px;
}
#resources-section a {
    color: #e83dc1 !important;
}

@media(max-width: 992px){
	#resources-section .resources-item-thumbnail img {
		width: 100% !important;
		max-width: unset !important;
	}
}

@media(max-width: 767px){
	#resources-section {
		padding: 65px 0px !important;
	}
	#resources-section .resources-item-thumbnail {
		padding: 0px;
		margin-bottom: 20px;
	}
	#resources-section .resources-items {
		flex-direction: column;
	}
	#resources-section .resources-item-content {
		padding: 0px !important;
	}
	#resources-section .resources-item-thumbnail img {
		width: 100% !important;
		max-width: unset !important;
	}
	#resources-section::after, .resources-card-row::after {
		display: none;
	}
}