@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 .312rem .937rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.justify {
    text-align: justify;
    hyphens: auto
}

.red {
    color: #DC0023;
}

h1 {
    margin: 0 0 1.25rem 0;
    font-size: 30px;
    text-align: center
}

h2 {
    font-size: 1rem;
    color: #DC0023;
    padding: 0 0 1.25rem 0;
}

h2 + p {
    width: 93%;
    margin: 0 0 1.25rem;
}

h3 {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

h3:before {
    content: '';
    position: absolute;
    background-color: #DC0023;
    width: 60%;
    height: .187rem;
    bottom: 1.562rem;
    left: 0;
}

ul {
    list-style: none;
    margin: 0 0 1.562rem;
    padding: 0;
}

ul li {
    padding-left: 22px
}

.list {
    margin: 0 0 25px 30px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

.title {
    position: absolute;
    top: 29%;
    color: #fff;
    width: 100%;
    padding: 0 50px;
}

.job-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    font-size: 20px;
}

.fa-solid {
    font-size: 20px;
    margin: 0 16px 0 0;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 1.875rem 0;
    gap: 1.25rem;
}

.left {
    width: 49%;
    padding: 0 0 165px;
}

.right {
    width: 47%;
}

.right h2 {
    padding: 0 0 1.25rem;
}

.information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.description {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 0 0 20px;
}

.description p,
.contact p {
    margin: 0
}

.contact {
    clip-path: polygon(92% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
    background: #DC0023;
    color: #fff;
    width: 48%;
    position: absolute;
    bottom: 80px;
    padding: 16px;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 0 1.875rem .625rem;
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    a.web,
    .right1 p span {
        white-space: normal;
    }

    .justify {
        text-align: left;
    }

    span {
        white-space: nowrap
    }

    h1 {
        font-size: 1.75rem;
        margin: 0 0 1.25rem 0;
        width: 100%;
        padding: 0
    }

    h2 {
        padding: 0 0 1rem;
    }
    
    h2 + p {
        width: 100%
    }

    .title {
        position: static;
        margin: 1rem;
        text-align: center;
        width: auto;
        padding: 0;
        color: #000;
    }

    .job-details {
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        padding: 0
    }

    .job-details p {
        margin: 0
    }

    article,
    .flex {
        padding: 1rem;
        gap: 1rem;
    }

    .left {
        padding: 0 0 12.75rem;
    }

    .left br,
    .right br {
        display: none
    }

    .list {
        margin: 0 0 1.562rem
    }
}

@media only screen and (max-width: 740px) {
    article {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%
    }

    .left {
        padding: 0;
    }

    .contact {
        width: auto;
        position: static;
        margin: 0 1rem 1.562rem;
        padding: 1rem;
    }

    .contact p {
        text-align: center;
    }
}

@media only screen and (max-width: 580px) {
    
    a.wrap {
        white-space: normal;
    }
    
    h1 {
        font-size: 24px
    }

    .job-details {
        gap: 20px;
    }

    .flex {
        flex-direction: column;
        align-items: center
    }

    .flex p {
        text-align: center
    }
}
