.gradient-box {
background: linear-gradient(110deg, #4361ee 0%, #4cc9f0 69%);
background: -webkit-linear-gradient(110deg, #4361ee 0%, #4cc9f0 69%);
background: -moz-linear-gradient(110deg, #4361ee 0%, #4cc9f0 69%);
background: -o-linear-gradient(110deg, #4361ee 0%, #4cc9f0 69%);
width: 100%;
height: 300px;
border-radius: 15px;
}