.module-component-herobanner-style-3 .breadcrumbs .container {
    padding: 0;
}

.module-component-herobanner-style-3 img {
    border-radius: var(--radius-32);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 767px) {
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .module-component-herobanner-style-3 .grid {align-items: end;}
    
}

@media (max-width: 1023px) {
    .module-component-herobanner-style-3 .main {gap: var(--spacing-16);}

    .module-component-herobanner-style-3 .grid {gap: var(--spacing-32);}

    .module-component-herobanner-style-3 .content {gap: var(--spacing-20);}
    .module-component-herobanner-style-3 .date {font: var(--font-p5);}
}

@media (min-width: 1024px) {
    
}