/*-------------------------------- E L L I P S I S ---------------------------------*/
/*

@mixin ()
{
	-webkit-: ;
	   -moz-: ;
	    -ms-: ;
	     -o-: ;
			: ;
}
*/
.title-consultory img {
  width: 100%;
  height: 100%;
}

.body-consultory {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}

.content-body-consultory {
  width: 80%;
}

.content-body-consultory a {
  color: #0098da !important;
  font-weight: bold;
}

.subtitle-consultory {
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  display: flex;
}

.s2-consultory {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.text-consultory {
  width: 50%;
  padding: 10px;
  margin-right: 25px;
}

.text-consultory p {
  -webkit-text-align: left;
  text-align: left;
}

.bt-consultory {
  margin: 20px 0;
}

.image-consultory img {
  width: 100%;
}

.call-consultory {
  width: 100%;
  margin: 25px 0;
}

.call-consultory img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1132px) {
  .text-consultory {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .text-consultory p a {
    font-size: 1.1rem;
  }
}
