/*
 Theme Name:   Atom
 Description:  ATOM Framework was exclusively designed for Atom Theme. All rights reserved. Powered by Expert-Online
 Author:       Adrian Olteanu
 Template:     atom-framework-six
 Version:      50
 License:      License must be brought from www.expert-online.ro
*/


.template-six-section-two {
  position: relative;
  top: -30px; /* Adjust this value to move the text higher */
}

.template-six-section-one p,
.template-six-section-two p {
  text-align: justify;
}

.template-six-section-three {
  position: relative;
  top: -70px; /* Adjust this value to move the text higher */
}

.template-six-section-four {
  position: relative;
  top: -50px; /* Adjust this value to move the text higher */
  margin-bottom: 0; /* Set the bottom margin to 0 if it has any */
}

.list-holder {
	text-align: justify;
}

.template-six-section-one .custom-row {
  display: flex;
  align-items: stretch;
}

.template-six-section-one .col-md-7,
.template-six-section-one .col-md-5,
.template-six-section-three .col-md-7,
.template-six-section-three .col-md-5,
.template-six-section-four .col-md-7,
.template-six-section-four .col-md-5 {
	padding-top: 15px;
  	height: 100%;
}

.template-six-section-one .col-md-7 .row {
	padding-bottom: 2px;
}

/*.template-six-section-one .col-md-5{
	padding-top: 2px;
  	height: 100%;
}*/

.template-six-section-three .col-md-7 p {
	padding-top: 12px;
}
.template-six-section-four .col-md-7 .row {
	padding-top: 8px;
	padding-bottom: 7px;
}

.template-six-section-one .image-hodl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-six-section-one .image-hodl img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.centered-header {
  text-align: center;
}

.template-seven-section-one .col-md-7 .row{
	padding-top: 25px;
}

.template-six-section-one.picture-img {
  height: 200px; /* Change the height value as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-six-section-one.picture-img img {
  max-height: 100%;
  max-width: 300px;
  object-fit: contain;
}


