.min-height {
min-height: 40vh !important;
}

@media screen and (min-width: 1200px) {
.custom-row-width {
width: 70%;
position: relative;
left: 15%;
}
}

.btn-margin-top {
margin-top: 75px;
}

.custom-padding-bottom {
padding-bottom:0;
margin-bottom:0;
}

.custom-row-margin-left {
margin-left: 0px !important;
}

.custom-container {
background: #69A8C7;
color: white;
padding:30px;
}