.container-main-title-about-page {
    position: absolute;
    top: 80px;
    left: 50px;
    padding: 50px;
    display: block;
    z-index: 2;
}
h1.main-title-about-page {
    font-size: 2.4em;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1.main-title-about-page span {
    display: block;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-top: 20px;
}
.container-main-title-about-page::after {
    content: ''; 
    position: absolute;
    left: 30px; 
    top: 10px;
    border: 120px solid transparent; 
    border-left: 120px solid #ffa900;
    z-index: -1;
}
.about-for-numbers-item {
    margin-bottom: 40px;
}
.item-text-one {
    font-family: "Montserrat-Black";
    font-size: 4em;
    color: #ffa900;
    line-height: 1;
}
.item-text-two {
    font-family: "Montserrat-Black";
    font-size: 2em;
    color: #303030;
    line-height: 1;
    text-transform: uppercase;
}
.item-text-three {
    font-size: 0.85em;
    color: #787878;
    line-height: 1.2;
    margin-top: 10px;
}
.link-gallery-photo {
    display: block;
    margin-bottom: 30px;
}
.link-photo-small {
    height: 200px;
}
.link-photo-medium, .link-photo-large  {
    height: 430px;
}
.link-photo-one {
    background: url(../images/gallery/1.png) no-repeat;
    background-size: cover;
}
.link-photo-two {
    background: url(../images/gallery/2.png) no-repeat;
    background-size: cover;
}
.link-photo-three {
    background: url(../images/gallery/3.png) no-repeat;
    background-size: cover;
}
.link-photo-four {
    background: url(../images/gallery/4.png) no-repeat;
    background-size: cover;
}
.link-photo-five {
    background: url(../images/gallery/5.png) no-repeat;
    background-size: cover;
}
.link-photo-six {
    background: url(../images/gallery/6.png) no-repeat;
    background-size: cover;
}
.link-photo-seven {
    background: url(../images/gallery/7.png) no-repeat;
    background-size: cover;
}





@media (min-width: 100px) and (max-width: 575px) {
    .container-main-title-about-page {
        top: 30px;
        left: 10px;
        padding: 10px;
    }
    h1.main-title-about-page {
        font-size: 1.1em;
    }
    .container-main-title-about-page::after { 
        left: 0px;
        top: 0px;
        border: 45px solid transparent;
        border-left: 45px solid #ffa900;
    }
    h1.main-title-about-page span {
        font-size: 1.3em;
        margin-top: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .container-main-title-about-page {
        top: 70px;
        left: 10px;
        padding: 10px;
    }
    h1.main-title-about-page {
        font-size: 1.9em;
    }
    .container-main-title-about-page::after { 
        left: 0px;
        top: -5px;
        border: 75px solid transparent;
        border-left: 75px solid #ffa900;
    }
    h1.main-title-about-page span {
        font-size: 1.3em;
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h1.main-title-about-page {
        font-size: 2.1em;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .item-text-two {
        font-size: 1.6em;
    }
}