.title1 {
    width: auto;
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 40px;
}

.title2 {
    width: auto;
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 0px;
}

.title3 {
    width: auto;
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 40px;
}

.title4 {
    width: auto;
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 40px;
    color: #fff;
}

.header1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0px;
}

.header2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.header3 {
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header4 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.nav1{
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.text1 {
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.text2 {
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.text3 {
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

@media screen and (max-width: 767px) {
    .nav1 {
        font-size: 12px;
        font-weight: 600;
    }

    .header1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
    }
    
    .header2 {
        font-size: 18px;
        font-weight: 600;
    }

    .header4 {
        font-size: 28px;
        font-weight: 600;
    }
    
    .text1 {
        font-size: 16px;
    }
}