/* About Us */

.about-us {
  margin-top: 3.5%;
  width: 100%;
  display: flex;
  height: auto;
}
.about-us-image {
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: right;
  align-items: right;
  margin-left: 13%;
}
.small-logo {
  position: absolute;
  top: 12.5%;
  right: 67.5%;
  width: 150px;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-animation: rotateAnimation 3.5s infinite linear;
  animation: rotateAnimation 3.5s infinite linear;
  transform-origin: center;
}
@-webkit-keyframes rotateAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.big-glass {
  width: auto;
  height: 100%;
  margin-right: 10%;
}
.about-us-content {
  width: 50%;
  height: auto;
  padding-left: 3%;
  float: left;
  margin-right: 13%;
  border-left: 1px solid #dce3de;
}
.about-us-title {
  margin-left: -1.5%;
  width: 22%;
  height: 7.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-items: center;
  letter-spacing: 1px;
  color: #3f78e0;
  background-color: white;
  border-radius: 100px;
  font-size: 18.5px;
  font-weight: bold;
}
.about-us-content-inner h1 {
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  width: 100%;
  font-weight: 600;
  margin-bottom: 3%;
  margin-right: 0 !important;
}
.about-us-content-inner p {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  margin-bottom: 2%;
  margin-right: 0 !important;
  text-align: justify;
}
.drop-cap {
  width: 50px;
  height: 50px;
  font-size: 65px;
  float: left;
  line-height: 1.05;
  font-weight: 700;
  text-align: center;
  margin-right: 1.25%;
}

.about-us-content-under {
  margin-left: -7.5%;
  display: inline-block;
  width: 109%;
  padding-top: 5%;
  border-top: 1px solid #dce3de;
}
.btn-more01 {
  margin-left: 8.75%;
  width: 150px;
  height: 50px;
  background-color: #3f78e0;
  color: white;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 25px;
}
.btn-more01:hover {
  background-color: black;
  transition: 0.85s;
}

.btn-call00 {
  margin-left: 7.5%;
  margin-bottom: 0;
  top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.btn-call00 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.phone-link {
  width: auto;
  height: 55px;
}

.separator {
  margin: 0 10px;
  font-size: 30px;
  font-weight: 600;
}

#second-number {
  display: inline-flex;
}

