a{
    text-decoration: none;
    color: #000000;
}
.wrapper{
    width: 80%;
    position: relative;
    top:43vh;
    transform: translate(0,-50%);
    margin: auto;
}

.box_img{
    display: block;
    margin: auto;
    width: 75%;
    max-width: 350px;
    
}

.title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    
    color: #000000;

    margin-bottom: 20px;
}

.text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    color: #000000;
}