.download .file {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
    padding-top: 40px;
}

.download .file .file__photo {
    width: 37.5%;
    padding: 0 65px 0 15px;
}

.file__photo img{
    max-width: 200px;
    height: auto;
}

.download .file .file__info {
    width: 62.5%;
}

.download .file .file__title {
    font-size: 32px;
    line-height: 44px;
    color: #2e77bd;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "UniversLTStd-Light", sans-serif;
}

.download .file .file__meta {
    font-size: 18px;
    line-height: 34px;
    color: #343434;
    margin: 0;
    padding: 0 0 20px 0;
}