/*###  Root Colors ###*/
:root{
--tc-linear-4: linear-gradient(-90deg, #a33333, #981212);
  --tc-border-1: #dcbcbc;
}

/*###  Phone Reponsive Modifications ###*/
@media screen and (max-width: 991.98px) {
  
	/* header Logo Size */
	header > nav > div.container.py-3.px-0 > a > img {
        max-height: 20px !important;
    }
  }


/*###  Desktop Reponsive Modifications ###*/
@media screen and (min-width: 991.98px) {
  
	/* header Logo Size */
	header > nav > div.container.py-3.px-0 > a > img {
        max-height: 30px !important;
    }
  }


body > section > div > div > img {
		border-radius: 3rem;
	}