div.tanterine{
    background: url("../img/tangerine_mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 59px;
    text-align: center;
    color: #24554A;
    gap: 27px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

    h1{
        font-family: "Fraunces";
        letter-spacing: -0.2px;
        font-size: 1.75rem;
    }

    p{
        font-family: var(--font-text);
        letter-spacing: -0.11px;
        line-height: 27px;
        font-size: 16px;
    }

    @media(min-width:425px){
        background: url("../img/tangerine_desktop.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}