* {
    font-family: "Oswald", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-Weight: 400;
}

div {
    height: 100%;
    width: 100%;

}

.direita {
    display: inline-block;
    width: 60%;
    margin-top: 15%;
    padding-left: 136px;

}

.esquerda {
    display: inline-block;
    background-color: rgba(93, 93, 25, 0.16);
    width: 58%;
    height: 110vh;
    position: absolute;
    padding-left: 136px;

}

img {
    position: absolute;
    top: 25%;
    right: 70%;
}

h1 {
    Width: 450px;
    Height: 160px;
    font-Size: 70px;
    line-height: 80px;
    color: #5D5D7D;
}

p {
    Width: 540px;
    Height: 144px;
    opacity: 60%;
    font-size: 28px;
    line-height: 48px;
    color: #5D5D7D
}

button {
    Width: 269px;
    Height: 62px;
    background: #9499EA;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    border: none;
    margin: 15px 0;
}

button:hover {
    opacity: 50%;
}

button:active {
    opacity: 30%;
    width: 300px;
}

a {
    Width: 376px;
    Height: 41.12px;
    font-size: 28px;
    font-weight: 400;
    color: #5D5D7D;
    line-height: 100%;
    text-decoration: none;
    margin-right: 41px;
    cursor: pointer;
}

.a2 {
    opacity: 40%;
}

@media screen and (max-width:970px){

    .direita{
        display: block;
        width: 100%;
        height: 50%;
        margin: 0;
        padding: 0;
    }

    .esquerda{
        display: block;
        height: auto;
        width: 100%;
        position: static;
        padding: 40px;
    }

    img{
        position: static;
        width: 90%;
    }
    
    a{
        display: none;
    }

    h1{
        font-size:36px;
        font-weight:400 ;
        width: auto;
        margin: 58px, 50px, 0, 50px;
        text-align: center;
    }
    
    p{
        margin: 15px, 40px;
        width: auto;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    button{
    margin-top: 0, auto;
    display: block;
    }
    

}

