@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
#prod-desc-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
}

#prod-desc-container .responsive {
  width: auto;
  max-width: 100%;
  display: block;
}
#prod-desc-container .centered {
  margin: 0 auto;
  text-align: center;
}
#prod-desc-container .full_width {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#prod-desc-container .basecolor {
  color: #272a31;
  background-color: #e8ebf3;
}
#prod-desc-container .fontsize20 {
  font-size: 14px;
}
#prod-desc-container .fontsize16 {
  font-size: 16px;
}
#prod-desc-container .slanted__font {
    font-style: oblique;
    font-style: italic;
}
#prod-desc-container .content__title {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #272a31;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
}
#prod-desc-container .content__title::before {
  content: "";
    width: 48px;
    height: 54px;
  background: url("../img/ally_slash.png") no-repeat left top;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: -3px;
}
#prod-desc-container .content__title::after {
  content: "";
    width: 48px;
    height: 54px;
  background: url("../img/ally_slash_r.png") no-repeat left top;
  display: inline-block;
  margin-top: -3px;
}
#prod-desc-container .page__title {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #272a31;
  font-style: normal;
  line-height: 1.1;
  text-transform: none;
}
#prod-desc-container .asus_marka {
  font-weight: 700;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
  margin: 8%;
  font-family: 'Segoe UI', Helvetica, Arial, 'sans-serif';
  color: #272a31;
}
#prod-desc-container .content__subtitle {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 20px;
  text-transform: none;
  letter-spacing: 1px;
  color: #AEEE4C;
  background: linear-gradient(93deg, #AEEE4C -4.89%, #00C1A7 5.56%, #6945EF 53.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
}
#prod-desc-container .content__info {
  position: relative;
  padding: 0 10px;
  line-height: 1.2;
  font-weight: 100;
  font-style: normal;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  list-style-type: none;
}
#prod-desc-container .feature_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#prod-desc-container .nomargin {
  padding: 0;
  margin: 0;
}
@media (min-width:600px) {
  #prod-desc-container .feature_list {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #prod-desc-container .content__info {
    position: relative;
    padding: 0 60px;
    line-height: 1.5;
    font-weight: 100;
    font-style: normal;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  }
}
#prod-desc-container .feature_list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 25px 40px;
  min-width: 20%;
}
#prod-desc-container .feature_list__item-description {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 200;
}
#prod-desc-container .feature_list__item-description-top {
  margin-bottom: 2px;
}



@media (min-width:1040px) {
  #prod-desc-container .feature_list__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 25px 40px;
    min-width: 25%;
  }
}
@media (min-width:600px) {
  #prod-desc-container .fontsize20 {
    font-size: 20px;
  }
  #prod-desc-container .fontsize16 {
    font-size: 16px;
  }
}
#prod-desc-container .feature_list_text_description {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-weight: 100;
  margin: 10px 25px 0;
}
@keyframes wave {
  from {
    box-shadow: 0 0 0 0 #FFFFFF;
  }
  to {
    box-shadow: 0 0 0 15px #FFFFFF30;
  }
}
#prod-desc-container .padding_4proc_top {
  padding: 4% 0 0;
}
#prod-desc-container .bigtext {
  font-size: 160%;
  font-weight: normal;
  color: #AEEE4C;
  background: linear-gradient(93deg, #AEEE4C -4.89%, #00C1A7 5.56%, #6945EF 53.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#prod-desc-container .imagepadding {
  padding: 30px 0;
}
@media (min-width:480px) {
  #prod-desc-container .content__title {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #272a31;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
    }
  #prod-desc-container .content__title::before {
    content: "";
    width: 48px;
    height: 54px;
    background: url("../img/ally_slash.png") no-repeat left top;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: -3px;
  }
  #prod-desc-container .content__title::after {
    content: "";
    width: 48px;
    height: 54px;
    background: url("../img/ally_slash_r.png") no-repeat left top;
    display: inline-block;
    margin-top: -3px;
  }
}
@media (min-width:600px) {
  #prod-desc-container .content__title {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 2em;
    color: #272a31;
    font-style: normal;
    line-height: 1.1;
    text-transform: uppercase;
  }
  #prod-desc-container .content__title::before {
    content: "";
    width: 48px;
    height: 54px;
    background: url("../img/ally_slash.png") no-repeat left top;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: -3px;
  }
  #prod-desc-container .content__title::after {
    content: "";
    width: 48px;
    height: 54px;
    background: url("../img/ally_slash_r.png") no-repeat left top;
    display: inline-block;
    margin-top: -3px;
  }
}
@media (min-width:920px) {
  #prod-desc-container .content__title {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: 600;
  font-size: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #272a31;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
  }
  #prod-desc-container .content__title::before {
    content: "";
    width: 48px;
    height: 54px;
    background: url("../img/ally_slash.png") no-repeat left top;
    display: inline-block;
    margin-bottom: -16px;
  }
  #prod-desc-container .content__title::after {
    content: "";
    width: 48px;
    height: 54px;;
    background: url("../img/ally_slash_r.png") no-repeat left top;
    display: inline-block;
    margin-top: -16px;
  }
}
#prod-desc-container .uppertext {
    text-transform: uppercase;
}