
.full_width {
    width: 100%;
}

.fcc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}



.transparent {
    background-color:rgba(0, 0, 0, 0.7);
    
}

.sh_1 {
    -webkit-box-shadow:var(--shadow_type_1);
    -moz-box-shadow: var(--shadow_type_1);
    box-shadow: var(--shadow_type_1); 
}



.title_type_2 {
    
    margin-bottom: var(--spacing);
    background-color: var(--red_default);
    padding: var(--spacing);
    margin: auto;
    border-radius: var(--border_radius);
}