.btn-call00 i {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-right: 15px;
  color: #3f78e0;
  font-size: 30px;
}
.btn-call00 i::before {
  width: 50px;
  height: 50px;
  font-size: 30px;
  position: flex;
  transform: translate(25%, 25%);
  color: #3f78e0;
}
.btn-call00 a:link {
  text-decoration: none;
}
.btn-call00 a:visited {
  text-decoration: none;
}
.btn-call00 a:hover {
  text-decoration: none;
}
.btn-call00 a:active {
  text-decoration: none;
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  /* about-us */
  .about-us {
    margin-top: 50px;
    flex-direction: column;
  }

  .about-us-image {
    width: 100%;
    margin-left: 0;
  }
  .big-glass {
    width: 350px;
    margin-right: 0;
  }
  .small-logo {
    right: 0;
    left: 20%;
    width: 100px;
  }
  .about-us-content {
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
  .about-us-title {
    width: 50%;
    height: 33px;
  }
  .about-us-content-inner h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 38px;
  }

  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 12.5%;
    margin-left: 0;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
    margin-left: 0;
  }
  .btn-call00 {
    width: 100%;
    height: 150px;
    margin-top: 5%;
    margin-left: -5%;
    margin-bottom: 10%;
    flex-direction: column;
  }
  .btn-call00 i {
    width: 60px;
    height: 60px;
  }
  .btn-call00 i::before {
    width: 60px;
    height: 60px;
    font-size: 33px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 300px !important;
    flex-shrink: 0;
  }
  #text-number {
    float: right;
  }
  #second-number {
    width: 300px !important;
    margin-left: -5%;
    margin-top: 20%;
    flex-shrink: 0;
    font-size: 20px;
    position: absolute;
    text-align: left;
    justify-content: center;
  }
  .separator {
    display: none;
  }
}
@media screen and (min-width: 400px) and (max-width: 449px) {
  .about-us {
    margin-top: 50px;
    flex-direction: column;
  }
  .about-us-image {
    width: 100%;
    margin-left: 0;
  }
  .big-glass {
    width: 350px;
    margin-right: 0;
  }
  .small-logo {
    right: 0;
    left: 20%;
    width: 100px;
  }
  .about-us-content {
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
  .about-us-title {
    width: 50%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 38px;
  }
  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 12.5%;
    margin-left: 0;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
    margin-left: 0;
  }
  .btn-call00 {
    width: 100%;
    height: 150px;
    margin-left: -5%;
    flex-direction: row;
  }
  .btn-call00 i {
    width: 60px;
    height: 60px;
  }
  .btn-call00 i::before {
    width: 60px;
    height: 60px;
    font-size: 33px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 206px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 145px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
  .about-us {
    margin-top: 50px;
    flex-direction: column;
  }
  .about-us-image {
    width: 100%;
    margin-left: 0;
    padding-right: 12.5%;
  }
  .big-glass {
    width: 350px;
    margin-right: 0;
  }
  .small-logo {
    right: 0;
    left: 21%;
    width: 100px;
  }
  .about-us-content {
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
  .about-us-title {
    width: 40%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 40px;
  }
  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 12.5%;
    margin-left: 0;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
    margin-left: 0;
  }
  .btn-call00 i {
    width: 70px;
    height: 70px;
  }
  .btn-call00 i::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    transform: translate(25%, 25%);
  }
  .btn-call00 {
    width: 100%;
    height: 100px;
    margin-left: -5%;
    flex-direction: row;
    margin-top: 0;
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 225px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 150px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .about-us {
    margin-top: 50px;
    flex-direction: column;
  }
  .about-us-image {
    width: 100%;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
  .big-glass {
    width: 350px;
    margin-right: 0;
  }
  .small-logo {
    right: 0;
    left: 25%;
    width: 100px;
  }
  .about-us-content {
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
  .about-us-title {
    width: 35%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 40px;
  }
  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 12.5%;
    margin-left: 0;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
    margin-left: 0;
  }
  .btn-call00 {
    width: 100%;
    height: 100px;
    margin-left: 0%;
    flex-direction: row;
    margin-top: 0;
  }
  .btn-call00 i {
    width: 70px;
    height: 70px;
  }
  .btn-call00 i::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 225px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 150px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .about-us {
    margin-top: 50px;
    flex-direction: column;
  }
  .about-us-image {
    width: 100%;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
  .big-glass {
    width: 375px;
    margin-right: 0;
  }
  .small-logo {
    right: 0;
    left: 28%;
    width: 125px;
  }
  .about-us-content {
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
  .about-us-title {
    width: 35%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 40px;
  }
  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 8%;
    margin-left: 0;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
    margin-left: 0;
  }
  .btn-call00 {
    width: 100%;
    height: 100px;
    margin-left: 0%;
    flex-direction: row;
    margin-top: 0;
  }
  .btn-call00 i {
    width: 70px;
    height: 70px;
  }
  .btn-call00 i::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 225px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 150px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .about-us {
    margin-top: 50px;
    flex-direction: column;
  }
  .about-us-image {
    width: 100%;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
  .big-glass {
    width: 375px;
    margin-right: 0;
  }
  .small-logo {
    right: 0;
    left: 28%;
    width: 125px;
  }
  .about-us-content {
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
  .about-us-title {
    width: 35%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 40px;
  }
  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 8%;
    margin-left: 0;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
    margin-left: 0;
  }
  .btn-call00 {
    width: 100%;
    height: 100px;
    margin-left: 0%;
    flex-direction: row;
    margin-top: 0;
  }
  .btn-call00 i {
    width: 70px;
    height: 70px;
  }
  .btn-call00 i::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 225px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 150px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
@media screen and (min-width: 901px) and (max-width: 1050px) {
  .about-us {
    margin-top: 50px;
    flex-direction: column;
  }
  .about-us-image {
    width: 100%;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
  .big-glass {
    width: 375px;
    margin-right: 0;
  }
  .small-logo {
    right: 0;
    left: 28%;
    width: 125px;
  }
  .about-us-content {
    border: 0;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
  .about-us-title {
    width: 35%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 40px;
  }
  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 8%;
    margin-left: 0;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
    margin-left: 0;
  }
  .btn-call00 {
    width: 100%;
    height: 100px;
    margin-left: 0%;
    flex-direction: row;
    margin-top: 0;
  }
  .btn-call00 i {
    width: 70px;
    height: 70px;
  }
  .btn-call00 i::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 225px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 150px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1199px) {
  /* about-us */
  .about-us {
    margin-top: 50px;
    flex-direction: row;
  }
  .about-us-image {
    width: 45%;
    margin-left: 5%;
    align-items: center;
    justify-content: center;
  }
  .big-glass {
    width: 500px;
  }
  .small-logo {
    right: 0;
    left: 5%;
    width: 125px;
  }
  .about-us-content {
    width: 45%;
    flex-shrink: 0;
    margin-right: 5%;
  }
  .about-us-title {
    width: 35%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 40px;
  }

  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 8%;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
  }
  .btn-call00 {
    width: 100%;
    height: 100px;
    flex-direction: row;
    margin-top: 0;
  }
  .btn-call00 i {
    width: 70px;
    height: 70px;
  }
  .btn-call00 i::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 225px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 150px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .about-us {
    margin-top: 50px;
    flex-direction: row;
  }
  .about-us-image {
    width: 45%;
    margin-left: 5%;
    align-items: center;
    justify-content: center;
  }
  .big-glass {
    width: 500px;
  }
  .small-logo {
    right: 0;
    left: 5%;
    width: 125px;
  }
  .about-us-content {
    width: 45%;
    flex-shrink: 0;
    margin-right: 5%;
  }
  .about-us-title {
    width: 35%;
    height: 35px;
  }
  .about-us-content-inner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10%;
  }
  .about-us-content-inner p {
    line-height: 40px;
  }
  .about-us-content-under {
    display: flex;
    flex-direction: column;
    padding-top: 8%;
    height: auto;
  }
  .btn-more01 {
    padding: 0 !important;
  }
  .btn-call00 {
    width: 100%;
    height: 100px;
    flex-direction: row;
    margin-top: 0;
  }
  .btn-call00 i {
    width: 70px;
    height: 70px;
  }
  .btn-call00 i::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    transform: translate(25%, 25%);
  }
  .btn-call00 a {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  .phone-link {
    width: 225px !important;
    flex-shrink: 0;
  }
  #second-number {
    width: 150px !important;
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
  }
  .separator {
    display: flex;
  }
}
