.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.firstpagenews {
    max-width: 1280px;
    margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}

.firstpageitems {
    max-width: 1280px;
    margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}

#contenttop h1, #rightytop h1, #rightyl h1 {
font-weight: 300;
font-size: 1.6em;
line-height: 1.8em;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

.c-text1{
font-size: 1.2em;
font-weight: 300;
line-height: 1.4em;
text-align: center;
}


.c-text3{
font-size: 1em;
font-weight: 300;
line-height: 1.2em;
text-align: justify;
}

.c-belowtext{
font-size: 1em;
font-weight: 300;
line-height: 1.4em;
text-align: center;
margin-bottom: 0px;
padding-bottom: 10px;
}

.c-titlos1{
font-size: 1.6em;
font-weight: 300;
line-height: 1.2em;
text-align: center;
color: #10435d;
padding-top: 20px;
}

.c-imagehome1{
background-position: 50% 50%;
background-size: cover;
min-height: 400px;
}

.c-imagehome2{
background-position: 50% 50%;
background-size: cover;
min-height: 500px;
}

.c-skia{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.c-skia:hover{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}

.c-titlosionian{
font-family: Arial;
font-size: 3.4em;
font-weight: 600;
line-height: 1.2em;
text-align: right;
color: #fff;
margin-bottom: 0px;
}

.c-textionian{
font-size: 1.6em;
font-weight: 300;
line-height: 1.65em;
color: #fff;
}

.c-centerbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.c-maintitlos{
font-family: Arial;
text-align: center;
font-weight: 600;
font-size: 2.2em;
line-height: 1.2em;
color: #ffffff;
margin-bottom: 10px;
}
.c-maintitlos a{
text-decoration: none;
color: #ffffff;
}

.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 0.9em;
line-height: 1em;
text-align: center;
padding: 17px 10px;
width: 170px;
color: #fff;
border-radius: 10px;
background-color: #e34914;
}
.c-buttonlink:hover {
color: #fff;
background-color: #e76719;
}

.c-buttonlink2{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 0.8em;
line-height: 1em;
text-align: center;
padding: 10px;
width: 140px;
color: #fff;
border-radius: 8px;
background-color: #e34914;
}
.c-buttonlink2:hover {
color: #fff;
background-color: #e76719;
}

.c-documents a {
    text-decoration: none;
    transition: 0.3s;
}

.c-insurance-box {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    transition: 0.3s;
}

.c-insurance-box:hover {
    background-color: #e34914;
    color: white;
}

.c-documents a:hover {
    color: white;
}