.present-container a {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}

.present-container a:hover {
    opacity: .7;
}

.present-container a .img-point_get {
    width: 100%;
}

.present_link {
    display: block !important;
    width: 100%;
    margin: 10px 0px;
    padding: 30px 10px;

    border-bottom: 1px solid #85b4d7;
    text-align: left !important;
}

.present_title {

    font-size: 2.6rem;
}
.text_wrap ,.img_wrap{

    display: block;

}
.img_wrap{
    padding: 5px 0px;
    text-align: center;
}

.present_link img {
    max-width: 80%;
}
@media print,
screen and (min-width: 745px) {
    .text_wrap ,.img_wrap{

        display: inline-block;

    }
    .present_link img {

        max-width: 95%;
    }
    .text_wrap {
        width: 55%;
    }

    .img_wrap {
        width: 42%;
    }
}
