.box-r img {
    width: 700px;
    height: 400px;
    border-radius: 2%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.5);
}

.box-r a:active {
    transform: scale(0.9);
}

.box-l img {
    width: 700px;
    height: 400px;
    border-radius: 2%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.5);
}

.box-l a:active {
    transform: scale(0.9);
}

.box {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.box-l {
    display: flex;
    gap: 2rem;

    margin-left: 5rem;
}

.box-r {
    display: flex;
    gap: 2rem;

    margin-right: 5rem;
}

.box-r .text h1 {
    text-align: end;
    text-decoration: underline;
    font-size: 5rem;
    font-family: Josefin Sans;
}

.box-r .text h2 {
    text-align: end;
    font-size: 2rem;
    font-family: Josefin Sans;
}

.box-l .text h1 {
    text-decoration: underline;
    font-size: 5rem;
    font-family: Josefin Sans;
}

.box-l .text h2 {
    font-size: 2rem;
    font-family: Josefin Sans;
}
