Hi sumitprashad19,
Sorry you need to hire a developer to customize the code for you and we recommend you to make child theme before the customizing the code so that you won’t loose the customized code when updating the Theme to new Version in future.
and to increase the size of Site Title, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
@media (min-width: 768px) {
.site-title {
font-size: 44px;
}
}
Instead to 44 you can change the value as you desired.
Thanks