.mr45{
    margin-right: 35px;
}
.gradient-01{
    background: var(--gradient-01, linear-gradient(0deg, #8138E0 -68.21%, #000035 99.88%));
    border-radius: 20px;
    margin-top: 50px;
}
.background-shape-col.full-width-col{
    width: 100%;
}
.blox_section .second_box{
    width: calc(70% - 200px);
}
.blox_section .first_box{
    width: 30%;
}

@media only screen and (max-width:767px){
	.blox_section .first_box,
	.blox_section .second_box{
		width: 100%;
	}
}