
.sidebar-info-section:first-of-type{
    border-top: none;
}
.sidebar-info-section:first-of-type .sidebar-info__person{
    padding-bottom: 0;
}

.full-width{
    min-width: 100%;
}
.help-block{
    color: #f00;
    font-size: 0.8em;
    font-style: italic;
}

.footer__payment{
    float: right;
}
.footer__payment-logo{
    height: 50px;
}
.img-flag {
    width: 1.5rem;
    height: 1rem;
    border: 1px solid #e5e5e5;
}

.show-on-map-button
{
  position: absolute; 
  top: 20px;
  color: #ffffff;
  background-color: #0071c2;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translate(0, -50%);
}

.map-logo
{
  position: relative;
}

.map-logo img
{
  min-width: 100%;
}


@media screen and (max-width: 576px)
{
    .finded-card .school-img {
        min-height: 35rem;
    }
}

@media screen and (max-width: 576px)
{

    h1 {
        font-size: 2em;
        line-height: 1.25em;
    }
    
    .finded-card__button
    {
        display: block;
        width: 100%;
    }

    .finded-card__link 
    {
        height: 5rem;
        line-height: 2.5rem;
        font-size: 2rem;
    }

}

@media screen and (max-width: 500px)
{
    .finded-card .school-img {
        min-height: 30rem;
    }
}

@media screen and (max-width: 400px)
{
    .finded-card .school-img {
        min-height: 22rem;
    }
}

@media screen and (max-width: 300px)
{
    .finded-card .school-img {
        min-height: 12rem;
    }
}

@media screen and (max-width: 200px)
{
    .finded-card .school-img {
        min-height: 7rem;
    }
}
