.fullquote {
  padding-top: 180px;
  padding-bottom: 60px;
}
.fullquote .row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullquote.flip .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.fullquote .row::before {
  content: "";
  position: absolute;
  top: -86px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #004572;
  height: 1px;
}
.fullquote .row::after {
  content: "";
  position: absolute;
  top: -102px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #004572;
}
.fullquote.left-side .row::after {
  right: auto;
  left: 15px;  
}
.fullquote .image-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullquote .image-inner .img-wrp {
  width: calc(100% - 30px);
  height: 0;
  padding-top: calc(100% - 30px);
  position: relative;
  margin: 15px;
  border-radius: 50%;
}
.fullquote .image-inner .img-wrp::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #004572;
}
.fullquote .image-inner .img-wrp img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.fullquote .image-inner .ico-wrp {
  width: 21.743%;
  height: 21.743%;
  border-radius: 50%;
  border: 3px solid #004572;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: absolute;
  top: 0.85%;
  left: 1.8%;
}
.fullquote .image-inner .ico-wrp img {
  width: 47.23%;
  height: 44.45%;
}
.fullquote .txt-inner {
  padding-left: 72px;
}
.fullquote.flip .txt-inner {
  padding-left: 0;
  padding-right: 72px;
}
.fullquote .txt-inner .quote {
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 28px;
}
.fullquote .txt-inner .author {
  color: #004572;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .fullquote .txt-inner .quote {
    font-size: 28px;
    line-height: 40px;
  }
  .fullquote .txt-inner .author{
    font-size: 24px;
    line-height: 32px;
  }
  .fullquote .txt-inner {
    padding-left: 62px;
  }
  .fullquote.flip .txt-inner {
    padding-right: 62px;
  }
}
@media (max-width: 1400px) {
  .fullquote .txt-inner .quote {
    font-size: 24px;
    line-height: 35px;
  }
  .fullquote .txt-inner .author{
    font-size: 20px;
    line-height: 30px;
  }
  .fullquote .txt-inner {
    padding-left: 50px;
  }
  .fullquote.flip .txt-inner {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .fullquote{
    padding-top: 60px; 
  }
  .fullquote .txt-inner .quote {
    font-size: 20px;
    line-height: 32px;
  }
  .fullquote .txt-inner{
    padding-left: 0;
    margin-top: 34px; 
  }
  .fullquote.flip .txt-inner {
    padding-right: 0px;
  }
  .fullquote .image-inner {
    max-width: 400px;
    margin: 0 auto;
  }
  .fullquote .txt-inner .author{
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }
}