* {
    margin: 0;
    padding: 0;
}
body {

    font-family: 'Nunito', sans-serif;
}
.main {
    background: linear-gradient(253.93deg, #0071C4 5.83%, rgba(0, 40, 80, 0.92) 93.54%);
}
.container {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.text {
    color: #FAF9F9;
    flex: 0 0 580px;
    padding-top: 170px;
    padding-bottom: 170px;
}
h1 {
    font-size: 120px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120px;
    margin-bottom: 35px;
}
h1 span{
    color: #FBB731;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
    display: block;
    margin-bottom: 20px;
}
p{
    color: #DEDEDE;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 55px;
}
a {
    color: #1E2F40;
    background-color: #FA9B0E;
    border-radius: 5px;
    text-decoration: none;
    padding: 25px 65px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    line-height: 18px;
}
.visual {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.backround {
    width: 430px;
    height: 100%;
    background: linear-gradient(2.42deg, #FF6114 -19.6%, #FBB731 100.79%, #FFBD00 100.79%);
}
img {
    position: absolute;
    width: 829px;
    right: -190px;
}
