.listnews a {
    color: black;
    text-decoration: none;
}

.listnews li {
    list-style-type: none;
}

.header_inner1 {
    font-family: var(--heading);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 30px;
}

.listnews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.sctnews1 {
    margin-bottom: 50px;
}

.section3_inner h2 {
    margin-bottom: 50px;
    text-align: center;

}

.blocktourist {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    padding-top: 50px;
    margin-bottom: 100px;
}

.itemimage1 {
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
}

.paragraph_colanada2 {
    max-width: 1106px;
}




.paragraph_colanada2 h2 {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.paragraph_colanada2 p {
    color: rgb(55, 65, 81);
    margin-bottom: 38px;
    font-size: 16px;
}

.colonadaimg1 {
    display: flex;
    align-items: center;
    margin: 0 auto;
}