.featured-bottom {
    background-image: url('../images/bg-world.jpg');
    background-position: top left;
    background-size: 45% !important;
    background-repeat: no-repeat;
    background-color: #FFB400;    
  padding-bottom:4em;
  padding-top:4em;
}
.featured-bottom section {
  padding-bottom:4em;
 
}
.featured-bottom h2 {
  text-align:center;
  font-weight: 400;
  color:#000;
  font-size: 4rem;
}
.featured-bottom .form-control {
  background: #000;
  border: 0px solid transparent;
  border-radius:0;
  color: #fff;
}
.featured-bottom .form-check-input[type=checkbox] {
  background-color: #000;
  border: 0px solid transparent;
  border-radius:0;
}
.featured-bottom .form-control:focus,
.featured-bottom .form-check-input:focus{
  box-shadow: 0 0 0 .25rem rgba(0,0,0,.5); 
}
.featured-bottom .btn.btn-primary {
  background: #000;
  border: none;
  border-radius:0;
  color: #fff;
  box-shadow: none;
}
.featured-bottom .btn-check:checked+.btn, .btn.active, .btn.show, 
.featured-bottom .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #eee;
    background-color: #333;
    border-color: none;
}
.featured-bottom .btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, 
.featured-bottom .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
   box-shadow: 0 0 0 .25rem rgba(0,0,0,.5); 
}

.site-footer {
  font-family: inherit!important;
  padding: 35px 0 30px;
  background: black;
}
.site-footer .block {
  margin: 1em 0!important;
  border: none 0 transparent!important;
  padding: 0em!important;
}
.site-footer a.tornilastra-logo-link {
    max-height: 40px;
    display: block;
}
.site-footer a.tornilastra-logo-link svg {
    max-height: 40px;
    width: auto;
    display: block;
}
.site-footer__last .block {
  border-top: 1px solid rgb(255 180 0 / 50%)!important;
  padding-top: .5em!important;
}
.site-footer__last a,
.site-footer__last a.is-active {
  color: #fff;
  text-decoration:none;
  font-weight:700
}
.site-footer__last a:hover {
  text-decoration:underline;
}