.coworking-container{
    width: 100%;
    height: 100vh;
}
.coworking-title{
    top:5%;
    width: 35%;
    height: 6%;
    padding-right: 2%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 4.0vw;
}
.coworking-title span{
    top: 28%;
    left: -8%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.coworking-text{
    top:10%;
    width: 90%;
    left: 5%;
    font-size: 4.0vw;
    line-height: 2.0vh;
}
.coworking-gallery{
    left: 1%;
    top:15%;
    width: 98%;
}
.gallery-item{
    width: 49%;
    margin-bottom: 5%;
}
.gallery-img{
    max-width: 90%;
}
.iconContainer{
    position: absolute;
    width: 15%;
    left: 31%;
    top:9%;
}
.iconBorder{
    background-color: var(--white);
    left: 10%;
    width: 100%;
    border: solid 0.5vw rgb(198,198,198);
    border-radius: 100%;
}
.iconBorder img{
    max-width: 100%;
    border-radius: 100%;
}