.marketingSec {
    padding-top: 5rem;
}

.marketingThumb {
    margin-bottom: 4rem;
}

.marketingThumb img {
    border-radius: 1.5rem;
    box-shadow: 0 0 20px #0001;
    height: 12rem;
    width: 100%;
    object-fit: cover;
    transition: ease all 0.5s;
}

.marketingThumb:hover img {
    transform: scale(1.1) rotate(4deg);
}

.marketingThumb .content a {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
    color: var(--dark);
    display: block;
    margin-bottom: 10px;
}

.marketingThumb .content p {
    margin: 0;
}