
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #fff;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
}

.hero-text-box {
  max-width: 575px;
  margin-bottom: 40px;
  padding: 15px 20px 10px 20px;
  background-color: #fff;
}

.hero-text-box.mobile-hero-text-box {
  display: none;
}

.hero {
    width: 100%;
    background: #000 url(../images/hero-radeon.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 650px;
    min-height: 300px;
}


.hero .call-out-box {
    position: absolute;
    bottom:5%;
    left: 0;
    transform: translate(160%,0%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 35%;
    max-width: 650px;
}

.hero .call-out {
    padding: 10px;
    background: #fff;
    display: flex; /* so can put copy and image in same row */
    line-height: 1.2; 
    margin-bottom: 40px;
}

.hero .call-out .copy {
    flex: 0 1 65%;    
}      
.hero .call-out .productimg {
    flex: 0 1 35%;
    margin-top: 40px;
}

@media (max-width: 1366px) {            
    .hero {
        background-position: 57% 30%;
    }
    .hero .call-out-box {
        transform: translate(70%,0%);
        width: 55%;
    }
}

@media (max-width: 991px) {
    .hero {
        height: 600px;
        background: #000;
    }
    .hero .call-out-box {
        top: 90%;
        left: 50%;
        transform: translate(-50%,40%);
        width: 85%;
    }
}

@media (max-width: 767px) {
    .hero .call-out-box {
        transform: none;
        left: 0;
		width: 100%;
		top:108%;
		max-width: none;
    }
	.hero {
		height: 450px;
	}
	.amd-arrow {
		display: none;
	}
}


.hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 310px; /* move box down below faces */
}

