.homepresentation .blocimg {
    padding: 0;
    position: relative;
}
.homepresentation .blocimg img {
    width: 100%;
    height: auto;
}
.homepresentation .blocimg .bloctext {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 50%;
}
.homepresentation .homepresentation-title {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-family: 'DINAlternateBold';
    margin: 0;
}
.homepresentation .homepresentation-desc p {
    font-size: 20px;
    line-height: 1.2;
    margin: 40px 0;
    color: #fff;
}

@media (max-width: 1300px) {
    .homepresentation .homepresentation-title {
        font-size: 40px;
    }
    .homepresentation .homepresentation-desc p {
        margin: 20px 0;
    }
}

@media (max-width: 1024px) {
    .homepresentation .blocimg .bloctext {
        width: 100%;
        padding: 0 15px;
        left: 0;
    }
    .homepresentation .homepresentation-title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .homepresentation .blocimg {
        overflow: hidden;
    }
    .homepresentation .homepresentation-title {
        font-size: 40px;
    }
    .homepresentation .blocimg img {
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;
    }
}