/* content-2-3 */
#content-2-7 {
  background-color: #F3F7FE;
  padding: 72px 0;
}
.btn-primary {
    background-color: #4340AB;
    border: none;
    font-size: 24px;
}
.btn-primary:hover {
    background-color: #5b58aa;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}