 
.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: 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;
}
 
.venue{
    padding: 60px 0;
    min-height: 60vh; 
    width: 100%;
    background-image: url(../images/sheraton.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.venue h2 {
     
    font-size: 30px;
    margin-top: 100px;
}
.venue p{
    font-size: 20px;
    margin-top: 20px;

}
.venue .location {

    width: fit-content;
}
.venue a {

    margin-top: 40px;
    padding: 12px 20px ;
    border-radius: 10px;
    background-color: #072873;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.venue a  img {
    width: 30px;
    margin-right: 7px;
}
.venue a:hover{
    background-color: #333d89;
}



@media (max-width: 768px) {
    .venue {
        min-height: 100%;
    }
    .venue h2 {
        margin-top: 0px;
    }
}
