img {
    max-width: 100%;
    height: auto;
}
.fw-700 {
    font-weight: 700;
}
.title-link, .title-link:hover {
    color: inherit;
}
/* pharma */
.header-styles {
    height: 507px;
    display: flex;
    align-items: center;
    padding-top: 80px;
    position: relative;
}
.pharma-bg {
    background: url("../images/gml/pharma/header.png") no-repeat center center;
}
.header-title {
    font-weight: normal;
}
.pharma-title {
    font-size: 80px;
}
.header-subtitle {
    font-size: 2.6rem;
    line-height: 1.23077;
    opacity: 0.8;
}
.header-subtitle-text {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.pharma-subtitle {
    position: absolute;
    bottom: 16px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    opacity: 1 !important;
    max-width: 80%;
    line-height: 1.2;
}
.item-title {
    color: #353434;
    line-height: 1;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 26px;
    margin-top: 0;
}
.item-title-pharma {
    color: #929292;
}
.item-text {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 26px;
    color: #35404c;
    margin-bottom: 24px;
}
.item-text:last-child {
    margin-bottom: 0;
}
@media (max-width: 1025px) {
    .pharma-bg {
        padding-top: 0;
    }
    .header-title {
        font-size: 55px;
    }
}
@media (max-width: 768px) {
    .pharma-subtitle {
        max-width: 88%;
        line-height: 1;
    }
    .header-title {
        font-size: 46px;
    }
}
@media (max-width: 440px) {
    .pharma-subtitle {
        font-size: 18px;
    }
    .header-title {
        font-size: 26px;
    }
}
.list-item-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.list-item-row:last-child {
    margin-bottom: 0;
}
.list-item-row__item {
    width: 20%;
}
.list-item-row__img {
    margin-bottom: 20px;
    height: 97px;
    text-align: left;
}
.list-item-row__img img {
    height: auto;
    max-height: 100%;
    max-width: 60%;
}
.list-item-row__title {
    text-align: left;
    color: #35404c;
    font-size: 26px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}
@media (max-width: 940px) {
    .list-item-row__title {
        font-size: 20px;
    }
} 
@media (max-width: 640px) { 
    .list-item-row__item {
        width: 47%;
        margin-bottom: 12px;
    }
}          

.pharma-ipi-wrap {
    background: #eaebef;
}
.pharma-ipi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
}
.pharma-ipi-title {
    color: #c38c78;
    font-size: 220px;
    font-weight: 400;
}
.pharma-ipi-text {
  font-size: 45px;
  font-weight: 300;
  color: #b07e6b;
   line-height: 1;
   max-width: 76%;
}
@media (max-width: 1200px) {
    .pharma-ipi-text {
        font-size: 37px;
    }
}   
@media (max-width: 940px) {
    .pharma-ipi-text {
        font-size: 29px;
    }
}
@media (max-width: 640px) {
    .pharma-ipi-text {
        font-size: 22px;
    }
}
@media (max-width: 500px) {
    .pharma-ipi-title {
        font-size: 140px;
    }
    .pharma-ipi-text {
        font-size: 16px;
    }
}

.container-styles {
    padding-bottom: 60px;
    padding-top: 60px;
}
.ipi-int {
    position: relative;
}
.ipi-int-row{
    display: flex;
    justify-content: space-between;
}
.ipi-int-item {
    width: 30%;
}
.ipi-int-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 37%;
}
.ipi-int-img img {
    max-width: 100%;
    max-height: 100%;
}
.ipi-int-img-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ipi-int-img-text-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: -9px;
    color: #35404c;
    font-size: 40px;
    line-height: 1;
}
.ipi-int-img-text-text{
    text-align: center;
    line-height: 1;
  text-align: center;
  color: #35404c;
  font-size: 22px;
}
.ipi-int-item-right .item-text {
    text-align: right;
}
.ipi-int-row {
    margin-bottom: 320px;
}
.ipi-int-row:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .ipi-int-img-text-title {
        font-size: 32px;
    }
    .ipi-int-img-text-text {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .ipi-int-row {
        flex-direction: column;
        margin-bottom: 256px;
    }
    .ipi-int-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .ipi-int-item-right .item-text {
        text-align: left;
    }
    .ipi-int-img {
        top: 47%;
        max-width: 54%;
    }
}
.case-story-wrap {
    display: flex;
    justify-content: space-between;
}
.case-story-percent {
    color: #a2ab96;
    font-size: 200px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    width: 40%;
    text-align: center;
}
.case-story-title, .case-story-text {
    font-size: 40px;
  font-weight: normal;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
   color: #fff;
}
.case-story-title {
    padding: 10px 14px;
    background: #a2ab96;
    margin-bottom: 50px;
}
.case-story-text {
    color: #a2ab96;
    margin-bottom: 40px;
}
.case-story-right {
    width: 60%;
}
.case-story-link {
     color: #35404c;
     font-size: 26px;
     font-weight: 300;
}
@media (max-width: 1024px) {
    .case-story-percent {
        font-size: 142px;
    }
    .case-story-wrap {
        align-items: center;
    }
}
@media (max-width: 700px) {
    .case-story-percent {
        font-size: 96px;
    }
    .case-story-title, .case-story-text {
        font-size: 26px;
    }
}
@media (max-width: 500px) {
    .case-story-percent {
        font-size: 50px;
    }
    .case-story-title, .case-story-text {
        margin-bottom: 8px
    }
    .case-story-title, .case-story-text {
        font-size: 16px;
    }
}

