footer {
   margin-top: 250px;
}
.section {
   margin: 0% 12% 0%;
}
h2 {
   color: #e46e00;
   font-family: 'Unbounded-800';
    font-weight: 800;
    font-size: 3.2vw;
    font-style: normal;
    line-height: 90%;
    letter-spacing: -1px;
    margin-bottom: 2%;
    text-transform: uppercase;
    margin-top: 4%;
}
h3 {
   color: #EEBA00;
   font-family: 'Unbounded-600';
    font-weight: 600;
    font-size: 2vw;
    font-style: normal;
    line-height: 90%;
    letter-spacing: -1px;
    margin-bottom: 2%;  
    padding: 0;
    text-transform: none;
    text-align: left;
    position: static;
    text-transform: uppercase;
    margin-top: 4%;
}
ul li a {
    text-decoration: none;
    color: #010b0c;
    font-family: 'Barlow-500';
    font-weight: 500;
    font-size: 1.8vw;
    font-style: normal;
    line-height: 90%;
    letter-spacing: -1px;
}
ul li a:hover, ul li a:focus, ul li a:active, ul li a:visited {
	color: #010B0C;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    margin-bottom: 1%; /* Optional: Adds some spacing between list items */
    padding-left: 4%;
}
.without-padding {
     padding: 0;
}
.subheader-model-1 ._10px-padding{
    margin: 0vw 0 1vw;
    display: none;
}
.yoast-breadcrumbs {
    position: absolute;
    top: 16%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .section {
        margin: 0% 28px 0%;
    }
    h2 {
        font-size: 36px !important;
        margin-top: 10%;
    }
    h3 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 5%;
        margin-bottom: 3%;
    }
    ul li a {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .srv-header {
        margin-bottom: 10vw;
    }
    .rnd-container {
        padding: 0px 28px;
        bottom: 0%;
    }
}