body {

    background: #efefef;

}

.warp_icons {

    _column-count: 3;

}

.warp_icons>a {

    float: right;

    width: 33.33%;

    color: #000;

    text-align: center;

    padding: 4px 4px 12px;

}

.warp_icons>a:nth-child(3n+1) {

    clear: both;

}

.warp_icons>a .img-thumbnail {

    border-radius: 20px;

}

.branches iframe {

    width: 100%;

    min-height: 340px;

}

.branches {

    transform: translateY(0);

    transition: all 0.5s;

}

.branches.hidden2 {

    transform: translateY(1000px);

    transform: translateY(100vh);

}

@media (min-width: 500px) {

    .warp_icons>a {

        width: 33.33%;

    }

}

.text-center {
	color: #18213d;
}

.sandra {
    margin-right: 252px !important;
}