.top{
    font-variation-settings: 'wght' 500;
    line-height: 42px;
    color: #FFFFFF;
    background-color: #0051FE;
}
.top h1{
    font-variation-settings: 'wght' 800;
    font-size: 50px;
    line-height: 64px;
    color: #FFFFFF;
    border-bottom:10px solid #FFD800
}
.bottom{
    background: #111B25;
    font-variation-settings: 'wght' 400;
    line-height: 42px;
    color: #FFFFFF;
    align-items: center;
    
}
.bottom button{
    font-variation-settings: 'wght' 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    width: 620px;
    height: 70px;
    background: #0051FE;
    border-radius: 2px;
    border:0px;
}
.bottom span{
    display: block;
}
.bottom ::placeholder {
    color: #F5F6F6;
    opacity: 0.5; /* Firefox */
  }
  .bottom ::-ms-input-placeholder { /* Microsoft Edge */
       color: #F5F6F6;

  }
  .yellow-line{
	width:101px;
	border-bottom: 10px solid #FFD800;
	margin-bottom: 20px;
}
.content{
    background: #F2F6FF; 
}
@media only screen and (min-width: 300px){
    .top p{
        font-size: 30px;
    }
    .bottom p{
        font-variation-settings: 'wght' 400;
        font-size: 30px;
    }
    .bottom input{
		border: 0px;
		border-bottom: 1px solid #0051FE;
		color: #0051FE;
		background-color: #111B25;
		font-size: 24px;
		line-height: 28px;
		display: block;
		width: 60%;
	}
    h1{
        font-variation-settings: 'wght' 500;
        font-size: 38px;
        line-height: 42px;
        text-transform: uppercase;
        color: #111B25;
    }
    .card{
        box-shadow: 0px 0px 20px 5px rgba(17, 27, 37, 0.03);
        width: 100%;
    }
    .card-title{
        font-variation-settings: 'wght' 600;
        font-size: 30px;
        line-height: 36px;
    }
    .card-text{
        font-variation-settings: 'wght' 300;
        font-size: 30px;
        line-height: 36px;
    }
    .card-link{
        font-variation-settings: 'wght' 600;
        font-size: 24px;
        line-height: 28px;
        color: #0051FE;
    }
    .card-link.second{
        font-variation-settings: 'wght' 600;
        font-size: 24px;
        line-height: 28px;
        color: #111B25;
        float:right;
    }
    .content p{
        font-variation-settings: 'wght' 400;
        font-size: 30px;
        line-height: 32px;
     }
}


@media only screen and (min-width: 1000px){
    .top p{
        font-size: 24px;       
    }
    .bottom{
        font-size: 24px;
        text-align: center;
        justify-content: center;
    }
    .bottom input{
		border: 0px;
		border-bottom: 1px solid #0051FE;
		color: #F5F6F6;
		background-color: #111B25;
		font-size: 20px;
		line-height: 26px;
		display: block;
		width: 60%;
	}
    h1{
        font-variation-settings: 'wght' 500;
        font-size: 30px;
        line-height: 36px;
        text-transform: uppercase;
        color: #111B25;
    }
    .card{
        box-shadow: 0px 0px 20px 5px rgba(17, 27, 37, 0.03);
        width: 80%;
    }
    .card-title{
        font-variation-settings: 'wght' 600;
        font-size: 20px;
        line-height: 32px;
    }
    .card-text{
        font-variation-settings: 'wght' 300;
        font-size: 20px;
        line-height: 32px;
    }
    .card-link{
        font-variation-settings: 'wght' 600;
        font-size: 14px;
        line-height: 24px;
        color: #0051FE;
    }
    .card-link.second{
        font-variation-settings: 'wght' 600;
        font-size: 14px;
        line-height: 24px;
        color: #111B25;
        float:right;
    }
    .content p{
       font-variation-settings: 'wght' 400;
       font-size: 20px;
       line-height: 32px;
    }
    .bottom p{
        font-variation-settings: 'wght' 400;
        font-size: 24px;
        line-height: 42px;
    }
}

