* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #5D5D7D;

}

.wrapper {
    height: 100vh;
    width: 100vw;
}

.container-left {
    display: inline-block;
    width: 60%;
    padding: 136px;
    margin-top: 20px;
}

.container-right {
    display: inline-block;
    background-color: rgba(93, 93, 125, 0.16);
    height: 100vh;
    width: 40%;
    position: absolute;

}

img {
    position: relative;
    top: 20%
    right 130px;

}

h1 {
    width: 368px;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0px;
}

p {

    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0px;
    margin: 15px 0;
    width: 540px;
}
.botao {
    width: 269px;
    height: 62px;
    opacity: 1;
    background: #9499EA;
    top: -625px;
    left: -6773px;
    border: none;
    border-radius: 30px;
    font-size: 24px;
    color:#ffffff;
    cursor: pointer;
}
button:hover{
    opacity: .6
}
button:active {
    opacity: .3;
}
a {
    font-size: 28px;
    line-height: 41px;
    color: #5D5D7D;
    margin-right: 41px;
    cursor: pointer;


}

a:nth-child(3){
    opacity: 0.4
}
a:hover {
    opacity: .4;
}
a:active {
    opacity: 0.8;
}
header {
    margin: 24px 0 0 57px;
}

@media screen and (max-width: 900px){
    .container-left {
        width: 100%;
        height: 50%;
        padding: 0;
        margin: 0;

    }
    .container-right {
        display: block;
        height: auto;
        width: 100%;
        position: static;
        padding: 40px;
    }

    img {
        position: static;
        max-width: 90%;

    }
    header {
        display: none;   
    }

    h1 {
        font-size: 36px;
        line-height: 52px;
        width: auto;
        margin: 50px 50px 0 50px;
        text-align: center;

    }

    p {
        margin: 15px 40px;
        width: auto;
        text-align: center;
        font-size: 14px;
        line-height: 24px;

    }

    button {
        margin: 0% auto;
        display: block;

    }

    @media screen and (max-width: 330px){
        .container-left {
            height: 70%;

        }
    }
}