
.content_img{
    position: absolute;
    width: 20vw;
    height: 2000px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.content_text{
    margin: 50px 25vw;
    padding: 25px;
    background-color: white;

}

.intext_a {
    text-decoration: none;
    color: rgb(103, 199, 130);
    font-weight: bold;
}

.intext_hl{
    margin: 0px 0px 5px 30px;
}

.hl_div{
    width: 80%;
    height: 2px;
    background-color: rgb(39, 39, 39);
    margin-left: 26px;
}

