@font-face {
    font-family: 'SF Pro Display'; 
    src: url("../fonts/SFProDisplay/SF-Pro-Display-Light.otf"); 
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display'; 
    src: url("../fonts/SFProDisplay/SF-Pro-Display-Regular.otf"); 
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display'; 
    src: url("../fonts/SFProDisplay/SF-Pro-Display-Medium.otf"); 
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display'; 
    src: url("../fonts/SFProDisplay/SF-Pro-Display-Semibold.otf"); 
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display'; 
    src: url("../fonts/SFProDisplay/SF-Pro-Display-Bold.otf"); 
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'SF Pro Display';
    margin: 0px;
    padding: 0px;
    background: #F3F6F5;
}
ul{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: unset;
    cursor: pointer;
}
h1, h2, h3, h4, h5, p{
    margin: 0px;
}
input, button, textarea, select{
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-family: 'SF Pro Display';
}
input[data-format="number"]::-webkit-inner-spin-button,
input[data-format="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[data-format="number"] {
  -moz-appearance: textfield;
}

.center{
    width: 90%;
    max-width: 920px;
    height: auto;
    margin: 0 auto;
}

/* TECHNICAL WORK */
.technicalWorks{
    width: 100%;
    height: auto;
    float: left;
    padding: 107px 0 155px;
}
.technicalWorks__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.technicalWorks__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.technicalWorks__item-vectory{
    width: 80%;
    max-width: 699px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.technicalWorks__item-title{
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 67px;
    line-height: 80px;
    text-align: center;
    color: #000000;
    margin: 47px 0 0 0;
}
.technicalWorks__item-description{
    width: 100%;
    height: auto;
    float: left;
    font-weight: 300;
    font-size: 37px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    margin: 39px 0 0 0;
}
.technicalWorks__item-description b{
    font-weight: 300;
    color: #0D6947;
}
/* TECHNICAL WORK */

@media screen and (max-width: 870px){
    .technicalWorks__item-title{
        margin: 38px 0 0 0;
        font-size: 52px;
        line-height: 62px;
    }
    .technicalWorks__item-description{
        margin: 22px 0 0 0;
        font-size: 24px;
        line-height: 29px;
    }
}

@media screen and (max-width: 600px){
    .technicalWorks__item-title{
        margin: 34px 0 0 0;
        font-size: 45px;
        line-height: 54px;
    }
    .technicalWorks__item-description{
        margin: 20px 0 0 0;
        font-size: 21px;
        line-height: 25px;
    }
    .technicalWorks__item-title{
        margin: 28px 0 0 0;
        font-size: 39px;
        line-height: 47px;
    }
    .technicalWorks__item-description{
        margin: 16px 0 0 0;
        font-size: 18px;
        line-height: 21px;
    }
    .technicalWorks__item-description br{
        display: none;
    }
}
@media screen and (max-width: 390px){
    .technicalWorks__item-title{
        margin: 28px 0 0 0;
        font-size: 39px;
        line-height: 47px;
    }
    .technicalWorks__item-description{
        margin: 16px 0 0 0;
        font-size: 18px;
        line-height: 21px;
    }
    .technicalWorks__item-description br{
        display: none;
    }
}