body {
    background-color: #F5F8FC;
}
.header .header-brand {
    justify-content: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 15px;
}

.header .header-brand a {
    color: #2B2E52;
}

.header .headline {
    font-weight: 400;
    color: #4D4D4D;
    font-size: 24px;
    max-width: 940px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
}

.header-form {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 17px 23px 0 rgba(10, 31, 68, 0.08);
}

.search-input:focus {
    box-shadow: none;
}

input+.search-icons .search-icons__submit {
    color: #939393;
}

.search-icons .search-icons__submit {
    right: 20px;
    left: inherit;
}

.search-input {
    height: 56px;
    width: 560px;
    border: 0;
    padding: 10px 60px 10px 30px;
}

.search-input:focus {
    border: 0;
}

.card .title {
    font-size: 20px;
    font-weight: 700;
    color: #2B2E52;
}

.card {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.card:hover {
    box-shadow: none;
}

input.search-input::-webkit-input-placeholder:focus,
input.search-input::-webkit-input-placeholder {
    color: #939393;
}

input.search-input:-ms-input-placeholder:focus,
input.search-input:-ms-input-placeholder {
    color: #939393;
}

input.search-input:-moz-placeholder:focus,
input.search-input:-moz-placeholder {
    color: #939393;
}

.text-lg.font-medium.text-gray-500.my-2 {
    display: none;
}

img.w-16.h-16 {
    width: auto;
    height: auto;
}

.flex.flex-col.items-center.h-full.justify-center.text-center {
    align-items: flex-start;
}

.gap-3 {
    gap: 48px;
}