 
.about {
    padding: 80px 0;
}
.about .section{
    margin-bottom: 50px;
}
.about .section h2{
    margin-bottom: 40px;
    font-size: 30px;
}
.about .section p{
    margin-bottom: 30px;
    line-height: 1.4;
}
.about .section img {
    width: 100%;
    max-width: 1520px;
}
.guide-info {
    padding: 0px 0 70px 0;
}
.guide-info .para {
    margin-bottom: 60px;
}
.guide-info .para h2{
    margin-bottom: 2dvb;
    font-size: 30px;
}
.guide-info .para p{
    font-size: 20px;
    line-height: 1.5;
}
 
.about {
    padding: 80px 0;
}
.about .section{
    margin-bottom: 50px;
}
.about .section h2{
    margin-bottom: 40px;
    font-size: 30px;
}
.about .section p{
    margin-bottom: 30px;
    line-height: 1.4;
}
.about .section img {
    width: 100%;
    max-width: 1520px;
}
.attractions {
    padding: 80px 0;
}
.attractions h2{
    margin-bottom: 30px;
    font-size: 30px;
}
.attractions .attractions-item{
    display: flex;
    margin-bottom: 60px;
}
.attractions .attractions-item.reverse{
    display: flex;
    flex-direction: row-reverse;
}
.attractions .attractions-item.reverse img {
    margin-right: 0px;
 
}
.attractions .attractions-item img{
    width: 610px;
    margin-right: 40px;
}
.attractions .attractions-item h3{
    font-size: 35px;
    margin-bottom: 10px;
}
.attractions .attractions-item p{
    line-height: 1.5;
    font-size: 23px;
    margin-right: 18px;
}
 
 
.about .section{
    margin-bottom: 40px;
    font-size: 21px;
}
.about .section h2{
    margin-bottom: 40px;
    font-size: 30px;
}
.about .section p{
    margin-bottom: 30px;
    line-height: 1.4;
}
.about .section img {
    width: 100%;
    max-width: 1520px;
    margin-bottom: 25px;
}
@media (max-width: 1242px) {
    .attractions .attractions-item {
        flex-direction: column;
        margin-bottom: 70px;
    }
    .attractions .attractions-item img {
        width: 100%;
        margin-right: 0;
    }
    .attractions .attractions-item h3 {
        margin-top: 17px;
    }
    .attractions .attractions-item.reverse {
        flex-direction: column;
    }
}



