/* Támogatás */
.tender{
    min-height: 100vh;
}

.tender .text h2 {
    margin-top: 15%;
}

.tender .text h3 {
    font-size: 40px;
    margin-top: 1rem;
}

.tender .text p,
.tender table {
    font-family: Roboto-Medium;
    margin-left: 10%;
    width: 80%;
    font-size: 100%;
}

.tender table td {
    padding: 1rem;
}


.tender img {
    max-width: 100%;  
    height: auto;  
}

.tender .image img {
    margin-top: 150px;
    width: 90%;
    height: 90%;
}

.tender .image .polygon {
    position: absolute;
    top: 0;
    right: 10%;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 49, 45, 0.8);
    -webkit-clip-path: polygon(100% 30%, 100% 0%, 100% 100%, 60% 100%);
    clip-path: polygon(100% 30%, 100% 0%, 100% 100%, 60% 100%);
    z-index: 2;
}

@media (max-width: 576px){
    .tender .image img {
        margin-top: 0;
        width: 100%;
    }
}