/* general */
.titlewshap::before {
    right: auto;
    left: 0;
}
.titlewshap{
    font-size: 20px;
    font-weight: bold;
}
.titlewshapblack::before{
    right: auto;
    left: 0px;
}

/* header */
.icheader .container > .row > div{
    justify-content: left;
}
.icheader .container > .row > div:nth-of-type(2) {
    justify-content: right;
}


/* intro */


/* founder */
.icfounder p{
    line-height: 2.5;
}


/* about */
.icabout .row > div h4 span {
    margin-right: 7px;
}
.icvision .row > div h4 span {
    margin-right: 7px;
}
.icteamwork p{
    line-height: 2;
}



.mgcontact form input[type = text]::placeholder,
.mgcontact form input[type = tel]::placeholder,
.mgcontact form input[type = email]::placeholder,
.mgcontact form textarea::placeholder{
  font-size: 14px;
  text-align: left;
}


.iccontact .row > div:not(:last-of-type) {
    border-right: 1px solid var(--white-color);
    border-left: none;
}


.iccontact .contdata span {
    margin-left: auto;
    margin-right: 10px;
    font-size: 20px;
}

.forlogo{
    text-align: left;
  }
