.for-home {
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;
    align-items: flex-start;
    padding: 100px 0px 50px 0px;
}

.home-grade1 {
    display: flex;
    width: auto;
    height: max-content;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    }

    .tittles {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-weight: bold;

    }
        .tittle1 {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 110px;
            font-size: clamp(3.5166rem, 7.1615vw, 6.875rem);
            color: var(--ahpapp-home-title1-color);
        }

        .tittle2 {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 60px;
            font-size: clamp(1.9182rem, 3.9063vw, 3.75rem);
            color: var(--ahpapp-home-title2-color);
            font-style: oblique;
        }

        .tittle3 {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 90px;
            font-size: clamp(2.2872rem, 5.8594vw, 5.625rem);
            color: var(--ahpapp-home-title3-color);
        }

        .tittle4 {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 40px;
            font-size: clamp(1.2788rem, 2.6042vw, 2.5rem);
            color: var(--ahpapp-home-title4-color);
            font-style: oblique;
            text-align: right;
        }

    #figure1 img {
        width: 391px;
        width: clamp(12.5rem, 25.4557vw, 24.4375rem);

        height: 500px;
        height: clamp(15.9847rem, 32.5521vw, 31.25rem);

        border: none;

    }

@media (max-width: 1000px) {

    .for-home {
        display: flex;
        flex-direction: row;

        justify-content: left;
        align-items: center;
        align-items: flex-start;
        padding: 100px 0px 50px 0px;
        margin-left: 20px;
    }

}