.home{
    padding-top: 0;
    padding-bottom: 0;
}

.heroImage{
    display: flex;
    background-repeat: no-repeat;
    background: url("../images/bg-portfolio.jpg");
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 500px;
    background-attachment: fixed;
    color: aliceblue;
}

.home .container{
    margin: auto 0 auto 40px;
}

.home .content-hero .text-1{
    font-size: 27px;
}
.home .content-hero .text-2{
    font-size: 75px;
    font-weight: 600;
    margin-left: -3px;
}
.home .content-hero .text-3{
    font-size: 27px;
    margin: 5px 0;
}
.home .content-hero .text-3 span{
    color: white;
    font-weight: 500;
}

@media(max-width: 1104){
    .about .contetn-about .left img{
        height: 350px;
        width: 350px;
    }
}

@media(max-width: 991px){
    .container{
        padding-left: 0 50px;
    }
}

@media(max-width: 690px){
    .container{
        padding: 0 23px;
    }
    .home .home-content .text-2{
        font-size: 60px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
    .home .home-content a{
        font-size: 20px;
    }
}