/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/
/* Your custom css codes start here: */

.paragraph-text {
  font-size: 18px;
  line-height: 1.5;
  color: rgb(45, 45, 45);
  margin: 0 0 10px;
  text-align: justify;
}

.subservice-section {
  padding: 0;
  margin-top: 100px;
}

.rounded-corners {
  border-radius: 15px;
}