*{ 
    margin: 0; 
    font-family:"Inter",sans-serif; 
    scroll-behavior: smooth;
}
.main-block{
    display: flex;
    justify-content:space-evenly;
    text-align: center;
    align-items:center;  
    flex-direction: column;
    background-image: url(img/tecnic00.png);
    background-repeat: no-repeat;
    background-size: contain;
    height:  70vh;
    color: white;   
}
.footer-block{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
}
.about-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction:column;
    height: 70vh;
    color: black;
    padding-top: 20px;
}
.about-block img{ 
    margin: 0 20px; 
    width: 30%; 
    box-shadow: 
      7px 7px 0 #000000;

} 
.about-images{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.about-subtitle {
    margin-bottom: 20px;
    text-align: center;
}
.odin-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction:column;
    height: 70vh;
    color: black;
    padding-top: 20px;
}
.odin-block img{ 
    margin: 0 20px; 
    width: 30%; 
    box-shadow: 
      7px 7px 0 #000000;

} 
.odin-images{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.odin-subtitle {
    margin-bottom: 20px;
    text-align: center;
}
.dva-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction:column;
    height: 70vh;
    color: black;
    padding-top: 20px;
}
.dva-block img{ 
    margin: 0 20px; 
    width: 30%; 
    box-shadow: 
      7px 7px 0 #000000;

} 
.dva-images{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.dva-subtitle {
    margin-bottom: 20px;
    text-align: center;
}
footer{ 
    background-color:#000000;
    display: flex; 
    justify-content: center;
    padding: 20px;
    align-items: center; 
    height: 230px; 
    color: #FFF;
}
.footer-images{
    margin-right: 20px;
}
section {
    padding-bottom: 40px;
}


@media (max-width: 1000px) {
    .main-block, .about-block, .odin-block, .dva-block {
        height: auto;
        padding: 20px;
    }
    .about-images, .odin-images, .dva-images {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .about-images img, .odin-images img, .dva-images img {
        width: 90%;
    }
    .main-title, .about-subtitle, .odin-subtitle, .dva-subtitle {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }
    section {
        padding: 30px 10px;
        margin-bottom: 30px;
    }
    .main-block{
        background-size:contain;
    }
        .about-block img, .odin-block img, .dva-block img {
        width: 90%;
        margin-bottom: 10px;
    }
       .main-block, .about-block, .odin-block, .dva-block, footer {
        max-width: 100%;
        overflow: hidden;
    }
    .footer-images img {
        width: 90%;
        max-width: 450px;
    }
}

        




