*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html 
{
    scroll-behavior: smooth;
}

body 
{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.start, .middle, .end 
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33.33vh;
    box-sizing: border-box;
}

.start 
{
    background-color: #ebebeb;
    justify-content: center;
    text-align: center;
}

.start h1 
{
    font-size: clamp(1.5rem, 5vw, 2rem);
    letter-spacing: 0.05em;
    font-weight: 600;
}

.start img
{
    max-width: 200px;
    width: 100%;
    padding: 1rem;
}


.middle, .end 
{
    flex-direction: row; 
}

.end {
    background-color: #ebebeb;
}

.middle .left, .end .right 
{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 1000px;
    width: 1000px;
}

.middle .right
{
    flex: 1;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.middle .right img
{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.middle .left
{
    text-align: left;
}

.end .left 
{
    flex: 1;
    max-width: 300px;
    max-height: 300px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
}

.end .left img
{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.middle .left h2, .end .right h2 
{
    font-size: clamp(1rem, 3vw, 1.8rem);
    margin-bottom: 1rem;
    font-weight: 500;
}

.middle .left h3, .end .right h3 
{
    font-size: clamp(1rem, 3.5vw, 1.5rem);
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.end .right 
{
    text-align: right;
}

.end .right a 
{
    color: #000;
    text-decoration: underline;
}

.middle a 
{
    color: #000 !important;
}

@media (max-width: 1000px) 
{
    .start, .middle, .end {
        padding: 2rem 1.5rem;
        flex-direction: column;
        justify-content: center; 
    }

    .start img {
        display: none;
    }

    .middle {
        align-items: center;
    }

    .end {
        flex-direction: column-reverse;
        align-items: center;
    }

    .middle .left, .middle .right,
    .end .left, .end .right {
        width: 100%;
        text-align: left;
    }

    .middle .left h2, .end .right h2 {
        text-align: center;
    }

    .middle .left h3, .end .right h3 {
        margin-top: 1rem;
        text-align: center;
    }

    .middle .right, .end .left {
        justify-content: center;
    }

    .middle .right img,
    .end .left img {
        width: 100%;
        height: auto;
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .start, .middle, .end {
        padding: 1.5rem 1rem;
        justify-content: center;
    }

    .start h1 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .middle .left h2, .end .right h2 {
        font-size: clamp(1rem, 4vw, 1.5rem);
    }

    .middle .left h3, .end .right h3 {
        font-size: clamp(1.1rem, 4.5vw, 1.6rem);
    }

    .start img {
        display: none;
    }

    .middle .right img,
    .end .left img {
        width: 60%;
    }
}


@media (max-width: 480px) {
    .start, .middle, .end {
        padding: 1.5rem 1rem;
    }

    .start h1 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .middle .left h2, .end .right h2 {
        font-size: clamp(1rem, 4vw, 1.5rem);
    }

    .middle .left h3, .end .right h3 {
        font-size: clamp(1.1rem, 4.5vw, 1.6rem);
    }

    .start img {
        display: none;
    }

    .middle .right img,
    .end .left img {
        width: 60%;
    }
}


@media (max-width: 480px) {
    .start, .middle, .end {
        padding: 1.5rem 1rem;
    }

    .start h1 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .middle .left h2, .end .right h2 {
        font-size: clamp(1rem, 4vw, 1.5rem);
    }

    .middle .left h3, .end .right h3 {
        font-size: clamp(1.1rem, 4.5vw, 1.6rem);
    }

    .start img {
        display: none;
    }

    .middle .right img,
    .end .left img {
        width: 60%;
    }
}


@media (max-width: 480px) 
{
    .start, .middle, .end 
    {
        padding: 1.5rem 1rem;
    }

    .start h1 
    {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .middle .left h2, .end .right h2 
    {
        font-size: clamp(1rem, 4vw, 1.5rem);
    }

    .middle .left h3, .end .right h3 
    {
        font-size: clamp(1.1rem, 4.5vw, 1.6rem);
    }

    .start img {
        display: none;
    }
}