.hero-wrapper {
  width: 100%;
  max-width: 1100px;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/intro-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-intro {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-wrapper.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-wrapper.align-center {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.heading-2.white {
  color: #fff;
}

.t1 {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
  background-color: #000;
}

.section-content.xbox-gamepass {
  background-image: url('../images/gamepass-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.choose-game .section-wrapper {
    width: 100%;
    max-width: 1100px;
}

.section-content.choose-game {
  background-color: #000;
  background-image: url('../images/choose-game-bg.jpg');
  background-position: 50% 75%;
  background-size: contain;
  background-repeat:no-repeat;
}

.section-content.choose-game img.mobile-img {
  margin: 0 auto;
}

.section-content.choose-game .content-box {
    position: absolute;
    transform: translate(100%, -98%);  /* positions text on slide */
}

@media (max-width: 991px) {
    .section-content.choose-game {
        background: #000;
    }
    .section-content.choose-game .content-box {
        position: relative;
        transform: none;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 1600px) {
    .section-content.choose-game {
      background-size: cover;
    }
}

.section-content.rx-graphics {
  background-image: url('../images/radeon-side-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.rx5700 .project-sku-row.first {
    padding-top: 60px;
}

.section-content.rx-graphics .project-sku-row.first {
    padding-top: 60px;
}

.section-content.rx5700 {
  background-image: url('../images/radeon-top-bg.jpg');
  background-position: 54% 50%;
  background-size: contain; 
}


@media (max-width: 1900px) {
    .section-content.rx5700 {
      background-size: cover; 
    }
}

.section-content.fnatic {
  background-image: url('../images/fnatic-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-product.fnatic {
  background-image: url('../images/fnatic-bg.jpg');
  background-position: 52% 50%;
  background-size: cover;
}

.section-content.fnatic .content-box {
    font-size: 24px;
    max-width: 60%;
    margin-left: 45%;
}

.section-content.fnatic .fnatic-name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: table; /* makes border same width as name */
}

.section-content.fnatic .fnatic-name p {
    margin-top: 10px; /* space between rule and name */
}

.section-content.fnatic .fnatic-rule {
    border-top: 1px solid #535353;
}


.section-content.qualifying {
    background-color: #000;
}

.section-content.qualifying:first-of-type {
    border-bottom: none;
}

.section-content.qualifying h1 {
    text-align: center;
    padding-bottom: 30px;
}

.section-content.qualifying .section-wrapper {
    align-items: center;
}

.section-content.fidelity,
.section-content.sharpening,
.section-content.freesync {
  background-color: #000;
}

.section-content.fidelity h1 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.section-content.fidelity .t1 {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
  .section-content.fnatic {
    background: #000;
  }
  .section-content.fnatic .content-box {
    max-width: 80%;
    margin: 0 auto;
  }
  .section-content.fnatic img.mobile-img{
    margin: 0 auto;
  }    
}

.section-content.immersive-gaming {
  background-image: url('../images/ghost-recon-monitor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-product.immersive-gaming {
  background-image: url('../images/ghost-recon-monitor.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .section-content.immersive-gaming {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/ghost-recon-monitor.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
}

.section-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/section_9_bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/section_9_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
}

.heading-3.white {
  color: #fff;
}

@media (max-width: 767px) {
  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }
    
  .section-footer {  
    padding-right: 30px;
    padding-left: 30px;
  }
    
}

.content-box {
  max-width: 490px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 80px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/footer-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.grid {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 271px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  margin-bottom: 20px;
}

.button {
  margin-top: 15px;
  padding-top: 7px;
  padding-bottom: 5px;
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.footnotes {
  margin-bottom: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.heading-2-center {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.heading-2-center.white {
  display: block;
  width: auto;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
}

.content-box-center {
  max-width: none;
}

.grid-3 {
  position: static;
  overflow: visible;
  width: 80%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column {
  padding-left: 10px;
}

.column-2 {
  padding-left: 10px;
}

.qualify-heading {
  margin-top: 20px;
  padding-right: 10px;
  color: #fff;
  font-size: 20px;
}

.image-8 {
  margin-bottom: 30px;
}

.game-pass-container {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 490px;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid-4 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.xbox-logo {
  display: none;
  overflow: hidden;
}

.grid-5 {
  margin-top: 23px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.test.align-center {
  max-width: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-10 {
  margin-bottom: 13px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-6 {
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-6 {
  width: 1px;
  margin-right: 56px;
  margin-left: 56px;
  background-image: repeating-linear-gradient(180deg, #000, #4e4e4e 50%, #000);
}

@media (max-width: 991px) {
  .hero-info {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-content.rx5700 {
    background-image: linear-gradient(45deg, transparent 34%, #000), url('../images/radeon-top-bg.jpg');
    background-position: 0px 0px, 20% 50%;
  }
  .content-box {
    max-width: 390px;
  }
  .content-box-center {
    max-width: 390px;
  }
  .grid-4 {
    width: 100%;
    justify-items: stretch;
  }
  .image-10 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-6 {
    width: 100%;
    height: 1px;
    margin: 30px 0px;
    background-image: repeating-linear-gradient(270deg, #000, #4e4e4e 50%, #000);
  }
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-text-box.mobile-hero-text-box {
    display: block;
    max-width: 575px;
    margin-bottom: 0px;
  }
  .hero-info {
    display: none;
  }
  .section-intro {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
  }
  .section-wrapper.align-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 29px;
  }
  .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-content.xbox-gamepass {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/gamepass-bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
  .section-content.rx-graphics {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../images/radeon-side-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .section-content.rx5700 {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), #000), url('../images/radeon-top-bg.jpg');
    background-position: 0px 0px, 32% 50%;
  }
  .content-box {
    max-width: none;
  }
  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .heading-2-center {
    font-size: 25px;
    line-height: 29px;
  }
  .content-box-center {
    max-width: none;
  }
  .game-pass-container {
    width: 100%;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-9 {
    display: none;
  }
  .xbox-logo {
    display: block;
  }
  .test.align-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .hero-text-box.mobile-hero-text-box {
    margin-bottom: 0px;
  }
  .t1 {
    overflow: visible;
    width: 100%;
    float: none;
  }
  .section-content {
    padding: 40px 30px;
  }
  .section-content.xbox-gamepass {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/gamepass-bg.jpg');
  }
  .section-content.rx-graphics {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../images/radeon-side-bg.jpg');
  }
  .section-content.rx5700 {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), #000), url('../images/radeon-top-bg.jpg');
  }
  .xbox-logo {
    width: 100%;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-3 {
    min-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-cd21202e04d7-0efd9d29 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-0e9589bd3cb7-0efd9d29 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.mobile-img {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-img {
        display: block;
    }
}