:root {
    --color_brandgreen: #456455;
}

body {
    background-color: #333333;    
    font-family: Arial,Helvetica,sans-serif,'scfont';
    margin: 0;
    color: #333333;
}

.v25_section_img_div {
    height: 320px;    
}
.v25_section_img {
    width: 100vw; 
    height: 320px; 
    object-fit: cover; 
    object-position: 50% 50%;
    position: relative;
    filter: brightness(70%);
}
.v25_section_title_text {
    width: fit-content;
    margin: 0 auto;
    color: white;
    font-size: 64px;
    font-family: 'lulo-clean-w01-one-bold','scfont';
    text-align: center;
    position: relative;
}

@media screen and (max-width: 360px) {
    .v25_section_title_text {
        font-size: 48px;
    }
}

.v25_section_container {
    width: fit-content;
    margin: 0 auto;
}

.v25_section_title {
    font-family: 'lulo-clean-w01-one-bold', sans-serif, 'scfont';
    font-size: 14px;
    text-align: center;
    line-height: 64px;
}
.v25_section_btn_div {
    width: fit-content;
    margin: 0 auto;
}
.v25_section_btn {
    font-family: 'proxima-n-w01-reg', sans-serif, 'scfont';
    font-size: 16px;
    border: 3px solid black;
    padding: 8px 28px;
    margin: 22px 0;
    background-color: transparent;
    transition: color 0.5s, background-color 0.5s;
}
.v25_section_btn:hover {
    color: white;
    background-color: var(--color_brandgreen);
}

@font-face {
    font-family: 'proxima-n-w01-reg';
    src: url('../../fonts/ProximaNW01Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lulo-clean-w01-one-bold';
    src: url('../../fonts/LuloCleanW01OneBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-w01-bold';
    src: url('../../fonts/HelveticaW01Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scfont';
    src: url('../../fonts/sc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}