body {
 padding-top: 3.5rem;
 margin-bottom: 3.5rem;
}

html {
 position: relative;
 min-height: 100%;
}

h2 {
 font-size: 1.25rem;	
}

.container {
 max-width: 1200px;
}

.footer {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 3.5rem;
 line-height: 3.5rem;
 background-color: #f5f5f5;
}

.dub {
 background-color: #f8f9fa;
 padding: 10px;
 margin-bottom: 30px;
}

.photo {
  border:1px solid #dcdcdc;
  margin-top: 30px;
}

.text-h1 {
 font-weight: 900;
 font-size: 6vw !important;
 color: #343a40;
}

.jumbotron {
    background-color: ;
}

.scale {
    transition: 0.5s; /* Время эффекта */
}
.scale:hover {
    transform: scale(1.1); /* Увеличиваем масштаб */
}

@media (min-width: 768px) {
.text-h1 {
    font-size: 3vw !important;
}