.bc-header {
  background: linear-gradient(90deg, #daf6fc, white);
  height: 627px;
  position: relative;
}

@media (min-width: 300px) {
  .bc-header {
    background: linear-gradient(90deg, #daf6fc, white);
    height: 377px;
    position: relative;
  }
}

@media (min-width: 576px) {
  .bc-header {
    background: linear-gradient(90deg, #daf6fc, white);
    height: 417px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .bc-header {
    background: linear-gradient(90deg, #daf6fc, white);
    height: 447px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .bc-header {
    background: linear-gradient(90deg, #daf6fc, white);
    height: 555px;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .bc-header {
    background: linear-gradient(90deg, #daf6fc, white);
    height: 607px;
    position: relative;
  }
}

@media (min-width: 1400px) {
  .bc-header {
    background: linear-gradient(90deg, #daf6fc, white);
    height: 627px;
    position: relative;
  }
}

.bc-header-img {
  width: 648px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

@media (min-width: 300px) {
  .bc-header-img {
    width: 288px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}

@media (min-width: 576px) {
  .bc-header-img {
    width: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}

@media (min-width: 768px) {
  .bc-header-img {
    width: 420px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}

@media (min-width: 992px) {
  .bc-header-img {
    width: 548px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}

@media (min-width: 1200px) {
  .bc-header-img {
    width: 591px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}

@media (min-width: 1400px) {
  .bc-header-img {
    width: 648px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}

.header-slogan {
  color: #0768b3;
  font-weight: bold;
  text-align: left;
  font-family: Roboto, sans-serif;
  left: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 300px) {
  .header-slogan {
    color: #0768b3;
    font-weight: bold;
    text-align: left;
    font-family: Roboto, sans-serif;
    left: 35px;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    font-size: 21px;
    width: 60%;
  }
}

@media (min-width: 576px) {
  .header-slogan {
    color: #0768b3;
    font-weight: bold;
    text-align: left;
    font-family: Roboto, sans-serif;
    left: 50px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .header-slogan {
    color: #0768b3;
    font-weight: bold;
    text-align: left;
    font-family: Roboto, sans-serif;
    left: 100px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .header-slogan {
    color: #0768b3;
    font-weight: bold;
    text-align: left;
    font-family: Roboto, sans-serif;
    left: 100px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .header-slogan {
    color: #0768b3;
    font-weight: bold;
    text-align: left;
    font-family: Roboto, sans-serif;
    left: 100px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    font-size: 38px;
  }
}

.nav-img {
  width: 240px;
  margin: 12px;
}

@media (min-width: 300px) {
  .nav-img {
    width: 167px;
    margin: 12px;
  }
}

@media (min-width: 768px) {
  .nav-img {
    width: 140px;
    margin: 12px;
  }
}

@media (min-width: 992px) {
  .nav-img {
    width: 170px;
    margin: 12px;
  }
}

@media (min-width: 1200px) {
  .nav-img {
    width: 240px;
    margin: 12px;
  }
}

@media (min-width: 1400px) {
  .nav-img {
    width: 240px;
    margin: 12px;
  }
}

.bc-nav-link {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  margin-right: 30px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .bc-nav-link {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    margin-right: 10px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .bc-nav-link {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    margin-right: 10px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-nav-link {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    margin-right: 20px;
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .bc-nav-link {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    margin-right: 30px;
    font-size: 18px;
  }
}

.services {
  height: auto;
  padding-bottom: 40px;
}

.services-desc {
  margin-top: 30px;
  color: var(--bs-body-bg);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  width: 85%;
  margin: auto;
}

@media (min-width: 300px) {
  .services-desc {
    margin-top: 40px;
    color: var(--bs-body-bg);
    font-family: Roboto, sans-serif;
    font-size: 15px;
    width: 90%;
    margin: auto;
    padding-top: 20px;
  }
}

@media (min-width: 576px) {
  .services-desc {
    margin-top: 30px;
    color: var(--bs-body-bg);
    font-family: Roboto, sans-serif;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .services-desc {
    margin-top: 30px;
    color: var(--bs-body-bg);
    font-family: Roboto, sans-serif;
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .services-desc {
    margin-top: 30px;
    color: var(--bs-body-bg);
    font-family: Roboto, sans-serif;
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .services-desc {
    margin-top: 30px;
    color: var(--bs-body-bg);
    font-family: Roboto, sans-serif;
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .services-desc {
    margin-top: 30px;
    color: var(--bs-body-bg);
    font-family: Roboto, sans-serif;
    font-size: 22px;
  }
}

.services-header {
  background: url("https://uxi.rocks/bluecollar/assets/images/Services%20bg.jpg");
  height: 324px;
  background-size: contain;
  text-align: center;
  margin-top: 0px;
  padding-top: 80px;
}

@media (min-width: 300px) {
  .services-header {
    background: url("https://uxi.rocks/bluecollar/assets/images/Services%20bg.jpg");
    height: 270px;
    background-size: contain;
    text-align: center;
    margin-top: 0px;
    padding-top: 50px;
  }
}

@media (min-width: 576px) {
  .services-header {
    background: url("https://uxi.rocks/bluecollar/assets/images/Services%20bg.jpg");
    height: 384px;
    background-size: contain;
    text-align: center;
    margin-top: 0px;
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .services-header {
    background: url("https://uxi.rocks/bluecollar/assets/images/Services%20bg.jpg");
    height: 324px;
    background-size: contain;
    text-align: center;
    margin-top: 0px;
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .services-header {
    background: url("https://uxi.rocks/bluecollar/assets/images/Services%20bg.jpg");
    height: 324px;
    background-size: contain;
    text-align: center;
    margin-top: 0px;
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .services-header {
    background: url("https://uxi.rocks/bluecollar/assets/images/Services%20bg.jpg");
    height: 324px;
    background-size: contain;
    text-align: center;
    margin-top: 0px;
    padding-top: 80px;
  }
}

@media (min-width: 1400px) {
  .services-header {
    background: url("https://uxi.rocks/bluecollar/assets/images/Services%20bg.jpg");
    height: 324px;
    background-size: contain;
    text-align: center;
    margin-top: 0px;
    padding-top: 80px;
  }
}

.services-container {
  margin-top: -73px;
  text-align: center;
  height: 450px;
}

@media (min-width: 300px) {
  .services-container {
    margin-top: -44px;
    text-align: center;
    height: 417px;
  }
}

@media (min-width: 576px) {
  .services-container {
    margin-top: -73px;
    text-align: center;
    height: 1090px;
  }
}

@media (min-width: 768px) {
  .services-container {
    margin-top: -58px;
    text-align: center;
    height: 900px;
  }
}

@media (min-width: 992px) {
  .services-container {
    margin-top: -73px;
    text-align: center;
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .services-container {
    margin-top: -73px;
    text-align: center;
    height: 450px;
  }
}

@media (min-width: 1400px) {
  .services-container {
    margin-top: -73px;
    text-align: center;
    height: 450px;
  }
}

.services-row-container {
  margin: 0 auto;
  width: 1162px;
  height: 202.4px;
}

@media (min-width: 300px) {
  .services-row-container {
    margin: 0 auto;
    width: 340px;
    height: 202.4px;
  }
}

@media (min-width: 576px) {
  .services-row-container {
    margin: 0 auto;
    width: 1162px;
    height: 202.4px;
  }
}

@media (min-width: 768px) {
  .services-row-container {
    margin: 0 auto;
    width: 1162px;
    height: 202.4px;
  }
}

@media (min-width: 992px) {
  .services-row-container {
    margin: 0 auto;
    width: 1162px;
    height: 202.4px;
  }
}

@media (min-width: 1200px) {
  .services-row-container {
    margin: 0 auto;
    width: 1162px;
    height: 202.4px;
  }
}

@media (min-width: 1400px) {
  .services-row-container {
    margin: 0 auto;
    width: 1162px;
    height: 202.4px;
  }
}

.services-items {
  flex: 0 0 230px;
  margin-bottom: 10px;
}

@media (min-width: 300px) {
  .services-items {
    flex: 0 0 110px;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .services-items {
    flex: 0 0 210px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .services-items {
    flex: 0 0 165px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .services-items {
    flex: 0 0 180px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .services-items {
    flex: 0 0 220px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1400px) {
  .services-items {
    flex: 0 0 230px;
    margin-bottom: 10px;
  }
}

.services-row {
  justify-content: space-around;
}

.services-card {
  border-radius: 20px;
}

.services-item-bg {
  border-width: 0px;
  border-radius: 20px;
}

.services-img {
  width: 90px;
}

@media (min-width: 300px) {
  .services-img {
    width: 36px;
  }
}

@media (min-width: 576px) {
  .services-img {
    width: 61px;
  }
}

@media (min-width: 768px) {
  .services-img {
    width: 58px;
  }
}

@media (min-width: 992px) {
  .services-img {
    width: 60px;
  }
}

@media (min-width: 1200px) {
  .services-img {
    width: 90px;
  }
}

@media (min-width: 1400px) {
  .services-img {
    width: 90px;
  }
}

.services-item-title {
  color: #2ba3ff;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 300px) {
  .services-item-title {
    color: #2ba3ff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 7px;
  }
}

@media (min-width: 576px) {
  .services-item-title {
    color: #2ba3ff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .services-item-title {
    color: #2ba3ff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .services-item-title {
    color: #2ba3ff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .services-item-title {
    color: #2ba3ff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .services-item-title {
    color: #2ba3ff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
  }
}

.services-item-container {
  margin-top: 18px;
}

@media (min-width: 300px) {
  .services-item-container {
    margin-top: -6px;
  }
}

@media (min-width: 576px) {
  .services-item-container {
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .services-item-container {
    margin-top: 7px;
  }
}

@media (min-width: 992px) {
  .services-item-container {
    margin-top: 18px;
  }
}

@media (min-width: 1200px) {
  .services-item-container {
    margin-top: 18px;
  }
}

@media (min-width: 1400px) {
  .services-item-container {
    margin-top: 18px;
  }
}

.about-container {
  height: 768px;
  position: relative;
}

.about-image-left {
  width: 160px;
  height: 650px;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 44%;
  background: linear-gradient(var(--bs-body-bg), #bde2ff 10%, #bde2ff 76%, #bde2ff 100%), #bde2ff;
  overflow: hidden;
}

@media (min-width: 300px) {
  .about-image-left {
    width: 37px;
    height: 550px;
    position: absolute;
    transform: translateX(-102%);
    top: 0;
    left: 50%;
    background: linear-gradient(var(--bs-body-bg), #bde2ff 10%, #bde2ff 76%, #bde2ff 100%), #bde2ff;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .about-image-left {
    width: 80px;
    height: 600px;
    position: absolute;
    transform: translateX(-102%);
    top: 0;
    left: 50%;
    background: linear-gradient(var(--bs-body-bg), #bde2ff 10%, #bde2ff 76%, #bde2ff 100%), #bde2ff;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .about-image-left {
    width: 100px;
    height: 600px;
    position: absolute;
    transform: translateX(-102%);
    top: 0;
    left: 50%;
    background: linear-gradient(var(--bs-body-bg), #bde2ff 10%, #bde2ff 76%, #bde2ff 100%), #bde2ff;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .about-image-left {
    width: 120px;
    height: 620px;
    position: absolute;
    transform: translateX(-102%);
    top: 0;
    left: 50%;
    background: linear-gradient(var(--bs-body-bg), #bde2ff 10%, #bde2ff 76%, #bde2ff 100%), #bde2ff;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .about-image-left {
    width: 135px;
    height: 650px;
    position: absolute;
    transform: translateX(-102%);
    top: 0;
    left: 50%;
    background: linear-gradient(var(--bs-body-bg), #bde2ff 10%, #bde2ff 76%, #bde2ff 100%), #bde2ff;
    overflow: hidden;
  }
}

@media (min-width: 1400px) {
  .about-image-left {
    width: 160px;
    height: 650px;
    position: absolute;
    transform: translateX(-102%);
    top: 0;
    left: 50%;
    background: linear-gradient(var(--bs-body-bg), #bde2ff 10%, #bde2ff 76%, #bde2ff 100%), #bde2ff;
    overflow: hidden;
  }
}

.about-image-right {
  position: absolute;
  width: 160px;
  height: 650px;
  bottom: 0;
  background: linear-gradient(var(--bs-body-bg) 0%, #bde2ff 10%, #bde2ff 90%, white), #bde2ff;
  right: 44%;
  transform: translateX(50%);
  overflow: hidden;
}

@media (min-width: 300px) {
  .about-image-right {
    position: absolute;
    width: 37px;
    height: 550px;
    bottom: 70px;
    background: linear-gradient(var(--bs-body-bg) 0%, #bde2ff 10%, #bde2ff 90%, white), #bde2ff;
    right: 50%;
    transform: translateX(102%);
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .about-image-right {
    position: absolute;
    width: 80px;
    height: 600px;
    bottom: 50px;
    background: linear-gradient(var(--bs-body-bg) 0%, #bde2ff 10%, #bde2ff 90%, white), #bde2ff;
    right: 50%;
    transform: translateX(102%);
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .about-image-right {
    position: absolute;
    width: 100px;
    height: 600px;
    bottom: 50px;
    background: linear-gradient(var(--bs-body-bg) 0%, #bde2ff 10%, #bde2ff 90%, white), #bde2ff;
    right: 50%;
    transform: translateX(102%);
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .about-image-right {
    position: absolute;
    width: 120px;
    height: 620px;
    bottom: 0;
    background: linear-gradient(var(--bs-body-bg) 0%, #bde2ff 10%, #bde2ff 90%, white), #bde2ff;
    right: 50%;
    transform: translateX(102%);
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .about-image-right {
    position: absolute;
    width: 135px;
    height: 650px;
    bottom: 0;
    background: linear-gradient(var(--bs-body-bg) 0%, #bde2ff 10%, #bde2ff 90%, white), #bde2ff;
    right: 50%;
    transform: translateX(102%);
    overflow: hidden;
  }
}

@media (min-width: 1400px) {
  .about-image-right {
    position: absolute;
    width: 160px;
    height: 650px;
    bottom: 0;
    background: linear-gradient(var(--bs-body-bg) 0%, #bde2ff 10%, #bde2ff 90%, white), #bde2ff;
    right: 50%;
    transform: translateX(102%);
    overflow: hidden;
  }
}

.about-left {
  width: calc(50% - 170px);
  padding-top: 100px;
  padding-left: 40px;
  position: absolute;
  left: 0;
}

@media (min-width: 300px) {
  .about-left {
    width: calc(50% - 45px);
    padding-top: 70px;
    padding-left: 10px;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 576px) {
  .about-left {
    width: calc(50% - 84px);
    padding-top: 100px;
    padding-left: 20px;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 768px) {
  .about-left {
    width: calc(50% - 110px);
    padding-top: 100px;
    padding-left: 20px;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 992px) {
  .about-left {
    width: calc(50% - 140px);
    padding-top: 100px;
    padding-left: 40px;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .about-left {
    width: calc(50% - 170px);
    padding-top: 100px;
    padding-left: 40px;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 1400px) {
  .about-left {
    width: calc(50% - 170px);
    padding-top: 100px;
    padding-left: 40px;
    position: absolute;
    left: 0;
  }
}

.about-right {
  width: calc(50% - 170px);
  padding-top: 100px;
  padding-left: 40px;
  position: absolute;
  right: 0;
}

@media (min-width: 300px) {
  .about-right {
    width: calc(50% - 50px);
    padding-top: 70px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    padding-left: 0px;
  }
}

@media (min-width: 576px) {
  .about-right {
    width: calc(50% - 88px);
    padding-top: 100px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .about-right {
    width: calc(50% - 110px);
    padding-top: 100px;
    padding-left: 0px;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 992px) {
  .about-right {
    width: calc(50% - 110px);
    padding-top: 100px;
    padding-left: 40px;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .about-right {
    width: calc(50% - 170px);
    padding-top: 100px;
    padding-left: 40px;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1400px) {
  .about-right {
    width: calc(50% - 170px);
    padding-top: 100px;
    padding-left: 40px;
    position: absolute;
    right: 0;
  }
}

.about-left-logo {
  width: 120px;
  position: absolute;
  left: 100px;
  top: 180px;
}

@media (min-width: 300px) {
  .about-left-logo {
    width: 50px;
    position: absolute;
    left: 12px;
    top: 209px;
  }
}

@media (min-width: 576px) {
  .about-left-logo {
    width: 90px;
    position: absolute;
    left: 35px;
    top: 179px;
  }
}

@media (min-width: 768px) {
  .about-left-logo {
    width: 90px;
    position: absolute;
    left: 54px;
    top: 180px;
  }
}

@media (min-width: 992px) {
  .about-left-logo {
    width: 120px;
    position: absolute;
    left: 59px;
    top: 180px;
  }
}

@media (min-width: 1200px) {
  .about-left-logo {
    width: 120px;
    position: absolute;
    left: 74px;
    top: 180px;
  }
}

@media (min-width: 1400px) {
  .about-left-logo {
    width: 120px;
    position: absolute;
    left: 100px;
    top: 180px;
  }
}

.about-right-logo {
  width: 120px;
  position: absolute;
  right: 100px;
  top: 61px;
}

@media (min-width: 300px) {
  .about-right-logo {
    width: 50px;
    position: absolute;
    right: 12px;
    top: 61px;
  }
}

@media (min-width: 576px) {
  .about-right-logo {
    width: 90px;
    position: absolute;
    right: 36px;
    top: 61px;
  }
}

@media (min-width: 768px) {
  .about-right-logo {
    width: 90px;
    position: absolute;
    right: 55px;
    top: 61px;
  }
}

@media (min-width: 992px) {
  .about-right-logo {
    width: 120px;
    position: absolute;
    right: 60px;
    top: 33px;
  }
}

@media (min-width: 1200px) {
  .about-right-logo {
    width: 120px;
    position: absolute;
    right: 77px;
    top: 62px;
  }
}

@media (min-width: 1400px) {
  .about-right-logo {
    width: 120px;
    position: absolute;
    right: 100px;
    top: 61px;
  }
}

.about-left-art {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 10px;
  margin-bottom: -20px;
}

@media (min-width: 300px) {
  .about-left-art {
    width: 60px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: -10px;
  }
}

@media (min-width: 576px) {
  .about-left-art {
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 10px;
    margin-bottom: -10px;
  }
}

@media (min-width: 768px) {
  .about-left-art {
    width: 190px;
    position: absolute;
    bottom: 0;
    left: 10px;
    margin-bottom: -20px;
  }
}

@media (min-width: 992px) {
  .about-left-art {
    width: 220px;
    position: absolute;
    bottom: 0;
    left: 10px;
    margin-bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .about-left-art {
    width: 249px;
    position: absolute;
    bottom: 0;
    left: 10px;
    margin-bottom: -10px;
  }
}

@media (min-width: 1400px) {
  .about-left-art {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 10px;
    margin-bottom: -20px;
  }
}

.about-right-art {
  width: 300px;
  position: absolute;
  bottom: 116px;
  right: 10px;
  margin-bottom: -20px;
  margin-left: 0px;
}

@media (min-width: 300px) {
  .about-right-art {
    width: 60px;
    position: absolute;
    bottom: 158px;
    right: 6px;
    margin-bottom: -10px;
    margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .about-right-art {
    width: 140px;
    position: absolute;
    bottom: 116px;
    right: 10px;
    margin-bottom: -10px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .about-right-art {
    width: 190px;
    position: absolute;
    bottom: 116px;
    right: 10px;
    margin-bottom: -20px;
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .about-right-art {
    width: 220px;
    position: absolute;
    bottom: 148px;
    right: 10px;
    margin-bottom: -20px;
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .about-right-art {
    width: 249px;
    position: absolute;
    bottom: 122px;
    right: 11px;
    margin-bottom: -15px;
    margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .about-right-art {
    width: 300px;
    position: absolute;
    bottom: 116px;
    right: 10px;
    margin-bottom: -20px;
    margin-left: 0px;
  }
}

.about-header {
  font-size: 28px;
  color: rgb(0,84,149);
  font-family: 'Glacial Indifference Bold';
}

@media (min-width: 300px) {
  .about-header {
    font-size: 11px;
    color: rgb(0,84,149);
    font-family: 'Glacial Indifference Bold';
  }
}

@media (min-width: 576px) {
  .about-header {
    font-size: 20px;
    color: rgb(0,84,149);
    font-family: 'Glacial Indifference Bold';
  }
}

@media (min-width: 768px) {
  .about-header {
    font-size: 20px;
    color: rgb(0,84,149);
    font-family: 'Glacial Indifference Bold';
  }
}

@media (min-width: 992px) {
  .about-header {
    font-size: 24px;
    color: rgb(0,84,149);
    font-family: 'Glacial Indifference Bold';
  }
}

@media (min-width: 1200px) {
  .about-header {
    font-size: 28px;
    color: rgb(0,84,149);
    font-family: 'Glacial Indifference Bold';
  }
}

@media (min-width: 1400px) {
  .about-header {
    font-size: 28px;
    color: rgb(0,84,149);
    font-family: 'Glacial Indifference Bold';
  }
}

.about-desc {
  font-family: 'Glacial Indifference Regular';
  color: rgb(0,84,149);
  font-size: 16px;
}

@media (min-width: 300px) {
  .about-desc {
    font-family: 'Glacial Indifference Regular';
    color: rgb(0,84,149);
    font-size: 9px;
  }
}

@media (min-width: 576px) {
  .about-desc {
    font-family: 'Glacial Indifference Regular';
    color: rgb(0,84,149);
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .about-desc {
    font-family: 'Glacial Indifference Regular';
    color: rgb(0,84,149);
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .about-desc {
    font-family: 'Glacial Indifference Regular';
    color: rgb(0,84,149);
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .about-desc {
    font-family: 'Glacial Indifference Regular';
    color: rgb(0,84,149);
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .about-desc {
    font-family: 'Glacial Indifference Regular';
    color: rgb(0,84,149);
    font-size: 16px;
  }
}

.support-2-container {
  height: 630px;
  position: relative;
  padding-top: 0px;
  top: 20px;
  display: none;
}

.support-container {
  height: 563px;
  margin-top: 30px;
  background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 300px) {
  .support-container {
    height: 683px;
    margin-top: 30px;
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

@media (min-width: 576px) {
  .support-container {
    height: 683px;
    margin-top: 30px;
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

@media (min-width: 768px) {
  .support-container {
    height: 613px;
    margin-top: 30px;
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

@media (min-width: 992px) {
  .support-container {
    height: 563px;
    margin-top: 30px;
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .support-container {
    height: 563px;
    margin-top: 30px;
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

@media (min-width: 1400px) {
  .support-container {
    height: 563px;
    margin-top: 30px;
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

.support-logo {
  position: absolute;
  right: 70px;
  top: 40px;
  width: 220px;
}

.support-art {
  width: 420px;
  position: absolute;
  bottom: 0;
  right: 210px;
}

@media (min-width: 300px) {
  .support-art {
    width: 270px;
    position: absolute;
    bottom: -55px;
    right: 20px;
  }
}

@media (min-width: 576px) {
  .support-art {
    width: 270px;
    position: absolute;
    bottom: -55px;
    right: 20px;
  }
}

@media (min-width: 768px) {
  .support-art {
    width: 270px;
    position: absolute;
    bottom: 0;
    right: 60px;
  }
}

@media (min-width: 992px) {
  .support-art {
    width: 270px;
    position: absolute;
    bottom: 0;
    right: 60px;
  }
}

@media (min-width: 1200px) {
  .support-art {
    width: 330px;
    position: absolute;
    bottom: 0;
    right: 60px;
  }
}

@media (min-width: 1400px) {
  .support-art {
    width: 350px;
    position: absolute;
    bottom: 0;
    right: 100px;
  }
}

.support-header {
  top: 90px;
  left: 140px;
  color: var(--bs-body-bg);
  font-family: 'Glacial Indifference Bold';
  font-size: 28px;
  position: absolute;
}

@media (min-width: 300px) {
  .support-header {
    top: 120px;
    left: 60px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
  }
}

@media (min-width: 576px) {
  .support-header {
    top: 90px;
    left: 70px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .support-header {
    top: 90px;
    left: 70px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .support-header {
    top: 90px;
    left: 90px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .support-header {
    top: 90px;
    left: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
  }
}

@media (min-width: 1400px) {
  .support-header {
    top: 90px;
    left: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
  }
}

.support-desc {
  position: absolute;
  top: 140px;
  left: 140px;
  color: var(--bs-body-bg);
  font-family: 'Glacial Indifference Regular';
  font-size: 21px;
  width: 880px;
}

@media (min-width: 300px) {
  .support-desc {
    position: absolute;
    top: 170px;
    left: 30px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 16px;
    width: 280px;
  }
}

@media (min-width: 576px) {
  .support-desc {
    position: absolute;
    top: 140px;
    left: 70px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 21px;
    width: 457px;
  }
}

@media (min-width: 768px) {
  .support-desc {
    position: absolute;
    top: 140px;
    left: 70px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 21px;
    width: 570px;
  }
}

@media (min-width: 992px) {
  .support-desc {
    position: absolute;
    top: 140px;
    left: 90px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 21px;
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .support-desc {
    position: absolute;
    top: 140px;
    left: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 21px;
    width: 880px;
  }
}

@media (min-width: 1400px) {
  .support-desc {
    position: absolute;
    top: 140px;
    left: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 21px;
    width: 880px;
  }
}

.partners {
  height: 564px;
  margin-top: 120px;
  position: relative;
}

@media (min-width: 300px) {
  .partners {
    height: 793px;
    margin-top: 110px;
    position: relative;
  }
}

@media (min-width: 576px) {
  .partners {
    height: 993px;
    margin-top: 110px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .partners {
    height: 994px;
    margin-top: 90px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .partners {
    height: 709px;
    margin-top: 90px;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .partners {
    height: 564px;
    margin-top: 100px;
    position: relative;
  }
}

@media (min-width: 1400px) {
  .partners {
    height: 564px;
    margin-top: 80px;
    position: relative;
  }
}

.partners-bg {
  background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0px) scaleX(-1);
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .partners-bg {
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateZ(0px) scaleX(-1);
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

@media (min-width: 1400px) {
  .partners-bg {
    background: url("https://uxi.rocks/bluecollar/assets/images/support%20bg.jpg");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateZ(0px) scaleX(-1);
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.partners-container {
  position: relative;
  z-index: 2;
  height: 100%;
}

@media (min-width: 1200px) {
  .partners-container {
    position: relative;
    z-index: 2;
    height: 100%;
  }
}

@media (min-width: 1400px) {
  .partners-container {
    position: relative;
    z-index: 2;
    height: 100%;
  }
}

.partners-art {
  width: 260px;
  position: absolute;
  bottom: 0;
  left: 100px;
}

@media (min-width: 300px) {
  .partners-art {
    width: 240px;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}

@media (min-width: 576px) {
  .partners-art {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}

@media (min-width: 768px) {
  .partners-art {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}

@media (min-width: 992px) {
  .partners-art {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}

@media (min-width: 1200px) {
  .partners-art {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}

@media (min-width: 1400px) {
  .partners-art {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}

.partners-header {
  color: var(--bs-body-bg);
  font-family: 'Glacial Indifference Bold';
  font-size: 28px;
  position: absolute;
  left: 100px;
  top: 100px;
}

@media (min-width: 300px) {
  .partners-header {
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 24px;
    position: absolute;
    left: 30px;
    top: 60px;
  }
}

@media (min-width: 576px) {
  .partners-header {
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
    left: 100px;
    top: 100px;
  }
}

@media (min-width: 768px) {
  .partners-header {
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
    left: 100px;
    top: 100px;
  }
}

@media (min-width: 992px) {
  .partners-header {
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
    left: 100px;
    top: 100px;
  }
}

@media (min-width: 1200px) {
  .partners-header {
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
    left: 100px;
    top: 100px;
  }
}

@media (min-width: 1400px) {
  .partners-header {
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Bold';
    font-size: 28px;
    position: absolute;
    left: 100px;
    top: 100px;
  }
}

.partners-desc {
  position: absolute;
  left: 100px;
  top: 140px;
  color: var(--bs-body-bg);
  font-family: 'Glacial Indifference Regular';
  font-size: 19px;
}

@media (min-width: 300px) {
  .partners-desc {
    position: absolute;
    left: 30px;
    top: 100px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 18px;
    width: 310px;
  }
}

@media (min-width: 576px) {
  .partners-desc {
    position: absolute;
    left: 100px;
    top: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 19px;
    width: 400px;
  }
}

@media (min-width: 768px) {
  .partners-desc {
    position: absolute;
    left: 100px;
    top: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 19px;
    width: 620px;
  }
}

@media (min-width: 992px) {
  .partners-desc {
    position: absolute;
    left: 100px;
    top: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 19px;
    width: 530px;
  }
}

@media (min-width: 1200px) {
  .partners-desc {
    position: absolute;
    left: 100px;
    top: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 19px;
    width: 430px;
  }
}

@media (min-width: 1400px) {
  .partners-desc {
    position: absolute;
    left: 100px;
    top: 140px;
    color: var(--bs-body-bg);
    font-family: 'Glacial Indifference Regular';
    font-size: 19px;
    width: 650px;
  }
}

@media (min-width: 300px) {
  .partners-row-container {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 250px;
  }
}

@media (min-width: 576px) {
  .partners-row-container {
    width: 459px;
    position: absolute;
    right: 45px;
    top: 250px;
  }
}

@media (min-width: 768px) {
  .partners-row-container {
    width: 590px;
    position: absolute;
    right: 73px;
    top: 250px;
  }
}

@media (min-width: 992px) {
  .partners-row-container {
    width: 590px;
    position: absolute;
    right: 60px;
    top: 250px;
  }
}

@media (min-width: 1200px) {
  .partners-row-container {
    width: 590px;
    position: absolute;
    right: 60px;
    top: 100px;
  }
}

@media (min-width: 1400px) {
  .partners-row-container {
    width: 590px;
    position: absolute;
    right: 60px;
    top: 100px;
  }
}

.partners-item {
  margin-bottom: 16px;
}

@media (min-width: 300px) {
  .partners-item {
    margin-bottom: 8px;
    flex: 0 0 117px;
  }
}

@media (min-width: 576px) {
  .partners-item {
    margin-bottom: 16px;
    flex: 0 0 153px;
  }
}

@media (min-width: 768px) {
  .partners-item {
    margin-bottom: 16px;
    flex: 0 0 196px;
  }
}

@media (min-width: 992px) {
  .partners-item {
    margin-bottom: 16px;
    flex: 0 0 196px;
  }
}

@media (min-width: 1200px) {
  .partners-item {
    margin-bottom: 16px;
  }
}

@media (min-width: 1400px) {
  .partners-item {
    margin-bottom: 16px;
  }
}

@media (min-width: 300px) {
  .partners-item-container {
    background: var(--bs-body-bg);
    width: 100%;
    height: 47px;
    border-radius: 7px;
    border-color: var(--bs-secondary-color);
    box-shadow: 0px 6px 12px var(--bs-border-color-translucent);
    text-align: center;
  }
}

@media (min-width: 576px) {
  .partners-item-container {
    background: var(--bs-body-bg);
    width: 100%;
    height: 65px;
    border-radius: 20px;
    border-color: var(--bs-secondary-color);
    box-shadow: 0px 6px 12px var(--bs-border-color-translucent);
    text-align: center;
  }
}

@media (min-width: 768px) {
  .partners-item-container {
    background: var(--bs-body-bg);
    width: 100%;
    height: 80px;
    border-radius: 20px;
    border-color: var(--bs-secondary-color);
    box-shadow: 0px 6px 12px var(--bs-border-color-translucent);
    text-align: center;
  }
}

@media (min-width: 992px) {
  .partners-item-container {
    background: var(--bs-body-bg);
    width: 100%;
    height: 80px;
    border-radius: 20px;
    border-color: var(--bs-secondary-color);
    box-shadow: 0px 6px 12px var(--bs-border-color-translucent);
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .partners-item-container {
    background: var(--bs-body-bg);
    width: 100%;
    height: 80px;
    border-radius: 20px;
    border-color: var(--bs-secondary-color);
    box-shadow: 0px 6px 12px var(--bs-border-color-translucent);
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .partners-item-container {
    background: var(--bs-body-bg);
    width: 100%;
    height: 80px;
    border-radius: 20px;
    border-color: var(--bs-secondary-color);
    box-shadow: 0px 6px 12px var(--bs-border-color-translucent);
    text-align: center;
  }
}

.partners-item-image {
  height: 90%;
  filter: grayscale(1);
}

.partners-item-image:hover{
    filter:grayscale(0);
}

@media (min-width: 1200px) {
  .partners-item-image {
    height: 90%;
    filter: grayscale(1);
    margin-top: 2%;
  }
}

@media (min-width: 1400px) {
  .partners-item-image {
    height: 90%;
    filter: grayscale(1);
  }
}

.partners-row {
  justify-content: space-around;
}

.contact {
  height: 768px;
  position: relative;
  padding-top: 100px;
}

@media (min-width: 300px) {
  .contact {
    height: 838px;
    position: relative;
    padding-top: 100px;
  }
}

@media (min-width: 576px) {
  .contact {
    height: 898px;
    position: relative;
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .contact {
    height: 828px;
    position: relative;
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .contact {
    height: 768px;
    position: relative;
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .contact {
    height: 768px;
    position: relative;
    padding-top: 100px;
  }
}

@media (min-width: 1400px) {
  .contact {
    height: 768px;
    position: relative;
    padding-top: 100px;
  }
}

.contact-art {
  position: absolute;
  z-index: 1;
  width: 610px;
  bottom: 20px;
  left: 70%;
  transform: translateX(-50%) scaleX(-1);
}

@media (min-width: 300px) {
  .contact-art {
    position: absolute;
    z-index: 1;
    width: 120px;
    bottom: 10px;
    left: 79%;
    transform: translateX(-50%) scaleX(-1);
  }
}

@media (min-width: 576px) {
  .contact-art {
    position: absolute;
    z-index: 1;
    width: 240px;
    bottom: 20px;
    left: 75%;
    transform: translateX(-50%) scaleX(-1);
  }
}

@media (min-width: 768px) {
  .contact-art {
    position: absolute;
    z-index: 1;
    width: 340px;
    bottom: 20px;
    left: 76%;
    transform: translateX(-50%) scaleX(-1);
  }
}

@media (min-width: 992px) {
  .contact-art {
    position: absolute;
    z-index: 1;
    width: 440px;
    bottom: 20px;
    left: 76%;
    transform: translateX(-50%) scaleX(-1);
  }
}

@media (min-width: 1200px) {
  .contact-art {
    position: absolute;
    z-index: 1;
    width: 610px;
    bottom: 20px;
    left: 70%;
    transform: translateX(-50%) scaleX(-1);
  }
}

@media (min-width: 1400px) {
  .contact-art {
    position: absolute;
    z-index: 1;
    width: 610px;
    bottom: 20px;
    left: 70%;
    transform: translateX(-50%) scaleX(-1);
  }
}

.contact-border {
  width: 35%;
  position: absolute;
  right: 0;
  z-index: 0;
}

@media (min-width: 300px) {
  .contact-border {
    width: 55%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 576px) {
  .contact-border {
    width: 45%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .contact-border {
    width: 35%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 992px) {
  .contact-border {
    width: 35%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 1200px) {
  .contact-border {
    width: 35%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 1400px) {
  .contact-border {
    width: 35%;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

.contact-logo {
  position: absolute;
  width: 270px;
  left: 50px;
  top: 150px;
}

@media (min-width: 300px) {
  .contact-logo {
    position: absolute;
    width: 200px;
    left: 13px;
    top: 150px;
  }
}

@media (min-width: 576px) {
  .contact-logo {
    position: absolute;
    width: 220px;
    left: 50px;
    top: 150px;
  }
}

@media (min-width: 768px) {
  .contact-logo {
    position: absolute;
    width: 270px;
    left: 50px;
    top: 150px;
  }
}

@media (min-width: 992px) {
  .contact-logo {
    position: absolute;
    width: 240px;
    left: 50px;
    top: 150px;
  }
}

@media (min-width: 1200px) {
  .contact-logo {
    position: absolute;
    width: 270px;
    left: 50px;
    top: 150px;
  }
}

@media (min-width: 1400px) {
  .contact-logo {
    position: absolute;
    width: 270px;
    left: 50px;
    top: 150px;
  }
}

.contact-details-container {
  position: absolute;
  top: 300px;
  left: 60px;
}

@media (min-width: 300px) {
  .contact-details-container {
    position: absolute;
    top: 246px;
    left: 56px;
    width: 240px;
  }
}

@media (min-width: 576px) {
  .contact-details-container {
    position: absolute;
    top: 300px;
    left: 60px;
  }
}

@media (min-width: 768px) {
  .contact-details-container {
    position: absolute;
    top: 300px;
    left: 60px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .contact-details-container {
    position: absolute;
    top: 300px;
    left: 60px;
  }
}

@media (min-width: 1200px) {
  .contact-details-container {
    position: absolute;
    top: 300px;
    left: 60px;
  }
}

@media (min-width: 1400px) {
  .contact-details-container {
    position: absolute;
    top: 300px;
    left: 60px;
  }
}

.contact-detail-header-container {
  display: table;
  align-items: center;
  vertical-align: middle;
}

.contact-detail-header {
  font-size: 20px;
  position: relative;
  display: table-cell;
  line-height: 20px;
  font-family: 'Glacial Indifference Bold';
  padding-left: 7px;
  color: rgb(0,84,149);
}

.contact-details-col {
  flex: 0 0 270px;
}

@media (min-width: 300px) {
  .contact-details-col {
    flex: 0 0 270px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .contact-details-col {
    flex: 0 0 270px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .contact-details-col {
    flex: 0 0 270px;
  }
}

@media (min-width: 992px) {
  .contact-details-col {
    flex: 0 0 270px;
  }
}

@media (min-width: 1200px) {
  .contact-details-col {
    flex: 0 0 270px;
  }
}

@media (min-width: 1400px) {
  .contact-details-col {
    flex: 0 0 270px;
  }
}

.contact-details-row {
  flex-direction: row;
}

@media (min-width: 300px) {
  .contact-details-row {
    flex-direction: row;
  }
}

@media (min-width: 576px) {
  .contact-details-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .contact-details-row {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .contact-details-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .contact-details-row {
    flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .contact-details-row {
    flex-direction: row;
  }
}



