#about-us-bottom h1{
	color: white;
  font-size: 42px;
  font-weight: 400;
  border-bottom: 2px white solid;
  padding-bottom: 20px;
  width: fit-content;
}
#about-us-top h1{
	color: #008bd0;
  font-size: 42px;
  font-weight: 400;
  border-bottom: 2px #008bd0 solid;
  padding-bottom: 20px;
  width: fit-content;
  margin-left: 15px;
  margin-right: 15px;
}
#about-us-bottom{
  background: transparent;
  z-index: 1;
  padding: 25px 15px;
  margin-top: 50px;
}
#about-us-bottom p{
  font-weight: 300;
  font-style: italic;
}
#about-us-bottom p strong{
  font-style: normal;
}

#about-us-bottom>div{
  max-width: 40%;
}

#about-us-bottom *{
  color: white;
}
#about-us-bottom::before{
  position: absolute;
  width: 50vw;
  height: 100%;
  background-color: #008bd0;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: -1 !important;
}
#about-us-bottom::after{
  position: absolute;
  width: 50vw;
  height: 100%;
  background-image: url("https://661364.myshoptet.com/user/documents/images/about-us.jpg");
  content: "";
  z-index: -1;
  top: 0;
  right: 50%;
  margin-right: -50vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#about-us-bottom{
	position: relative;
}
#about-us-top > div{
	display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
#about-us-top > div > div{
    flex: 1;
  min-width: 320px;
  margin: 0px 10px;
  background: #f8f8f8;
  margin: 0px 15px;
  padding: 5px 15px;
}
#about-us-top div p{
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  color: #5b5961;
}
#about-us-top>p{
    margin-left: 15px;
    margin-right: 15px;
  }
#about-us-top h2{
	margin: 0px;
  padding: 40px 0px 15px 0px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  color: #008bd0;
  border-bottom: 1px #008bd0 solid;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}


@media(max-width: 992px){
    #about-us-bottom>div{
        max-width: 90%;
    }
    #about-us-bottom::after{
        display: none;
    }
    #about-us-bottom::before{
        width: 100vw;
    }
    .in-o-nas #content-wrapper, .in-about-us #content-wrapper{
        padding-bottom: 0px;
    }
    #about-us-bottom>div p:nth-child(6){
        padding-bottom: 100px;
    }
}

#about-us-top h2::before{
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: transparent url(https://661364.myshoptet.com/user/documents/images/cubes/cube-blue2.png) center center no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -10px;
}


