@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: 1rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap
}

.justify,
.list {
    text-align: justify;
    hyphens: auto
}

.justify {
    padding-right: 35px
}

a.red, .red {
    color: #DC0023;
}

h1 {
    text-align: center;
    font-size: 1.75rem;
    margin: 0 auto 1rem;
    padding: .312rem;
    width: 82%;
    display: block;
}

h2 {
    font-size: 1rem;
    color: #DC0023;
    margin: 0 0 16px;
}

h3 {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

h3:before {
    content: '';
    position: absolute;
    background-color: #DC0023;
    width: 60%;
    height: .187rem;
    top: -.25rem;
    left: 0;
}

ul {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    hyphens: auto
}

ul li {
    padding-left: 23px;
    margin: 0 0 .187rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.437rem;
    font-size: 1.375em;
    line-height: 0.9;
}

.list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.list li {
    padding: 0 0 .187rem 1.5rem
}

.list li:before {
    content: "\2022";
    float: left;
    margin-left: -1.5rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    position: relative
}

.resp {
    display: none
}

.title {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    width: 100%
}

.job-details {
    display: flex;
    column-gap: 9.5rem;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.job-details i {
    width: 1.75rem
}

article {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    column-gap: 2rem;
}

.left {
    width: 50%;
padding: 0 0 210px;
}

.right {
    width: 50%;
}

.information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.information p {
    margin: 0
}

.description {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: .625rem;
}

.contact {
    clip-path: polygon(92% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
    background: #CE3733;
    color: #fff;
    width: 45%;
    position: absolute;
    bottom: 8.5%;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    margin-left: 16px;
    line-height: 1.2
}

.contact p:last-of-type {
    margin: 0
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem 16px;
    margin: 0
}

.flex .right1 p {
    font-size: .937rem
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    .resp {
        display: block;
    }

    .desk {
        display: none
    }
    img{
        display: block
    }
    .title {
         background: #180E13;
        padding: 1rem 1rem .125rem;
        margin: 0 0 1rem
    }

    .justify,
    .list {
        text-align: left;
    }

    ul li,
    .list li {
        padding: 0 0 .187rem 1.375rem;
    }

    ul li:before,
    .list li:before {
        margin-left: -1.125rem
    }

    .list li:before {
        content: "\2022";
        float: left;
        margin-left: -1.125rem;
        font-size: 1.375em;
        line-height: 1;
    }

    h1 {
        font-size: 1.75rem;
        padding: 0;
        width: 100%
    }

    h2 {
    margin: 0 0 16px;
    }

    article,
    .flex {
        padding: 0
    }

    .left {
        padding: .625rem 0 0;
    }

    .title {
        position: static;
        left: 0;
        transform: translate(0)
    }

    .job-details {
        column-gap: 1rem;
    }

    .contact {
        margin-left: 0
    }
}

@media only screen and (max-width: 48rem) {
    article {
        display: block
    }

    .left,
    .right {
        width: 100%
    }

    .left {
        padding: 0 ;
    }

    .contact {
        clip-path: none;
        width: 100%;
        position: static;
        margin: 0 0 1rem;
        padding: 1rem
    }
}

@media only screen and (max-width: 33.75rem) {
    h1 {
        font-size: 1.5rem
    }

    .job-details,
    .flex {
        flex-direction: column;
        align-items: center
    }

    .contact {
        flex-direction: column-reverse;
        align-items: center
    }

    .contact p,
    .flex p {
        text-align: center
    }

    h3:before {
        display: none
    }
    a.wrap{
        white-space: normal
    }
}
