/* Box sizing rules */

*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
label {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
html,
body {
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  justify-content: space-between;
  font-size: 14px;
  background: #F5F5F5;
  font-weight: 400;
  color: #000419;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main {
  flex: 1 1 auto;
}
a {
  text-decoration: none;
  transition: all 400ms ease-in-out;
  &:hover {
    text-decoration: none;
    transition: all 400ms ease-in-out;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  padding: 0;
  background: #000419;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.header__block {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  min-width: 190px;
  max-width: 190px;
  display: block;
}
.header__logo img {
  width: auto;
  max-width: 100%;
}
.header__act {
  display: flex;
  align-items: center;
}
.header__button {
  display: flex;
  gap: 8px;
}
.button {
  padding: 17px 40px 19px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Open Sans", serif;
  border: 1px solid transparent;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.buton-blue {
  background: #146CF0;
  border-color: #146CF0;
  color: #fff;
}

.buton-blue:hover {
  color: #ffffff;
  background: #085FE2;
  border-color: #085FE2;
}
.buton-light {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.buton-light:hover {
  color: #000419;
  border-color: #fff;
  background: #fff;
}
.header__lang {
  margin: 0 28px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
.header__lang:hover {
  color: rgba(255,255,255,0.7);
}
.header__lang img {
  width: auto;
  max-width: 20px;
}
.header__menu {
  padding: 0;
  margin: 0;
  margin: 0 0 -26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu li {
  display: block;
  padding: 0;
  margin: 0;
  flex: 1;
}
.header__menu a {
  display: block;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  background: #146CF0;
  text-align: center;
  padding: 18px 10px;
  border-right: 1px solid rgba(0,0,0,0.15);
}
.header__menu li:last-child a {
  border-right: none;
}
.header__menu a:hover {
  color: #fff;
  background: #085FE2;
}
.header__menu a.active {
  color: #fff;
  background: #085FE2;
}
.header__menu li:first-child a {
  border-radius: 16px 0 0 16px;
}
.header__menu li:last-child a {
  border-radius: 0 16px 16px 0;
}
.banner {
  margin: 142px 0 0;
  height: 455px;
  background: url(../img/banner.webp) top center no-repeat;
  background-size: cover;
}
.banner .container {
  height: 100%;
}
.banner__block {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner__block p {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 24px 0;
}
.banner__block p.caption {
  font-weight: 700;
  margin: 10px 0 0 0;
}
.main__block {
  margin: 32px 0;
}
.main__block h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 20px 0;
}
.main__block__list {
  margin: 0 0 24px 0;
  display: flex;
  gap: 8px;
}
.main__block__list li {
  background: #fff;
  padding: 11px 14px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.main__block__list li img {
  width: auto;
  max-width: 24px;
  margin: 0 6px 0 0;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 4px;
}
.cards__item {
  display: block;
  margin: 0 10px 20px;
  width: calc(100% / 5 - 20px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
.cards__item:hover {
  box-shadow: 0 7px 15px rgba(0,0,0,0.3);
}
.cards__item_image {
  display: block;
  width: 100%;
  height: 164px;
}
.cards__item_image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cards__item_content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.cards__item_content .title {
  font-size: 18px;
  line-height: 24px;
  color: #000419;
  font-weight: 400;
  display: block;
}
.cards__item_content .text {
  font-size: 16px;
  line-height: 20px;
  color: #7D7D85;
  font-weight: 400;
  display: block;
}
.cards__item_content .count {
  color: #000419;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  padding: 0 0 0 32px; 
  background: url(../img/icons/users.svg) left center no-repeat;
  background-size: 24px;
}
.cards__button {
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournaments {
  margin: 0 0 60px 0;
}
.tournaments h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.tournaments__block {
  display: flex;
  margin: 0 -5px;
}
.tournaments__item {
  display: block;
  text-decoration: none;
  margin: 0 5px;
  width: calc(100% / 3 - 10px);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.tournaments__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: rgba(0,0,0,0.6);
  transition: all 400ms ease-in-out;
}
.tournaments__item:hover:after {
  background: rgba(0,0,0,0.15);
}
.tournaments__item_image {
  width: 100%;
  height: 190px;
  display: block;
}
.tournaments__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tournaments__item_text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 5;
  text-align: center;
}
.tournaments__item_text .text {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-align: center;
}
.tournaments__item_text .note {
  font-size: 40px;
  line-height: 40px;
  color: #146CF0;
  font-weight: 700;
  margin: 0;
  display: block;
  text-align: center;
}
.tournaments__item_text .note span {
  color: #146CF0;
  display: block;
}
.promotions {
  margin: 0 0 60px 0;
}
.promotions h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.promotions__block {
  display: flex;
  margin: 0 -5px;
}
.promotions__item {
  display: block;
  text-decoration: none;
  margin: 0 5px;
  width: calc(100% / 4 - 10px);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.promotions__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: rgba(0,0,0,0.5);
  transition: all 400ms ease-in-out;
}
.promotions__item:hover:after {
  background: rgba(0,0,0,0.15);
}
.promotions__item_image {
  width: 100%;
  height: 210px;
  display: block;
}
.promotions__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.promotions__item_text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 5;
}
.promotions__item_text .text {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  display: block;
}
.promotions__item_text .note {
  font-size: 18px;
  line-height: 24px;
  color: #146CF0;
  font-weight: 700;
  margin: 0;
  display: block;
}
.navigation {
  margin: 80px 0 20px 0;
}
.navigation h2 {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.anchor__menu {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
}
.anchor__menu li {
  display: block;
  padding: 0;
  margin: 0 0 8px 0;
}
.anchor__menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #000419;
  text-decoration: none;
  font-weight: 400;
  transition: all 400ms ease-in-out;
}
.anchor__menu li a:hover {
  opacity: 0.7;
  color: #000419;
}
.navigation p.caption {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.navigation p.caption strong {
  font-weight: 400;
}
.navigation__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.navigation__list li {
  margin: 0 16px 16px 0;
  display: block;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  border-radius: 16px;
  background: #146CF0;
  display: block;
}
.navigation__list li a {
  padding: 9px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  border-radius: 16px;
  background: #146CF0;
  display: block;
}
.content {
  padding: 50px 30px 30px;
  background: #fff;
  border-radius: 16px;
  margin: 0 0 20px 0;
}
.content p {
  font-size: 16px;
  line-height: 25px;
  color: #000419;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.content p a {
  color: #000419;
  text-decoration: underline;
}
.content p a:hover {
  color: #000419;
  text-decoration: none;
}
.content h3 {
  font-size: 20px;
  line-height: 27px;
  color: #071900;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.content ul {
  margin: 10px 0;
  display: block;
  padding: 0 0 0 30px;
}
.content ul li {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #000419;
  font-weight: 400;
  list-style: disc;
}
.content ol {
  margin: 10px 0;
  display: block;
  padding: 0 0 0 30px;
}
.content ol li {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #000419;
  font-weight: 400;
}
.main-content h2 {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.table__block {
  margin: 10px 0;
  border: 1px solid #C4C4C4;
  border-radius: 16px;
}
.table__block table {
  width: 100%;
  border-collapse: collapse;
}
.table__block table tr  {
  border-bottom: 1px solid #C4C4C4;
}
.table__block table tr:last-child  {
  border-bottom: 0;
}
.table__block table td {
  padding: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #071900;
  font-weight: 400;
}
.content-date {
  margin: 0 0 20px 0;
  padding: 26px 30px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.content-date p {
  font-size: 16px;
  line-height: 20px;
  color: #000419;
  font-weight: 700;
  margin: 0;
}
.content-date p.date {
  font-weight: 400;
  margin: 0;
}
.faq__block {
  margin: 30px 0;
}
.faq__item {
  margin: 0 0 16px 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  background: #fff;
  border-radius: 8px;
}
.faq__item .head {
  font-size: 20px;
  line-height: 32px;
  color: #000419;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding: 16px 65px 16px 16px;
}
.faq__item .head::after {
  content: '';
  position: absolute;
  top: 0;
  width: 55px;
  right: 0;
  bottom: 0;
  background: url(../img/icons/arrow-gray.svg) center center no-repeat;
}
.faq__item .text {
  display: none;
  padding: 0 16px 16px 16px;
}
.faq__item .text p {
  font-size: 16px;
  line-height: 25px;
  color: #000419;
  margin:  0;
  font-weight: 400;
}
.faq__item.show .text  {
  display: block;
}
.faq__item.show .head::after {
  transform: rotate(180deg)
}
.footer {
  padding: 64px 0 32px;
  background: #000419;
}
.footer__block {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer__list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 36px;
  flex-wrap: wrap;
}
.footer__list li {
  padding: 0;
  margin: 0 24px 10px 0;
  display: block;
}
.footer__list li a {
  font-size: 16px;
  line-height: 20px;
  color: #589BFF;
  font-weight: 400;
  text-decoration: underline;
}
.footer__list li a:hover {
  color: #589BFF;
  text-decoration: none;
}
.footer__list li.age {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9900;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
}
.footer__copy {
  margin: 16px 0 0 0;
  text-align: center;
}
.footer__copy p {
  font-size: 14px;
  line-height: 20px;
  color: #ABABAB;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.footer__copy p.note {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.content img {
  width: 100%;
}
.content h4 {
  font-size: 16px;
  line-height: 24px;
  color: #071900;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.error-page {
  padding: 200px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-page h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 20px 0;
  text-align: center;
}
.error-page  p {
  font-size: 16px;
  line-height: 25px;
  color: #000419;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 400;
}

@media screen and (max-width: 1439px) {
  .cards__item_content .title {
    font-size: 15px;
    line-height: 20px;
  }
  .cards__item_content .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .table__block {
    overflow: auto;
  }
  .table__block table {
    min-width: 1500px;
  }
  .footer__block {
    max-width: 100%;
  }
  .cards__item {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 991px) {
  .footer__copy {
    margin: 16px 0 0 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .error-page {
    padding: 100px 0 0;
  }
  .table__block table td {
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
  }
  .main__block__list {
    overflow: auto;
  }
  .header .header__lang {
    display: none;
  }
  .container {
    padding: 0 14px;
  }
  .header__block {
    padding: 10px 0
  }
  .header__logo {
    min-width: 120px;
    max-width: 120px;
  }
  .header .button {
    padding: 12px 16px 12px;
  }
  .button {
    font-size: 14px;
    line-height: 14px
  }
  .header {
    position: initial;
  }
  .top-block {
    position: relative;
  }
  .header__menu {
    overflow: auto;
    margin: 0;
  }
  .header__scroll {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    background: #146CF0;
  }
  .table__block {
    overflow: auto;
  }
  .header__menu a {
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding: 14px !important;
  }
  .banner {
    margin: -1px 0 0 0;
    height: 240px;
    background: url(../img/banner-small.webp) top center no-repeat;
    background-size: cover;
    padding: 0 0 25px 0;
  }
  .banner__block p {
    font-size: 20px;
    line-height: 30px;
  }
  .main__block h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .main__block__list {
    overflow: auto;
    margin: 0 -14px 24px 0;
    padding: 0 14px 0 0;
  }
  .main__block__list li {
    padding: 7px 14px;
  }
  .cards__item {
    width: calc(100% / 2 - 14px);
    margin: 0 7px 20px;
  }
  .cards__item_image {
    height: auto;
    min-height: 90px;
  }
  .cards {
    margin: 0 -7px 4px;
  }
  .cards__item_content {
    padding: 8px;
    gap: 4px;
  }
  .cards__item_content .title {
    font-size: 12px;
    line-height: 15px;
  }
  .cards__item_content .text {
    font-size: 12px;
    line-height: 14px;
  }
  .cards__item_content .count {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 0 27px;
    background: url(../img/icons/users.svg) left center no-repeat;
    background-size: 20px;
  }
  .tournaments h2,
  .promotions h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .tournaments__block {
    margin: 0 -14px 0 0;
    overflow: auto;
  }
  .tournaments__item {
    width: 254px;
    min-width: 254px;
    margin: 0 18px 0 0;
  }
  .promotions__block {
    margin: 0 -14px 0 0;
    overflow: auto;
  }
  .promotions__item {
    width: 120px;
    min-width: 120px;
    margin: 0 18px 0 0;
  }
  .promotions__item_text .note {
    font-size: 13px;
    line-height: 16px;
  }
  .navigation__list li {
    margin: 0 0 16px 0;
  }
  .navigation__list {
    display: block;
  }
  .content {
    padding: 35px 16px;
  }
  .content p {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 8px 0;
  }
  .content h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 8px 0;
  }
  .content ol, 
  .content ul {
    margin: 8px 0;
    padding: 0 0 0 20px;
  }
  .content ol li,
  .content ul li {
    font-size: 14px;
    line-height: 19px;
  }
  .content-date {
    padding: 26px 16px;
  }
  .content-date p,
  .faq__item .text p {
    font-size: 14px;
    line-height: 19px;
  }
  .faq__item .head {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 35px 6px 16px;
  }
  .faq__item .text {
    padding: 6px 16px 16px 16px;
  }
  .faq__item .head::after {
    width: 35px;
    background: url(../img/icons/arrow-gray.svg) center center no-repeat;
    background-size: 14px;
  }
}

/*casino*/
.showcase__wrapper {
	margin: 0 0 30px 0;
}
.showcase {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(126, 126, 134, 0.3);
	border-radius: 8px;
	height:91px;
}

.showcase__item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 10px;
	border-radius: 12px 0 0 12px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 12px 12px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: flex-end;
}
.showcase__item-right {
  justify-content: space-between !important;
}
.showcase__item p {
	height: 68px;
	margin: 0;
}
.showcase__item p img {
	height: 100%;
	border-radius:9px;
}
.showcase__img {
	padding: 0 0 0 70px;
	position: relative;
}
.container {
    counter-reset: my-counter 0;
}
    
.showcase__img::before {
    counter-increment: my-counter;
    content: counter(my-counter) " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 37px;
	height: 71px;
	border-radius: 9px;
	background:#146CF0;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size: calc(36vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title span {
	text-align: left;
	display: block;
	/*margin: 0 0 10px 0;*/
	color: #196308;
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: calc(28vw / var(--resizer) * 100);
	background: rgba(108, 169, 22, 0.21);
	padding:23px 54px;
	border-radius:57px;
}
.showcase__title .showcase__rating {
	display: flex;
	min-width: 145px;
}
.showcase__title .showcase__rating-item {
	max-width: 25px;
	max-height: 25px;
}
.showcase__title .showcase__rating-item p {
	height: 25px;
}
.showcase__rating {
	display:flex;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn {
	padding: 23px 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight:700;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 56px;
	background: #146CF0;
}

.showcase__link {
	display: flex;
	width: 100%;
	text-decoration: none;
}
.showcase__link:hover .showcase__btn {
	background:#4c0a12;
}

@media screen and (max-width:1000px) {
	.showcase__link {
		flex-wrap: wrap;
	}
	.showcase__title span {
	    padding:10px 20px;
	    font-size:10px;
	    width:100%;
	}
	.showcase__btn {
	    font-size:10px;
	    padding: 17px 20px;
        width: 50%;
	}
.showcase {
    height:auto;
}
.showcase__item  {
	  border-radius: 12px 12px 0 0;
	}
	.showcase__item:nth-child(2n) {
    border-radius: 0 0 12px 12px;
}
.showcase__img::before {
    width:17px;
    border-radius:6px;
}
.showcase__img {
   padding: 0 0 0 20px;
   width:50%;
}
.showcase__rating {
    width:50%;
}
}
@media (min-width:480px) and (max-width:1000px) {
    .showcase__btn {
      padding: 10px 20px;
    }
}
