
.page-section{
    margin: 100px 10vw;
}
#title-section{
    height: 25vh;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}
#contact-section{
    display: flex;
    margin-top: 0px;
}
/* Media query for mobile devices */
@media (max-width: 1300px) {
    #contact-section{
        flex-direction: column;
    }
}
/* Media query for mobile devices */
@media (max-width: 1000px) {
    #title-section{
        height: 35vh;
  }
}