@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --color: #2f497a;
}

body {
  font-family: "Rajdhani", sans-serif;
  font-size: 19px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  position: relative;
  line-height: 30px;
  color: #4E5058;
  background: #F4F6FE;
}

div.itsdb_wrapper {
  overflow: hidden;
  position: relative;
}

.text-success { color: #2ebeba!important; }
.text-primary { color: #1b8cca!important; }
i.bi-star-fill { color: #efa12b }

.success {
  background-color: #2ebeba!important;
  border-color: #2ebeba
}

.primary, .btn-primary, .bg-primary {
  background-color: #1b8cca!important;
  border-color: #1b8cca
}

img {
  vertical-align: middle;
  border-style: none;
  transition: all .25s cubic-bezier(.645,.045,.355,1);
}

header {
  background: #ffffff!important;
  border-bottom: 1px solid #EDEFFA!important;
  height: 137px;
}

header div.container {
  max-width: 1690px;
}

header div.logo { max-width: 270px; }

header .nav-link {
  font-weight: 700;
}

.dropdown-item:hover, .offcanvas .nav-link:hover {
  border-radius: 4px;
  background-color: #1b8cca;
  color: #fff;
}

nav.navbar {
  background-color: #fff;
}

.navbar-toggler:focus { box-shadow: none!important; }

li.nav-item {
  margin: 0 .6em;
}

li.dropdown:hover ul.dropdown-menu {
  display: block;
}

main {
  color: #4E5058;
  padding-top: 7em;
}

main section.cover {
  padding: 80px 0;
  display: flex;
  align-items: center;
  min-height: 800px;
}

main section.cover > div.container { max-width: 1410px; }

div.img-wrapper {
  position: relative;
  margin-top: 3em;
  margin-left: 200px;
  margin-right: -200px;
}

section { padding-top: 150px; }

section.cover div.img-one {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

section.cover div.img-two {
  display: block;
  margin: auto;
}

section.cover h2.title {
  font-size: 75px;
  line-height: 82px;
  margin-bottom: 40px;
}

.itsdb_globe {
  width: 100%;
  -webkit-animation: itsdb_globe 20s linear infinite;
  animation: itsdb_globe 20s linear infinite
}

section h2 { font-size: 55px; }

section.content div.img-content {
  margin-left: -130px;
  padding-right: 130px;
}

section.content ul li, section.service div.tab-pane li { flex-basis: 50%; }

section.approche div.rounded-4 {
  padding: 40px 30px;
}

section.approche div.shadows {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

section.approche div.shadows::before {
  position: absolute;
  top: 4px;
  left: -8px;
  width: 56px;
  height: 56px;
  background: #2ebeba;
  content: "";
  z-index: -1;
  opacity: .1;
  border-radius: 50%;
}

section.approche span.service {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #AEB2C1;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #2ebeba;
  border-radius: 50%;
  position: relative;
  font-family: "Rajdhani", sans-serif;
}

div.resume-img {
  margin-right: -100px;
  padding-left: 100px;
}

section.service div.tab-content { padding: 70px 60px; }

section.service ul.nav { color: #4E5058; }

section.service ul.nav button {
  padding: 20px 25px;
  font-size: 18px;
  border: 1px solid #E1E5F5;
  border-radius: 0;
  text-transform: uppercase;
}

section.service ul.nav .nav-link.active {
  background-color: #ffffff;
  color: #2ebeba;
}

section.service ul.nav .nav-link { color: #000; }

section.service div.tab-pane h2 { font-size: 42px; }

section.head {
  padding-top: 120px;
  padding-bottom: 120px;
}

span.small {
  font-size: 15px;
  position: relative;
  top: -30px;
}

section.contact svg { color: #2ebeba; }

div.footer-section {
  padding: 3em 0 1em !important;
  background: url(https://res.cloudinary.com/dyvuerxzu/image/upload/v1714840298/itsdb/footer-bg_oecstw.png) no-repeat right top;
  background-size: contain;
}

.footer-logo img.logo {
  width: 240px;
  display: block;
  position: relative;
  left: -40px;
}

.footer-widget-title {
  font-size: 18px;
  margin-bottom: 17px
}

.footer-widget-content {
  font-size: 14px;
  font-weight: 500
}

.footer-widget-content.primary-three ul li a:hover {
  color: #ef6f31
}

.footer-widget-content p {
  margin-bottom: 11px
}

.footer-widget-content p:last-child {
  margin-bottom: 0
}

.footer-widget-content ul {
  margin-right: -20px;
  margin-bottom: -11px;
  padding-left: 0;
  list-style: none
}

.footer-widget-content ul li {
  margin-bottom: 11px;
  padding-right: 20px
}

.footer-widget-content ul.column-2 {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-widget-content ul.column-2 li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%
}

.footer-social-inline {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-right: -25px;
  margin-bottom: -15px;
  justify-content: end;
}

.footer-social-inline.primary-three a:hover {
  color: #ef6f31
}

.footer-social-inline a {
  margin-right: 25px;
  margin-bottom: 15px;
  color: rgba(105, 105, 105, .5)
}

.footer-social-inline a i {
  font-size: 24px;
  line-height: 1;
  display: block
}

.footer-social-inline a:hover {
  color: #20ad96
}

.copyright {
  font-size: 14px;
  text-align: center;
  color: #ababab
}

footer.pt-1 {
  background-color: #E8EBF6;
}

@-webkit-keyframes itsdb_globe {
  0% {
    -webkit-transform: rotate(0) translateX(0) rotate(0);
    transform: rotate(0) translateX(0) rotate(0)
  }
  100% {
    -webkit-transform: rotate(0) translateY(0) rotate(-360deg);
    transform: rotate(0) translateY(0) rotate(-360deg)
  }
}

@keyframes itsdb_globe {
  0% {
    -webkit-transform: rotate(0) translateX(0) rotate(0);
    transform: rotate(0) translateX(0) rotate(0)
  }
  100% {
    -webkit-transform: rotate(0) translateY(0) rotate(-360deg);
    transform: rotate(0) translateY(0) rotate(-360deg)
  }
}


.itsdb-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.itsdb-preloader .animation-preloader { z-index: 1000; }

.itsdb-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #265EC2;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.itsdb-preloader .animation-preloader .txt-loading {
  font: bold 5em "Barlow", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.itsdb-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.itsdb-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Barlow", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.itsdb-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.itsdb-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.itsdb-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.itsdb-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.itsdb-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.itsdb-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.itsdb-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.itsdb-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.itsdb-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.itsdb-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.itsdb-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.itsdb-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.itsdb-preloader .loader .row { height: 100%; }

.itsdb-preloader .loader .loader-section { padding: 0px; }

.itsdb-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }

.itsdb-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.itsdb-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.itsdb-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

div.contactFrom form input:focus {
  outline: #1b8cca;
  border-color: #1b8cca;
}

/* Portfolio */
.swiper-button-disabled,
.swiper-button-disabled:disabled {
  color: var(--si-carousel-nav-btn-disabled-color) !important;
  background-color: var(--si-carousel-nav-btn-bg);
  box-shadow: var(--si-carousel-nav-btn-box-shadow) !important;
  opacity: 1
}

.swiper-button-disabled.shadow-none,
.swiper-button-disabled:disabled.shadow-none {
  box-shadow: none !important
}

.pagination .swiper-button-disabled,
.pagination .swiper-button-disabled:disabled {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important
}

.swiper .btn-prev:not(.position-static),
.swiper .btn-next:not(.position-static) {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%)
}

.swiper .btn-prev {
  left: 1.25rem
}

.swiper .btn-next {
  right: 1.25rem
}

.swiper-nav-onhover .btn-prev,
.swiper-nav-onhover .btn-next {
  opacity: 0 !important
}

.swiper-nav-onhover:hover .btn-prev,
.swiper-nav-onhover:hover .btn-next {
  opacity: 1 !important
}

.swiper-pagination {
  --si-carousel-pagination-bullet-width: 0.3125rem;
  --si-carousel-pagination-bullet-height: 0.3125rem;
  --si-carousel-pagination-bullet-spacer: 0.875rem;
  --si-carousel-pagination-bullet-border-radius: 50rem;
  --si-carousel-pagination-bullet-bg: #b4b7c9;
  --si-carousel-pagination-bullet-active-width: 1.5rem;
  --si-carousel-pagination-bullet-active-bg: #6366f1;
  --si-carousel-pagination-progressbar-height: 0.1875rem;
  --si-carousel-pagination-progressbar-bg: var(--si-border-color);
  --si-carousel-pagination-progressbar-fill-bg: #6366f1;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.swiper-pagination.swiper-pagination-lock {
  display: none
}

.swiper-pagination-bullet {
  width: var(--si-carousel-pagination-bullet-width);
  height: var(--si-carousel-pagination-bullet-height);
  background-color: var(--si-carousel-pagination-bullet-bg);
  border-radius: var(--si-carousel-pagination-bullet-border-radius);
  opacity: 1;
  transition: width .2s ease-in-out, height .2s ease-in-out, background-color .2s ease-in-out
}

.swiper-pagination-bullet-active {
  background-color: var(--si-carousel-pagination-bullet-active-bg)
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1.25rem
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin-right: calc(var(--si-carousel-pagination-bullet-spacer)*.5);
  margin-left: calc(var(--si-carousel-pagination-bullet-spacer)*.5)
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  width: var(--si-carousel-pagination-bullet-active-width)
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-vertical {
  right: 1.25rem;
  flex-direction: column
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet {
  margin-top: calc(var(--si-carousel-pagination-bullet-spacer)*.5);
  margin-bottom: calc(var(--si-carousel-pagination-bullet-spacer)*.5)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet-active {
  height: var(--si-carousel-pagination-bullet-active-width)
}

.swiper-pagination-progressbar {
  background-color: var(--si-carousel-pagination-progressbar-bg)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--si-carousel-pagination-progressbar-fill-bg)
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: var(--si-carousel-pagination-progressbar-height)
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical {
  width: var(--si-carousel-pagination-progressbar-height)
}

.swiper-scrollbar {
  --si-carousel-scrollbar-width: 0.1875rem;
  --si-carousel-scrollbar-bg: var(--si-border-color);
  --si-carousel-scrollbar-drag-bg: #a2a6bc;
  background-color: var(--si-carousel-scrollbar-bg)
}

.swiper-scrollbar-drag {
  background-color: var(--si-carousel-scrollbar-drag-bg)
}

.swiper-vertical>.swiper-scrollbar {
  top: 0;
  width: var(--si-carousel-scrollbar-width);
  height: 100%
}

.swiper-horizontal>.swiper-scrollbar {
  left: 0;
  width: 100%;
  height: var(--si-carousel-scrollbar-width)
}

.scrollbar-hover .swiper-scrollbar {
  opacity: 0;
  transition: opacity .2s ease-in-out
}

.scrollbar-hover:hover .swiper-scrollbar {
  opacity: 1
}

.swiper-tabs {
  position: relative;
  height: 100%
}

.swiper-tab {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.swiper-tab.active {
  position: relative;
  visibility: visible;
  opacity: 1
}

.swiper-slide-active .from-top,
.swiper-slide-active .from-bottom {
  opacity: 1;
  transform: translateY(0)
}

.swiper-slide-active .from-start,
.swiper-slide-active .from-end {
  opacity: 1;
  transform: translateX(0)
}

.swiper-slide-active .scale-up,
.swiper-slide-active .scale-down {
  opacity: 1;
  transform: scale(1)
}

.swiper-slide-active .fade-in {
  opacity: 1
}

.btn-prev, .btn-next {
  width: 50px;
  height: 50px;
  top: 50%;
  --si-carousel-nav-btn-border-radius: 50%;
  --si-carousel-nav-btn-bg: #1b8cca;
  --si-carousel-nav-btn-color: #33354d;
  --si-carousel-nav-btn-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
  --si-carousel-nav-btn-hover-bg: #1b8cca;
  --si-carousel-nav-btn-hover-color: #1b8cca;
  --si-carousel-nav-btn-hover-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
  --si-carousel-nav-btn-disabled-color: rgba(51, 53, 77, .5);
  --si-carousel-nav-btn-font-size: 1rem;
  font-size: var(--si-carousel-nav-btn-font-size);
  color: var(--si-carousel-nav-btn-color) !important;
  background-color: var(--si-carousel-nav-btn-bg);
  border: 0;
  border-radius: var(--si-carousel-nav-btn-border-radius);
  box-shadow: var(--si-carousel-nav-btn-box-shadow);
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, opacity .2s ease-in-out;
}

.btn-icon {
  --si-btn-size: 2.75rem;
  --si-btn-icon-size: 1.25rem;
  flex-shrink: 0;
  width: var(--si-btn-size);
  height: var(--si-btn-size);
  padding: 0;
}

.bg-style {
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.ratio-1x1 {
  --si-aspect-ratio: 100%;
}
.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--si-aspect-ratio);
  content: "";
}

section.service .bg-secondary {
  --si-bg-opacity: 1;
  background-color: #dfe7ff!important;
}

section.service i { font-size: 25px; }

.layout-enter-active,
.layout-leave-active {
  transition: all 0.4s;
}
.layout-enter-from,
.layout-leave-to {
  opacity: 0;
  filter: blur(1rem);
}

.cookieControl__BarButtons button {
  font-family: "Rajdhani";
  font-size: 17px;
  font-weight: bold;
  background-color: #2ebeba !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 9px !important;
  transition: background-color .3s ease;
}

.cookieControl__Bar {
  font-family: "Rajdhani";
  background-color: #1b8cca!important;
  width: 98%;
  margin: 2em auto;
  border-radius: 9px;
  transition: 5s ease-in;
}

.cookieControl__Bar h2 {
  font-family: "Rajdhani";
  font-weight: bold;
}

.cookieControl__Bar p { font-family: "Rajdhani"; }

.cookieControl__ModalContent {
  overflow-y: initial!important;
  border-radius: 9px!important;
}

.cookieControl__ModalContent input+button {
  display: none!important;
}

.cookieControl__Modal button {
  border-radius: 9px;
  font-weight: bold;
}

.cookieControl__ModalCookieName span {
  font-size: 17px!important;
}

.cookieControl__BarContainer {
  align-items: center!important;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
	75%,
	100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
	50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
	75%,
	100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
	50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
}


@media screen and (max-width: 500px) {
  .itsdb-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .itsdb-preloader .animation-preloader .txt-loading {
    font: bold 2em "Roboto", sans-serif;
  }
}
    
@media screen and (max-width: 768px) {
  section.cover div.img-one {
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
  }
  section.cover div.img-one img {
    width: 400px
  }
  section.cover div.img-two {
    margin:auto!important;
    text-align: center
  }
  .itsdb-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .itsdb-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Rajdhani", sans-serif;
  }
  div.resume-img {
    margin-right: 0;
    padding-left: 0;
  }
  .cookieControl__ModalContent {
    position: relative!important;
    max-height: 100%!important;
    max-width: 100%!important;
  }
}

@media (max-width: 992px) {
  main {
    padding-top: 4em;
  }
  div.img-wrapper {
    margin-left: 0;
    padding: 0 100px;
  }
  img.cover {
    width: 700px!important;
  }
  header .nav-link {
    padding: 10px;
  }
  .cookieControl__BarButtons {
    flex-direction: row!important;
    justify-content: flex-start!important;
    width: 100%!important;
  }
  .cookieControl__BarButtons button {
    margin: 10px!important;
    width: auto!important;
  }
  .cookieControl__BarContainer, .cookieControl__ModalButtons {
    flex-direction: column!important;
    gap: 10px;
  }
  .cookieControl__BarButtons button:first-child {
    margin-left: 0!important;
  }
}

@media (max-width: 1200px) {
  div.img-wrapper {
    margin-left: 50px;
    margin-right: 0;
  }
  section.content div.img-content {
    margin-left: 0;
    padding-right: 20px;
  }
}
