body {
    font-family: 'Poppins', sans-serif;
}

.btn-primary {
    background-color: #FF740A;
    border-color: #FF740A;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #FFFFFF;
    color: #0056b3;
    border-color: #FF740A;
}

.orange {
    color: #FF740A;
}

.full-width-section {
    background-color: rgb(242, 246, 247);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    color: #053b68;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 68% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.headline {
    font-size: 2rem;
    font-weight: 700;
    line-height: 51px;
}

@media (min-width: 576px) {
    .headline {
        font-size: 3rem;
    }
}

.full-width-section .screenshot {
    max-width: 100%;
    height: auto;
}

.custom-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.screenshot {
    max-width: 500px;
    height: auto;
    border: 3px solid #dee2e6; /* Add border */
    border-radius: 15px; /* Add rounded corners */
}

.framed-image {
    border: 2px solid #EEEEEE; /* Add border */
    border-radius: 15px; /* Add rounded corners */
}

.main-section {
    padding: 50px 0;
    color: #053b68;
}

.section-blue {
    background-color: #053b68;
    color: #FFFFFF;
}

.main-section h1 {
    font-size: 2rem;
    font-weight: 600;
}

@media (min-width: 576px) {
    .main-section h1 {
        font-size: 3rem;
        font-weight: 600;
    }
}

.card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.grey .card-body {
    background-color: #e6eeef;
}
