body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333;
    overflow: auto;
}
.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}
.container-main{
    padding: 1em 0 0;
    margin-bottom: 40px;
}
.head-main{
    text-align: center;
    margin-bottom: 25px;
}

.projects-title{
    color: #205a41;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 2.3vw;
    padding: 17.5px 0;
}
#projects-line{
    border: 0;
    height: 1px;
    background-color: #205a41;
    min-width: 200px;
    max-width: 100vw;
    width: 30vw;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 15px;
}
.body-main{
    text-align: center;
    padding: 0;
}
.projects-row{
    margin-bottom: 50px;
    text-align: center;
}
.projects-link{
    width: 45%;
    margin-bottom: 40px;
}
.projects-link:hover{
    cursor: pointer;
}
.projects-link:hover img{
    position: relative;
    transform: scale(0.99);
    border: #205a41;
    border-style: solid;
    border-width: 3px;
}
.projects-link:hover h4{
    font-weight: 600;
    text-decoration: none;
    color: #205a41;
}
.image-link{
    width: 20vw;
    height: 20vw;
    object-fit: cover;
}
.link{
    text-decoration: none !important;
}
.text-link{
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #205a41;
    text-decoration: none;
}
.left-link{
    position: relative;
    left: 25vw;
}
.right-link{
    position: relative;
    right: -2vw;
}
.head-submain{
    text-align: center;
    margin-top: 35px;
}
.body-submain{
    text-align: center;
    padding: 0;
}

@media screen and (max-width:1100px){
    .projects-link{
        width: 50%;
    }
    .left-link{
        left: 23vw;
    }
    .right-link{
        right: -1vw;
    }
    .image-link{
        width: 23vw;
        height: 23vw;
    }
    .text-link{
        font-size: 15px;
    }
}

@media screen and (max-width:767px){
    .projects-title{
        font-size: 24px;
    }
    .projects-link{
        margin-left: 5vw;
    }
    .left-link{
        left: 20%;
    }
    .right-link{
        left: 20%;
    }
    .text-link {
        margin-top: 15px;        
        font-size: 17px;
    }
    .image-link{
        width: 44vw;
        height: 44vw;
    }
}

@media screen and (max-width:480px){
    .body-main{
        padding: 0 10px;
    }
    .body-submain{
        padding: 0 10px;
    }
    .projects-link{
        width: 100%;
        margin-left: 0;
    }
    .image-link{
        width: 70vw;
        height: 70vw;
    }
    .text-link {
        margin-top: 15px;
        font-size: 15px;
    }
    .left-link{
        left: 0;
    }
    .right-link{
        left: 0;
    }
}

@media screen and (min-width:1600px){
    .projects-title{
        padding: 20.5px 0;
    }
}