@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
    padding: 0px;
    margin: 0px;
    color: white
}

body {
    position: relative;
    background-color: #02080D;
    text-align: center;
    font-family: Poppins, sans-serif;
}

.logo-big {
    width: 332px;
    height: 332px;
    margin-top: 30px;
}

.head > .title {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: white;
}

.head > .title > span {
    color: #e30708;
}

.head > .lead-text {
    font-style: normal;
    max-width: 400px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.head > .lead-text > span {
    font-weight: 700;
}

.logo-carousel {
    background-color: #000D18;
    margin-top: 100px;
    margin-bottom: 100px;
}

.logo-carousel > .logos {
    padding: 30px;
    text-align: center;
}

.logo {
    height: 40px !important; 
    width: auto !important; 
    margin: 0 auto;
}

.block {
    margin-bottom: 100px;
}

.note {
    font-size: 16px;
    margin-bottom: 10px;
}

.note-big {
    font-size: 30px;
    color: #E30708;
    font-weight: 700;
}

.btn {
    padding: 20px;
    border: 5px solid #E30708;
    border-radius: 0%;
    min-width: 300px;
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.btn-logo {
    height: 40px;
    width: auto;
    margin-right: 15px;
}

.btn:hover {
    color: white;
    background-color: #E30708;
}

.btn:focus {
    outline: none;
}