body {
    font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 1200px;
}

.card {
    background: white;
    box-shadow: none !important;
    border: none;
    border-radius: 20px;
}
.font-card {
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12) !important;
}
.color-box {
    width: 150px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    display: inline-block;
    padding: 25px;
    border-radius: 31px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12) !important;
    border: none;
}
.color-box p{
    margin: auto;
}
.palette {
    display: flex;
}

.logo {
    max-width: 150px;
    margin: 0 auto 20px;
}

.section-content {
    background: white;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12) !important;
}
.fr-header {
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.img-fluid {
    padding: 10px;
    height: 100px;
}