.pharma-geodata-wrap {
    background: #e0d9b1;
    padding-top: 50px;
    padding-bottom: 70px;
}

.pharma-geodata-quotes{
    margin-bottom: 30px;
    max-height: 100px;
}
.pharma-geodata-quotes img {
    max-height: 100px;
}
.pharma-geodata-text {
    font-weight: 300;
    font-size: 33px;
    color: #606756;
    line-height: 1.25;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}
.pharma-geodata-text:last-child {
    margin-bottom: 0;
}

.pharma-note-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.pharma-note-text {
    max-width: 47%;
}
.pharma-note-img {
    max-width: 45%;
}
.pharma-note-img img {
    max-width: 100%;
    max-height: 100%;
}
.pharma-note-item-text {
    color: #606756;
}
@media (max-width: 700px) {
    .pharma-note-wrap {
        flex-direction: column-reverse;
    }
    .pharma-note-img {
        margin-bottom: 20px;
    }
    .pharma-note-wrap {
        margin-bottom: 20px;
    }
    .pharma-note-text {
        max-width: 100%;
    }
}

.item-small-text {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #44473f;
}
.pharma-circle-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pharma-circle {
    max-width: 45%;
    position: relative;
}
.pharma-circle-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
}
.pharma-circle-img img {
    max-width: 100%;
    max-height: 100%;
}
.pharma-circle-inner-text {
    position: relative;
    z-index: 2;
}
.pharma-circle-inner-text {
    font-size: 23px;
    max-width: 50%;
    margin: 0 auto 20px;
}
.pharma-circle-title {
    color: #606756;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 150px;
}
.pharma-universale-item {
    margin-bottom: 20px;
    max-width: 40%;
}
.pharma-universale-item:last-child {
    margin-bottom: 0;
}
.pharma-universale-title, .pharma-universale-text {
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 1;
    font-size: 16px;
}
.pharma-universale-title {
    font-weight: bold;
}
.pharma-universale-title-geo {
    color: #ad6f47;
}
.pharma-universale-title-activity{
    color: #8a6464;
}
.pharma-universale-title-sales {
    color: #5f8582;
}
.pharma-universale-title-prepared {
    color: #32919d;
}
@media (max-width: 1200px) {
    .pharma-circle-inner-text {
        font-size: 18px;
    }
    .pharma-circle-title {
        margin-bottom: 95px;
    }
}
@media (max-width: 1024px) {
    .pharma-circle-title {
        margin-bottom: 50px;
    }
    .pharma-circle {
        max-width: 53%;
    }
}
@media (max-width: 700px) {
    .pharma-circle {
        max-width: 66%;
    }
    .pharma-universale-item {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .pharma-circle-inner-text {
        font-size: 14px;
    }
    .pharma-universale-title, .pharma-universale-text {
        font-size: 12px;
    }
}   
@media (max-width: 500px) {
    .pharma-circle-inner-text {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .pharma-circle-img {
        width:  96%;
    }
    .pharma-circle-inner-text {
        font-size: 10px;
        margin-bottom: 6px;
    }
}   

.pharma-contact-title {
    font-size: 50px;
    font-weight: 300;
    color: #4d5444;
    margin-bottom: 70px;
}
.pharma-slider-item-img img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 600px) {
    .pharma-contact-title {
        font-size: 36px;
    }
}
.pharma-contact-input {
    border: solid 1px #CCC;
    border-radius: 2px;
    height: auto;
    padding: 9px 12px;
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}
.pharma-contact-textarea {
     border: solid 1px #CCC;
    border-radius: 2px;
    height: 150px;
    padding: 9px 12px;
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    resize: none;
}
.pharma-contact-btn {
     border: none !important;
    background-color: #50a4b9 !important;
    height: 42px !important;
    padding: 0px 15px 0 20px !important;
    font-size: 18px !important;
    opacity: 1 !important;
}
input.error {
    border-color: red;
}
label.error {
    color: red;
}


.main-about-title {
    font-weight: 100;
    color: #5c5d62;
    font-size: 60px;
}
.main-about-block {
    display: flex;
    overflow: hidden;
}
.main-about-block-left-wrap {
    background: #e9edee;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-about-block-right {
    width: 50%;
}
.text-small {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #606756;
  line-height: 1.2;
}
.text-small:last-child {
    margin-bottom: 0;
}

.main-about-devices {
    display: flex;
    align-items: center;
    padding-top: 60px;
    margin-bottom: 80px;
}
.main-about-devices-left {
    width: 50%;
    text-align: center;
}
.main-about-devices-left img {
    max-width: 59%;
}
.main-about-devices-right {
    width: 50%;
    padding-left: 80px;
}

.main-help {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 80px;
}
.main-help:last-child {
    margin-bottom: 0;
}
.main-help-item {
    width: 40%;
}
.main-help-item__img {
    max-height: 205px;
}
.main-help-item__img img {
    max-height: 205px;
    width: 100%;
}
.main-help-item-text-wrap {
    padding: 40px 30px 0;
    background: #f4f6f6;
    height: 207px;
}
.main-help-item__title, .main-help-item__text {
    color: #5c5d62;
    font-size: 32px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
.main-help-item__title {
    margin-bottom: 20px;
    line-height: 1;
}
.main-help-item__text {
  color: #606756;
  font-size: 18px;
  font-weight: 300;
}

.gml-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 94%;
    margin: 0 auto;
    padding: 40px 0;
    height: 144px;
}
.gml-footer-left {
    display: flex;
    align-items: center;
}
.gml-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
.gml-footer-links li {
    list-style-type: none;
    margin-right: 20px;
}
.gml-footer-links a {
    color: #3e3e3e;
    font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.gml-footer-links-linkedin {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.main-about-devices-right-inner{
    width: 60%;
}

.properties-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.properties-item {
    display: flex;
    align-items: center;
    width: 48%;
    margin-bottom: 40px;
}
.properties-item-left {
    margin-right: 36px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.properties-item-left-block {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    color: #444;
    padding: 10px;
}
.properties-item-title, .properties-item-text {
    font-size: 20px;
    font-weight: 300;
    color: #444;
    line-height: 1.15;
}
.properties-item-title {
    font-weight: 400;
}
.properties-item-text {
    max-width: 80%;
}

@media (max-width: 1084px) {
    .main-about-block .text-small {
        font-size: 14px;
        line-height: 1;
    }
    .main-about-devices {
        flex-direction: column;
    }
    .main-about-devices-left {
        width: 100%;
    }
    .main-about-devices-right {
        width: 100%;
        padding-left: 0;
    }
    .main-about-devices-right-inner {
        width: 90%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 1440px) {
    .main-help-item__img {
        height: 166px;
    }
    .main-help-item-text-wrap {
        height: 235px;
    }
    .main-help-item__img img {
        height: 100%;
    }
}
@media (max-width: 1036px) {
    .gml-footer-left {
        flex-direction: column;
    }
}
@media (max-width: 840px) {
    .gml-footer-links li {
        margin-right: 8px;
    }
}
@media (max-width: 768px) {
    .gml-footer {
        height: auto;
        flex-direction: column;
    }
    .main-about-block {
        flex-direction: column-reverse;
    }
    .main-about-block-left-wrap {
        width: 100%;
        padding: 20px 0;
    }
    .main-about-block-right {
        width: 100%;
    }
    .main-help {
        flex-direction: column;
        margin-bottom: 10px
    }
    .main-help-item {
        width: 90%;
        margin-bottom: 10px
    }
    .main-help-item:last-child, .main-help:last-child {
        margin-bottom: 0;
    }
    .properties-item-left {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }
    .properties-item-text {
        max-width: 100%;
    }
    .properties-item-title, .properties-item-text {
        font-size: 16px;
    }
}
@media (max-width: 580px) {
    .gml-footer {
        flex-direction: row;
    }
    .gml-footer-links{
        flex-direction: column;
    }
    .gml-footer-links li {
        margin-right: 0;
    }
    .main-help-item-text-wrap {
        padding: 20px;
    }
    .properties-item {
        flex-direction: column;
    }
    .properties-item-title, .properties-item-text {
        text-align: center;
    }
    .properties-item-left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .properties-item-right {
        height: 150px;
    }
}

/* btn-with-bg */
.btn-with-bg {
  position: relative;
  background: transparent;
  width: 275px;
  height: 57px;
  color: #929292;
  font-weight: bold;
  font-size: 20px;
  border: none;
}
.btn-with-bg-img {
  position: absolute;
  left: 0;
  top: 0;
}
.btn-with-bg-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.btn-with-bg-text-white {
  color: #fff;
}
@media (max-width: 1024px) {
  .btn-with-bg {
    width: 311px;
    height: 68px;
  }
}
@media (max-width: 768px) {
  .btn-with-bg-wrap {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 364px) {
  .btn-with-bg {
    width: 90%;
    height: 50px;
  }
}

/* mobile */
.mobile-platforms {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.mobile-platforms-left, .mobile-platforms-right {
    width: 50%;
}
.mobile-platforms-img-cross {
    max-width: 70%;
}
.item-title-mobile-cross {
    margin-bottom: 32px;
}
.mobile-platforms-text-sm {
    line-height: 1;
    color: #444;
    margin-bottom: 20px;
}
.mobile-platforms-text-sm:last-child {
    margin-bottom: 0;
}
.mobile-platforms-cross-text-wrap {
  max-width: 90%;
}
.btn-with-bg-wrap-cross {
    padding-top: 60px;
}
.item-title-mobile-analytics {
    margin-bottom: 100px;
}
.btn-with-bg-wrap-analytics {
    padding-top: 40px;
}
.mobile-platforms-img-analytics {
    max-width: 85%;
}
.case-story-title-mobile {
    background: #a5d6e7;
}
.case-story-text-mobile {
   color: #444;
   font-weight: 300;
   line-height: 1.67;
   font-size: 24px;
   max-width: 90%;
}
.case-story-percent-mobile {
    color: #a5d6e7;
    font-weight: 300;
    font-size: 150px;
    text-align: left;
    font-size: 161px;
    padding-top: 50px;
}

@media (max-width: 1200px) {
    .case-story-percent-mobile {
        font-size: 140px;
    }
}
@media (max-width: 1024px) {
    .case-story-percent-mobile {
        font-size: 120px;
    }
    .case-story-right {
        width: 57%;
    }
}
@media (max-width: 768px) {
    .case-story-percent-mobile {
        padding-top: 0;
    }
    .case-story-mobile-wrap {
        flex-direction: column;
    }
    .case-story-right-mobile, .case-story-percent-mobile {
        width: auto;
    }
    .case-story-title-mobile {
        margin-bottom: 10px;
    }
    .case-story-text-mobile {
        width: auto;
        margin-bottom: 10px;
    }
}
@media (max-width: 620px) {
    .mobile-platforms {
        flex-direction: column;
    }
    .mobile-platforms-left, .mobile-platforms-right {
        width: 100%;
    }
    .mobile-platforms-left {
        text-align: center;
    }
    .item-title-mobile-analytics {
        margin-bottom: 20px;
    }
}
.cooperation-action-list-item:last-child {
    margin-bottom: 0;
}
/* square list */
.square-tech-list {
    padding: 30px 80px 60px 60px;
}
.square-tech-list-top, .square-tech-list-middle, .square-tech-list-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.square-tech-list-top, .square-tech-list-middle {
    margin-bottom: 30px;
}
.square-tech-list-bottom {
    padding-left: 245px;
}
.square-tech-list-top {
    padding-right: 71px;
}
.square-tech {
    position: relative;
    color: #9ed3e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 25px;
    line-height: 1;
    font-size: 18px;
    flex-shrink: 0;
}
.square-tech-shadow-sm {
    box-shadow: 1px 1px 8px 3px rgba(204,204,204, 0.25);
}
.square-tech-sub-list {
    display:flex;
    align-items:center;
}
/* square-top */
.square-tech-websocket {
    width: 90px;
    height: 90px;
    bottom: -60px;
    left: 20px;
    align-self: end;
}
.square-tech-full-stack {
    width: 132px;
    height: 132px;
    left: 20px;
    font-size: 16px;
}
.square-tech-dart {
    width: 90px;
    height: 90px;
    align-self: end;
    left: 20px;
    font-size: 24px;
}
.square-tech-flutter {
    width: 110px;
    height: 110px;
    font-size: 22px;
}
.square-tech-docker {
    width: 90px;
    height: 90px;
    font-size: 22px;
    align-self: end;
}
.square-tech-vue {
    width: 60px;
    height: 60px;
    align-self: end;
    font-size: 22px;
    bottom: -25px;
}
.square-tech-php {
    width: 110px;
    height: 110px;
    font-size: 28px;
    bottom: 10px;
}
/* square-middle */
.square-tech-time {
    width: 110px;
    height: 110px;
    font-size: 20px;
    align-self: end;
    bottom: -30px;
    margin-right: 5px;
}
.square-tech-front-back {
    width: 150px;
    height: 150px;
    padding: 20px;
    margin-right: 2px;
}
.square-tech-neural {
    width: 110px;
    height: 110px;
    font-size: 20px;
    align-self: flex-start;
    top: -10px;
    padding: 10px;
}
.square-tech-predictive {
    width: 126px;
    height: 126px;
    font-size: 20px;
    align-self: end;
    bottom: -20px;
    padding: 10px;
    margin-right: 0;
}
.square-tech-xamarin {
    width: 140px;
    height: 140px;
    padding: 20px;
    margin-right: 0;
}
.square-tech-analytics {
    width: 110px;
    height: 110px;
    padding: 20px;
    align-self: flex-start;
    top: 4px;
}
.square-tech-python {
     width: 110px;
    height: 110px;
    font-size: 20px;
    padding: 10px;
    margin-right: 0;
}
.square-tech-data-collection {
    width: 140px;
    height: 140px;
    padding: 20px;
    font-size: 24px;
    top: -24px;
}
/* square-bottom */
.square-tech-java {
    width: 100px;
    height: 100px;
    font-size: 24px;
}
.square-tech-csh {
    width: 60px;
    height: 60px;
    align-self: flex-start;
    font-size: 22px;
    top: -25px;
}
.square-tech-js {
    width: 60px;
    height: 60px;
    font-size: 22px;
    bottom: -8px;
}
.square-tech-tensor {
    width: 110px;
    height: 110px;
    font-size: 22px;
}
.square-tech-rest {
    width: 90px;
    height: 90px;
    font-size: 22px;
    align-self: flex-start;
    top: -10px;
}
.square-tech-rabbit {
    width: 90px;
    height: 90px;
    font-size: 22px;
    align-self: flex-start;
}
.square-tech-software {
    width: 138px;
    height: 138px;
}
.square-tech-top-middle-sub-list {
    margin-right: -80px;
}
.square-tech-bottom-middle-sub-list {
    margin-right: -49px;
}
@media (max-width: 1300px) {
    .square-tech-front-back {
        width: 130px;
        height: 130px;
    }
    .square-tech-xamarin {
        width: 120px;
        height: 120px;
    }
    .square-tech-predictive {
        bottom: -5px;
    }
    .square-tech-csh {
        top: -2px;
    }
    .square-tech-list-bottom {
        padding-left: 113px;
    }
}
@media (max-width: 1200px) {
    .square-tech-front-back {
        width: 110px;
        height: 110px;
        font-size: 16px;
    }
    .square-tech-xamarin {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1180px) {
    .square-tech-list {
        padding: 10px;
    }
    .square-tech-list-top {
        padding-right: 0;
    }
    .square-tech-top-middle-sub-list {
        margin-right: 0;
    }
    .square-tech-bottom-middle-sub-list {
        margin-right: 0;
    }
    .square-tech-list-bottom {
        padding-left: 0;
    }
    .square-tech-list-top, .square-tech-list-middle {
        margin-bottom: 5px;
    }
    .square-tech {
        position: static;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .square-tech-list-top, .square-tech-list-middle, .square-tech-list-bottom {
        flex-wrap: wrap;
        justify-content:  center;
    }
}

.gis-app-mod {
    color: #a0ad96;
    z-index: 3;
    font-size: 5rem;
    line-height: 1;
    font-family: 'Roboto';
}
.gis-app-mod-wrap {
    height: 100%;
    width: 39%;
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1180px) {
    .gis-app-mod {
        font-size: 4rem;
    }
}
@media (max-width: 900px) {
    .gis-app-mod {
        font-size: 3rem;
    }
}
@media (max-width: 600px) {
    .gis-app-mod {
        font-size: 2rem;
    }
}