h2,
h3,
h4 {
  margin: 0 !important;
}
body {
  background: #fff !important;
}
a {
  text-decoration: none !important;
  transition: all, .25s;
  cursor: pointer;
}
p {
  margin: 0 !important;
  letter-spacing: normal !important;
}
.section-btn {
  width: 100%;
  max-width: 340px;
  height: 50px;
  background: #FC654C;
  border-radius: 4px;
  font-family: 'TT Commons', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all, 0.25s;
}
.section-btn:hover,
.section-btn:focus {
  color: #fff;
  background: #fb3a1a;
}
.section-btn span {
  font-family: 'TT Commons', sans-serif;
  opacity: 0.5;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-banner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 680px;
}
@media only screen and (min-width: 760px) {
  .section-banner {
    min-height: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    min-height: 680px;
  }
}
.section-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .section-banner__image_mobile {
    display: none;
  }
}
.section-banner__image_tablet {
  display: none;
}
@media only screen and (min-width: 760px) {
  .section-banner__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_tablet {
    display: none;
  }
}
.section-banner__image_desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_desktop {
    display: block;
  }
}
.section-banner-info {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-top: -6px;
}
@media only screen and (min-width: 700px) {
  .section-banner-info {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info {
    margin-top: -2px;
  }
}
.section-banner-title {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 45px !important;
  line-height: 65px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  margin-bottom: 20px !important;
}
.section-banner-title i {
  font-family: 'TT Commons', sans-serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 30px !important;
}
@media only screen and (min-width: 700px) {
  .section-banner-title {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .section-banner-title i {
    font-size: 45px !important;
  }
}
.section-info {
  margin: 10px 10px 127px 10px;
  background: #FAF7F3;
  border-radius: 4px;
}
@media only screen and (min-width: 700px) {
  .section-info {
    margin: 10px 10px 131px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-info {
    margin: 10px 10px 80px 10px;
  }
}
.info__desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 23px !important;
  text-align: center !important;
  color: #282828 !important;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .info__desc {
    text-align: left !important;
    padding: 0;
  }
}
.info-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 10px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .info-container {
    flex-direction: row;
    padding: 36px 20px 4px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .info-container {
    padding: 48px 0 11px;
  }
}
.info__logo {
  margin-bottom: 31px;
}
@media only screen and (min-width: 700px) {
  .info__logo {
    margin: 19px 24px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .info__logo {
    margin: 10px 55px 0 0;
  }
}
.info__desc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 29px;
}
@media only screen and (min-width: 700px) {
  .info__desc-wrap {
    align-items: flex-start;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .info__desc-wrap {
    max-width: 306px;
    padding-right: 0;
  }
}
.info__link {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #FC654C;
}
.info__link:focus,
.info__link:hover {
  color: #de2304;
}
@media only screen and (min-width: 700px) {
  .info__link {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .info__link {
    line-height: 35px;
  }
}
.info__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .info__ttl {
    margin-top: 2px !important;
  }
}
.info__btn {
  position: relative;
  justify-content: space-between;
  padding: 4px 32px 0 48px;
}
.info__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 130px;
  opacity: 0.1;
  height: 37px;
  width: 1px;
  background: #fff;
}
@media only screen and (min-width: 700px) {
  .info__btn {
    margin-top: 29px;
    max-width: 280px;
    padding: 4px 20px 0 23px;
  }
  .info__btn:after {
    right: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .info__btn {
    margin: 21px 50px 0 0;
  }
}
.info__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .info__overlay {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .info__overlay {
    justify-content: space-between;
  }
}
.section-featured {
  width: 100%;
  margin-bottom: 23px;
}
@media only screen and (min-width: 700px) {
  .section-featured {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-featured {
    margin-bottom: 55px;
  }
}
.featured-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .featured-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-container {
    padding: 0;
  }
}
.featured__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 33px !important;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .featured__ttl {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 59px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .featured__ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 79px !important;
  }
}
.featured__items-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .featured__items-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.featured__item {
  margin-bottom: 73px;
}
@media only screen and (min-width: 700px) {
  .featured__item {
    max-width: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured__item {
    max-width: 357px;
    margin-bottom: 95px;
  }
  .featured__item:nth-child(4) {
    order: 2;
  }
  .featured__item:nth-child(5) {
    order: 1;
  }
  .featured__item:nth-child(6) {
    order: 3;
  }
  .featured__item:nth-child(7) {
    margin-bottom: 105px;
  }
}
.featured__item-logo {
  margin-bottom: 14px;
}
.featured__item-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 25px;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .featured__item-name {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured__item-name {
    font-size: 24px;
  }
}
.featured__item-desc {
  margin: 15px 0 !important;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #978C8C !important;
}
.featured__item-date {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #978C8C !important;
}
.featured__item-name_padding-right-150 {
  padding-right: 80px;
}
@media only screen and (min-width: 700px) {
  .featured__item-name_padding-right-150 {
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured__item-name_padding-right-150 {
    padding-right: 100px;
  }
}
.featured__item-name_padding-right-10 {
  padding-right: 10px;
}
.featured__item-name_padding-right-65 {
  padding-right: 65px;
}
@media only screen and (min-width: 700px) {
  .featured__item-name_padding-right-65 {
    padding-right: 0;
  }
}
.featured__item_margin-bottom {
  margin-bottom: 71px;
}
@media only screen and (min-width: 700px) {
  .featured__item_margin-bottom {
    margin-bottom: 59px;
  }
}
.featured__item-logo_margin-bottom {
  margin-bottom: 17px;
}
@media only screen and (min-width: 700px) {
  .featured__item-logo_margin-bottom {
    margin-bottom: 12px;
  }
}
.featured__item-name_remove-br br {
  display: none;
}
@media only screen and (min-width: 700px) {
  .featured__item-name_remove-br br {
    display: block;
  }
}
.section-community {
  position: relative;
  height: 600px;
  margin-bottom: 77px;
  box-shadow: 0 40px 90px rgba(179,179,179,0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .section-community {
    border-radius: 10px;
    margin: 0 30px 107px;
    height: 820px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-community {
    margin: 0 40px 139px;
    height: 400px;
  }
}
@media only screen and (min-width: 1720px) {
  .section-community {
    height: 600px;
  }
}
.community-container {
  width: 100%;
  max-width: 508px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 761px) {
  .community-container {
    max-width: 652px;
  }
}
@media only screen and (min-width: 1200px) {
  .community-container {
    margin: -11px auto 0;
  }
}
.community-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.community-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 700px) {
  .community-bg-img-mob {
    display: none;
  }
}
.community-bg-img-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .community-bg-img-tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .community-bg-img-tab {
    display: none;
  }
}
.community-bg-img-desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .community-bg-img-desk {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .community-btn {
    max-width: 296px;
  }
}
.community__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 700px) {
  .community__ttl {
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .community__ttl {
    font-size: 64px;
  }
}
.community__desc {
  margin: 3px 0 30px !important;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #FFFFFF !important;
}
@media only screen and (min-width: 1200px) {
  .community__desc {
    margin: 3px 0 18px !important;
  }
}
.section-brand {
  width: 100%;
  margin-bottom: 67px;
}
@media only screen and (min-width: 700px) {
  .section-brand {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-brand {
    margin-bottom: 59px;
  }
}
.brand-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .brand-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .brand-container {
    padding: 0;
  }
}
.brand__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .brand__ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .brand__ttl {
    font-size: 40px;
    line-height: 60px;
  }
}
.brand__desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #978C8C !important;
  margin: 6px 0 27px !important;
  max-width: 255px !important;
}
@media only screen and (min-width: 700px) {
  .brand__desc {
    margin: 10px 0 38px !important;
    max-width: 370px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .brand__desc {
    margin: 15px -10px 58px 0 !important;
  }
}
.brand__box-overlay {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand__box {
  height: 90px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D7D2D2;
}
.brand__box:nth-child(1) {
  border-radius: 6px 0 0 0;
}
.brand__box:nth-child(2) {
  border-radius: 0 6px 0 0;
}
.brand__box:nth-child(3) {
  border-radius: 0 0 0 6px;
  border: 1px solid #FC654C;
  background: #FC654C;
}
.brand__box:nth-child(4) {
  border: 1px solid #282828;
  background: #282828;
  border-radius: 0 0 6px 0;
}
@media only screen and (min-width: 700px) {
  .brand__box {
    width: 175px;
  }
  .brand__box:nth-child(2),
  .brand__box:nth-child(3) {
    border-radius: 0;
  }
  .brand__box:nth-child(1) {
    border-radius: 6px 0 0 6px;
  }
  .brand__box:nth-child(4) {
    border-radius: 0 6px 6px 0;
  }
}
@media only screen and (max-width: 379px) {
  .brand__box {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .brand__box {
    height: 150px;
    width: 290px;
  }
}
.brand__box-logo svg {
  width: 62px;
  height: 22px;
}
@media only screen and (min-width: 1200px) {
  .brand__box-logo svg {
    width: 105px;
    height: 36px;
  }
}
.section-impressive {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .section-impressive {
    margin-bottom: 70px;
  }
}
.impressive-container {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.impressive-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #282828;
  opacity: 0.15;
}
@media only screen and (min-width: 1200px) {
  .impressive-container:after {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .impressive-container {
    padding: 0 30px 50px;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .impressive-container {
    padding: 0 0 71px 11px;
    max-width: 1160px;
  }
}
.impressive__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 28px;
  color: #282828;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 700px) {
  .impressive__ttl {
    font-size: 28px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .impressive__ttl {
    margin-top: 13px !important;
  }
}
.impressive__desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #978C8C !important;
  margin: 10px 0 13px !important;
}
@media only screen and (min-width: 700px) {
  .impressive__desc {
    margin: 8px 0 23px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .impressive__desc {
    margin: 15px 0 24px !important;
  }
}
.impressive__btn {
  max-width: 340px;
  position: relative;
  align-self: center;
  justify-content: space-between;
  padding: 4px 28px 0 62px;
}
.impressive__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 130px;
  opacity: 0.1;
  height: 37px;
  width: 1px;
  background: #fff;
}
@media only screen and (min-width: 700px) {
  .impressive__btn {
    max-width: 292px;
    padding: 4px 35px 0;
  }
  .impressive__btn:after {
    right: 142px;
  }
}
@media only screen and (min-width: 1200px) {
  .impressive__btn {
    max-width: 319px;
    align-self: flex-start;
    padding: 4px 34px 0 49px;
  }
}
.impressive__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .impressive__content {
    width: 292px;
  }
}
@media only screen and (min-width: 1200px) {
  .impressive__content {
    width: 360px;
  }
}
.impressive__images-box {
  display: none;
}
@media only screen and (min-width: 700px) {
  .impressive__images-box {
    display: flex;
    align-items: center;
    flex: 1;
  }
}
.impressive__img img:first-child {
  margin: 0 40px 0 26px;
}
@media only screen and (min-width: 700px) {
  .impressive__img img:first-child {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .impressive__img img:first-child {
    display: none;
  }
}
.impressive__img img:last-child {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .impressive__img img:last-child {
    display: block;
    margin: 0 74px 0 50px;
  }
}
@media only screen and (min-width: 700px) {
  .impressive__img:first-child {
    width: 105px;
    height: 84px;
  }
  .impressive__img:first-child svg {
    width: 100%;
    height: 100%;
  }
  .impressive__img:last-child {
    width: 82px;
    height: 90px;
  }
  .impressive__img:last-child svg {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .impressive__img:first-child {
    width: 189px;
    height: 153px;
  }
  .impressive__img:last-child {
    width: 149px;
    height: 164px;
  }
}
.section-high-resolution {
  width: 100%;
  margin-bottom: 58px;
}
@media only screen and (min-width: 700px) {
  .section-high-resolution {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-high-resolution {
    margin-bottom: 70px;
  }
}
.high-resolution-container {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.high-resolution-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #282828;
  opacity: 0.15;
}
@media only screen and (min-width: 1200px) {
  .high-resolution-container:after {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .high-resolution-container {
    padding: 0 30px 64px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .high-resolution-container {
    padding: 0 0 71px;
    max-width: 1160px;
  }
}
.high-resolution__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .high-resolution__content {
    align-items: flex-start;
  }
}
.high-resolution__img {
  width: 100%;
}
.high-resolution__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 700px) {
  .high-resolution__img {
    width: 360px;
    height: 205px;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .high-resolution__img {
    width: 700px;
    height: 399px;
  }
}
@media only screen and (min-width: 700px) {
  .high-resolution__content {
    padding-top: 5px;
    margin-right: 41px;
    max-width: 299px;
  }
}
@media only screen and (min-width: 1200px) {
  .high-resolution__content {
    margin-right: 105px;
    padding-top: 30px;
    max-width: 355px;
  }
}
.high-resolution__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 28px;
  color: #282828;
  margin: 21px 0 19px !important;
  letter-spacing: 0.3px;
}
.high-resolution__ttl br {
  display: none;
}
@media only screen and (min-width: 700px) {
  .high-resolution__ttl {
    margin: 0 0 10px !important;
    font-size: 28px;
    line-height: 35px;
  }
  .high-resolution__ttl br {
    display: block;
  }
}
@media only screen and (min-width: 770px) {
  .high-resolution__ttl br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .high-resolution__ttl {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 700px) {
  .high-resolution__btn {
    max-width: 299px;
  }
}
.section-blog-slider {
  width: 100%;
  margin-bottom: 73px;
}
@media only screen and (min-width: 700px) {
  .section-blog-slider {
    margin-bottom: 66px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-slider {
    margin-bottom: 58px;
  }
}
.blog-slider-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.blog-slider__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #282828;
  margin-bottom: 5px !important;
}
@media only screen and (min-width: 700px) {
  .blog-slider__ttl {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-slider__ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 22px !important;
  }
}
.blog-slider__desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #978C8C !important;
  text-align: center !important;
  margin-bottom: 28px !important;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .blog-slider__desc {
    margin-bottom: 34px !important;
    padding: 0 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-slider__desc {
    margin-bottom: 48px !important;
    max-width: 370px;
    padding: 0;
  }
}
.blog-slide__img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 26px;
}
.blog-slide__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media only screen and (min-width: 700px) {
  .blog-slide__img-mob {
    display: none;
  }
}
.blog-slide__img-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .blog-slide__img-tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-slide__img-tab {
    display: none;
  }
}
.blog-slide__img-desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .blog-slide__img-desk {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .blog-slide__img {
    margin-bottom: 15px;
  }
  .blog-slide__img img {
    height: 226px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-slide__img {
    margin-bottom: 26px;
  }
  .blog-slide__img img {
    height: 310px;
  }
}
.blog-slide__name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  text-align: left;
  line-height: 30px;
  text-transform: capitalize !important;
  color: #282828;
}
.blog-slide__desc {
  height: 50px !important;
  margin: 20px 0 !important;
  width: 100%;
}
.blog-slide__desc p {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #282828 !important;
  line-height: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 700px) {
  .blog-slide__desc {
    margin: 15px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-slide__desc {
    margin: 15px 0 0 !important;
  }
}
.blog-slide__user {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .blog-slide__user {
    display: none;
  }
}
.blog-slide__overlay {
  display: flex;
}
.blog-slider {
  width: 100%;
}
.blog-slider-overlay {
  position: relative;
  width: 100%;
  padding-bottom: 43px !important;
  margin-bottom: 53px;
}
@media only screen and (min-width: 700px) {
  .blog-slider-overlay {
    padding-bottom: 58px !important;
    margin-bottom: 47px;
  }
  .blog-slider-overlay:before,
  .blog-slider-overlay:after {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    height: 500px;
    top: 0;
    width: 160px;
    background: linear-gradient(90deg,#FFFFFF 14.85%,rgba(255,255,255,0) 95.06%);
  }
  .blog-slider-overlay:before {
    left: -5px;
  }
  .blog-slider-overlay:after {
    transform: rotate(-180deg);
    right: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-slider-overlay {
    padding-bottom: 45px !important;
    margin-bottom: 57px;
  }
}
.blog-slide-wrapper {
  padding: 0 20px;
  cursor: pointer;
}
.blog-slide-wrapper:hover .blog-slide__img {
  opacity: .8;
}
.blog-slide-wrapper:hover .blog-slide__name,
.blog-slide-wrapper:hover .blog-slide__desc {
  text-decoration: underline;
}
@media only screen and (min-width: 700px) {
  .blog-slide-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 760px) {
  .blog-slide-wrapper {
    padding: 0;
  }
}
.swiper-pagination-bullets {
  display: flex;
  width: 340px !important;
  height: 3px !important;
  background: #D9D9D9 !important;
  opacity: 0.5 !important;
  border-radius: 7px !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  transition: all, 0.25s !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  bottom: 0 !important;
  height: 3px !important;
  background: #282828 !important;
  border-radius: 7px !important;
  width: 200px;
  margin: 0 !important;
}
@media only screen and (min-width: 700px) {
  .swiper-pagination-bullets {
    width: 600px !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
  z-index: 111;
  top: 25.7% !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 7px 5px 33px -3px #000 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover svg,
.swiper-button-next:focus svg,
.swiper-button-prev:hover svg,
.swiper-button-prev:focus svg {
  transform: scale(0.9,0.9);
}
.swiper-button-prev {
  padding-right: 3px;
  left: 30px !important;
}
.swiper-button-next {
  padding-left: 1px;
  right: 30px !important;
}
.swiper-button_show {
  display: none !important;
}
@media only screen and (min-width: 700px) {
  .swiper-button_show {
    display: flex !important;
  }
}
@media only screen and (min-width: 700px) {
  .blog-slider__btn {
    max-width: 268px;
  }
}
