 body {
     padding: 0;
     margin: 0;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
 }

 .section {
     margin-bottom: 40px;
 }

 .section .box {
     position: relative;
     text-align: center;
 }

 .section h3 {
     color: #00116c;
     text-align: center;
     font-weight: 700;
 }

 .section .container {
     max-width: 800px;
 }

 .section .box img {
     max-width: 100%;
     height: auto;
 }

 .section .box .overlay {
     padding: 0 20px;
     position: absolute;
     bottom: 30px;
     left: 0;
     width: 100%;
     height: auto;
     color: white;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .section .box .overlay h5 {
     font-weight: 700;
 }

 .section .box strong {
     color: #00116c;
     font-weight: 600;
 }

 .section .box .overlay button {
     color: black;
     background-color: white;
     padding: 8px 25px;
     border-radius: 20px;
     border: 0;
     font-size: 13px;
     font-weight: 600;
 }