* { padding: 0px; margin: 0px; box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Avenir';
  height: 1500px;
  color: #000;
}

.logo {
  color: #DE6834;
  font-family: "Changa", sans-serif;
  font-size: 1.68em;
  font-weight: 500;
}
.logo strong {
  font-family: "Changa One", cursive;
}
.orange-main-btn{
  align-self: flex-start;
  padding: 18px 48px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background-color: #de6834;
  display: block;
  width: max-content;
  text-decoration: none !important;
}
.orange-main-btn:hover{
  color: white;
}
.bg-help {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/images/_bg4.2.png");
  opacity: 1;
  z-index: -1;
  opacity: 0.5;
}

.bg-contain {
  background-attachment: fixed;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

main {
  width: 100%;
}
main section {
  padding-left: 5em;
  padding-right: 5em;
}
main section:not(:is(.testimonials-container, #about, #get-in-touch)) {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

section .text .colored {
  color: #DE6834;
}
section .text .italic {
  font-style: italic;
}

section.hero {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}
section.hero .group{
  display: flex;
  flex-direction: column;
  width: calc(56% - 1.5rem);
}
section.hero .group.left .main_text_2 {
  color: #333;
}
section.hero .group.right{
  margin-top: 3em;
  margin-bottom: -3em;
  width: 44%;
}
section h2.text {
  margin-top: 1em;
  width: 83%;
  font-size: calc(58px / var(--base-font));
  font-weight: 900;
  line-height: 1.25em;
  letter-spacing: -0.0125em;
}
section p.text {
  width: 100%;
  line-height: 1.68em;
  font-size: 1.625em;
  letter-spacing: -0.00625em;
}

section.hero .image {
  width: 100%;
  height: 100%;
  background-image: url("/images/workspace-amico.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  scale: 1.1;
}

section.hero a {
  padding: 0.8em 2.4em;
  font-size: calc(24px / var(--base-font));
  font-family: "Avenir";
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #de6834;
  border-radius: 4px;
}

section.tdp-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  /* padding-bottom: 1em; */
}

section.tdp-container h1.text {
  margin: auto;
  width: 100%;
  font-size: calc(56px / var(--base-font));
  font-weight: 800;
  line-height: 1.15em;
  text-align: center;
  color: #000;
}

section .cards {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(259px, 1fr));
  gap: 1.5em;
  padding: 1em;
  align-items: stretch;
}

section .cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3em;
  width: 100%;
  /* height: 100%; */
  /* min-height: 420px; 480 */
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23d1d1d1' stroke-width='4' stroke-dasharray='16%2c 16' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: transparent;
  border: none;
}
section .cards .card .group {
  /* position: relative; */
  height: auto;
}
section .cards .card .group:first-of-type {
  /* position: sticky;
  top: 0px; */
  display: flex;
  align-items: center;
  margin: auto;
  height: 50%;
}
/* section .cards .card .group:last-child {
  z-index: 1;
  background-color: #fff8;
  backdrop-filter: blur(5px);
} */
section .cards .card img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
section .cards .card p {
  font-size: calc(26px / var(--base-font));
  font-weight: normal;
  line-height: 1.75em;
  color: #000;
}
section .cards .card p strong {
  font-weight: 700;
}
section .cards .card p br {
  display: none;
}

main hr.fill {
  margin: 0px 4em 0px -5em;
  width: calc(100% + 10em);
  height: 1px;
  border: none;
  background-color: #ededed;
}

section.how-work {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

section.how-work h3.text {
  width: 100%;
  font-size: calc(46px / var(--base-font));
  font-weight: 900;
  text-align: center;
  color: #000;
}

section.how-work h4.text {
  margin: auto;
  max-width: 70%;
  font-size: calc(32px / var(--base-font));
  font-weight: 400;
  text-align: center;
  color: #000;
}

.content-boxes {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem 0px;
  width: 100%;
}

.content-box {
  display: flex;
  justify-content: center;
  padding: 5% 10em;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 50px;
  background-image: url("/images/Group 304.png");
  background-position: 5% top;
  background-size: contain;
  background-repeat: no-repeat;
  /* aspect-ratio: 16 / 6; */
}

.content-box:nth-child(2n) {
  gap: 1em;
  padding: 3%;
  padding-left: 4em;
  padding-right: 4em;
  background-image: url("/images/Group 304 - flip.png");
  background-position: 95% bottom;
}

.content-box .content-area {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
}
.content-box .content-area .group {
  display: flex;
  flex-direction: row;
}
.content-box:nth-child(2) .content-area {
  width: 55%;
}
.content-box .content-area .serial-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.8em;
  margin-bottom: 1em;
  width: 2.25em;
  height: 2.25em;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  border-radius: 50%;
  background-color: #de6834;
}
.content-box .content-area .serial-number::after {
  position: absolute;
  bottom: -1em;
  left: -0.5em;
  content: "";
  width: 6.6em;
  height: 0.4em;
  background-color: #de6834;
}
.content-box .content-area .heading {
  margin-left: 0.8em;
  margin-bottom: 1em;
  font-size: 1.55em;
  font-weight: 900;
  color: #de6834;
  text-transform: uppercase;
}
.content-box .content-area p {
  font-family: "Avenir Book";
  font-size: calc(28px / var(--base-font));
  font-weight: 400;
  line-height: 1.75em;
}
.content-box .content-area p strong {
  font-weight: 600;
}
.content-box .image-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-box .image-area img {
  width: 70%;
}
.content-box:nth-child(2n) .image-area img {
  width: 70%;
}

main section.course-timeline {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5em !important;
  width: 100%;
  background-image: linear-gradient(0deg, #ffeee5 0%, #ffffff 100%);
}

section.course-timeline .area {
  display: flex;
  flex-direction: column;
  width: 50%;
}
section.course-timeline .area.bottom {
  margin-top: -2em;
  width: 100%;
}
section.course-timeline .area hr {
  margin: 0.5em 0px 1em;
  width: 7em;
  height: 0.2em;
  border: none;
  background-color: #e2ae91;
}

section.course-timeline>h5.text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 0.9em;
  width: calc(50% + 3.4em);
  font-size: 1.35em;
  text-align: right;
}
section.course-timeline>h5.text .icon {
  width: 0.75em;
  height: 0.75em;
}
section.course-timeline>h5.text span {
  line-height: 1em;
}

section.course-timeline h2.text {
  width: 100%;
  font-size: calc(72px / var(--base-font));
  font-weight: 800;
  color: #de6834;
}
section.course-timeline p.text {
  font-family: 'Avenir';
  font-size: calc(32px / var(--base-font));
  text-align: left;
  color: #333;
}
section.course-timeline p.text strong {
  font-family: 'Avenir';
  font-weight: 800;
}

section.course-timeline .area.right {
  margin-top: -5em;
  padding: 0px 1em 0px 6em;
  gap: 1.15em;
}

.timeline-event {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.8em;
  padding: 1.75em 1em 1.5em 2.5em;
  gap: 0.6em;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23ffbea2' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  color: #333;
}
.timeline-event.final {
  color: #fff;
  background-image: linear-gradient(90deg, #4A1904, #DE6834);
  box-shadow: 0px 0px 3em #0003;
}
.timeline-event .label {
  padding: 0.3em 1em;
  font-size: 1em;
  font-weight: 700;
  border-radius: 10px;
  background-color: #ffd476;
  color: #333;
}
.timeline-event h5.text {
  margin-bottom: 0px;
  width: auto;
  font-size: 1.77em;
  font-weight: 700;
  text-align: left;
}
.timeline-event h4.text {
  margin-bottom: 0px;
  font-size: 1.97em;
  font-weight: 900;
  line-height: 1.75em;
  text-align: left;
}
section .timeline-event p.text {
  width: auto;
  font-family: "Avenir Book";
  font-size: calc(25px / var(--base-font));
  line-height: 1.5em;
}
section .timeline-event.final p.text {
  color: #fff;
}
.timeline-event::after {
  position: absolute;
  content: "";
  width: 5em;
  height: 5.5em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.timeline-event:nth-of-type(odd):after {
  bottom: -4.25em;
  right: -0.5em;
  background-image: url("/images/pointer_right.svg");
}
.timeline-event:nth-of-type(even):after {
  bottom: -3.75em;
  left: -4.5em;
  background-image: url("/images/pointer_left.svg");
}
.timeline-event.final::after {
  bottom: -7em;
  left: 50%;
  width: 52.8px;
  height: 5em;
  background-image: url(/images/vertical-line.svg);
  background-repeat: no-repeat repeat;
  background-position: center bottom;
  background-size: auto 8em;
}

main section.alumni {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  padding-left: 5em;
  padding-right: 5em;
}
section h5.text {
  width: 100%;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.6em;
  text-align: center;
  color: #333;
}

.square-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 4.75em 0px;
  gap: 3em;
}

.square-cards .card {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 64px;
  overflow: hidden;
  background-color: transparent;
  border: none;
}

.square-cards .card img{
  width: 100%;
}

#carousel-testimonal {
  margin-bottom: 3em;
}

.indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.75em;
  width: 100%;
}
.indicators .indicator {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #E6E6E6;
}
.indicators .indicator.active {
  background-color: #DE6834;
}

.user-testimonials {
  margin: 5vw 7vw;
}

.for-mobile-only {
  display: none;
}

@media screen and (max-width: 480px) {
  .header-section nav {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  /* Footer */
  footer.for-mobile-only {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5em;
    color: #fff;
    background-color: #de6834;
  }
  footer .button {
    position: relative;
    top: calc( -1.7em - 1.5px );
    display: block;
    padding: 0.75em 3.5em;
    width: auto !important;
    height: 3.4em;
    font-size: 1.5em;
    line-height: 1.7em;
    border-radius: 5px;
    color: #fff;
    background-color: #de6834;
    border: 3px solid #fff;
  }
  footer ul {
    list-style: none;
  }
  footer ul li {
    text-align: center;
    line-height: 3em;
  }
  footer ul li a {
    font-family: 'Avenir';
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
  }
  footer .logo {
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding: 0px 0.2em;
    font-size: 2.7em;
    line-height: 1em;
    color: #fff;
  }
  footer .logo .first-half {
    font-family: 'Changa', sans-serif;
    font-weight: 500;
  }
  footer .logo .second-half {
    font-family: 'Changa One', cursive;
  }
  footer .logo svg {
    width: 6em;
  }
  footer .info-line {
    font-size: 1.4em;
    line-height: 1em;
  }
  footer .social-media {
    display: flex;
    gap: 1em;
    margin-top: 3em;
  }
  footer .social-media a {
    color: #fff;
  }
  footer .social-media a svg {
    width: 3em;
    height: 3em;
  }

}
@media screen and (max-width: 428px) {
  section h2.text br:not(.keep-on-mobile),
  section p.text br:not(.keep-on-mobile),
  .content-box .content-area p br:not(.keep-on-mobile) {
    display: none;
  }
  .for-mobile-only {
    display: initial;
  }
  .not-for-mobile {
    display: none;
  }
  .indicators.for-mobile-only {
    display: flex;
  }
  section.hero .group {
    min-height: 0px;
  }
  section.hero .group.right {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 260px;
  }
  section h2.text {
    margin-top: 0px;
    font-family: 'Avenir';
    font-weight: 900;
    line-height: 1.25em;
  }
  section h2.text br {
    display: none;
  }
  section.hero p.text {
    margin-bottom: 0px;
  }
  section.hero .image {
    margin-top: 0px;
    margin-bottom: 2em;
  }
  section.hero a {
    --base-font: 1.75;
    margin-right: auto;
  }
  .content-box {
    --base-font: 1.7;
    padding: 2em;
  }
  .content-box:nth-child(2n) {
    padding: 2em;
    background-image: url("/images/Group 304 - mobile-flip.svg");
    background-position: 80% bottom;
  }
  .content-box .image-area img {
    width: 100%;
  }
  .content-box:nth-child(2n) .image-area img {
    width: 80%;
  }
  section.how-work h3.text {
    margin-bottom: 0px;
    text-align: left;
  }
  section.how-work h4.text {
    margin-bottom: 0px;
    max-width: unset;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.6em;
    color: #333;
    text-align: left;
  }
  .content-box {
    background-position: right top;
    background-size: 70%;
    font-size: 1.2em;
  }
  section.course-timeline h2.text {
    margin-top: 0px;
    font-family: 'Avenir';
    font-weight: 900;
    font-size: 3.2em;
  }
  section.course-timeline p.text {
    font-size: 2em;
    padding-right: 2em;
  }
  .square-cards {
    justify-content: space-evenly;
    padding: 2em;
    gap: 0px;
  }
  section .cards {
    display: flex;
    height: 388px;
    scroll-snap-type: x mandatory;
    overflow: auto;
  }
  section .cards .card {
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  section .cards .card img {
    max-height: 80%;
  }
  section .cards .card p {
    --base-font: 1.75;
    padding: 0px 2em;
    text-align: center;
  }
  .circle-content-container img {
    width: 7.4em;
  }
  .circle-content-container p {
    font-size: 1.7em;
  }
  .circle-content-container p span {
    display: block;
  }
  .main-circle-img {
    width: 80%;
  }
  .square-cards {
    padding: 3em;
    gap: 2em;
  }
  .square-cards .card {
    width: 70px;
    height: 70px;
  }
  .square-cards .card img {
    width: 100%;
    height: auto;
  }
  .testimonials-container {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 380px) {
  .square-cards {
    padding: 2em;
    gap: 2em;
  }
  section .cards .card p {
    padding: 0px 1em;
  }
  section.course-timeline p.text {
    padding-right: 1em;
  }
}

@media screen and (max-width: 340px) {
  section .cards .card img {
    max-height: 65%;
  }
  section .cards .card p {
    padding: 0px;
  }
  .content-box {
    font-size: 1.1em;
  }
  section.course-timeline h2.text {
    font-size: 2.8em;
  }
  section.course-timeline p.text {
    font-size: 1.75em;
    padding-right: 0px;
  }
}

@media screen and (min-width: 960px) {
  /* body {
    font-size: 0.8em;
  } */
  .main-circle-container {
    width: 42em;
    height: 42em;
  }
  .circle-content-container {
    font-size: 0.8em;
  }
  .circle-content-container img {
    width: 4em;
  }
  .main-circle-img {
    width: 220px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 640px) {
  section .cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  .our-supercoders-container {
    padding-top: 6rem !important;
    font-size: 0.7em;
  }
}

@media screen and (min-width: 1300px) {
  /* body {
    font-size: 0.89em;
  } */
  .timeline-event h4.text {
    font-size: 1.77em;
  }
  .main-circle-container {
    width: 38em;
    height: 38em;
  }
  .circle-content-container {
    font-size: 0.95em;
    width: 30em;
  }
  section .cards .card {
    padding: 1.5em;
  }
  .circle-content-container p {
    font-size: 1.2em;
  }
  .main-circle-img {
    width: 250px;
  }
  .our-supercoders-left-section {
    padding-left: 6.5em;
  }
}

@media screen and (min-width: 1400px) {
  /* body {
    font-size: 0.95em;
  } */
  section.hero h2.text {
    margin-top: 2.5em;
  }
  section.hero p.text {
    font-size: 1.6em;
  }
  section .cards .card {
    padding: 1.5em;
  }
  .our-supercoders-left-section {
    padding-left: 8em;
  }
  .main-circle-container {
    width: 40em;
    height: 40em;
  }
  .circle-content-container {
    width: 32em;
  }
  .circle-content-container img {
    width: 5em;
  }
}

@media screen and (min-width: 1700px) {
  section.hero {
    font-size: 1.12em;
  }
  section.hero h2.text {
    margin-top: 3em;
  }
  .content-box .content-area p {
    font-size: 1.8em;
  }
  .content-box:nth-child(2n) {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .main-circle-container {
    width: 50em;
    height: 50em;
  }
  section .cards .card {
    padding: 1.5em 2em;
  }
  main section {
    padding-left: 6.7em;
    padding-right: 6.7em;
  }
  .content-box:nth-child(2) .content-area {
    width: 52%;
  }
  .circle-content-container {
    width: 34em;
  }
  .circle-content-container p {
    font-size: 1.3em;
  }
  .main-circle-img {
    width: 320px;
  }
  .our-supercoders-left-section {
    padding-left: 10em;
  }
  .circle-content-container img {
    width: 5.5em;
  }
}

/* @media (min-width: 1920px) {
  main section {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px !important;
  }
} */

.filler {
  position: relative;
  margin: -4em 0px -2em;
  height: 200px;
  z-index: -1;
}
.filler svg {
  width: 100%;
  transform: translate(0%, -35%);
}

@media screen and (max-width: 768px) {
  :root {
    --base-font: 2;
  }
  body {
    font-size: 0.6em;
  }
  main section {
    justify-content: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  main section:not(:is(.testimonials-container, #about, #get-in-touch)) {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  main section.hero {
    padding-top: 0px !important;
  }
  section .group.left,
  section.hero .group.right,
  section .text {
    width: 100% !important;
  }
  section.hero .image {
    scale: 1;
  }
  section.tdp-container h1.text {
    text-align: left;
  }
  section.course-timeline {
    gap: 1.5em;
    background-image: linear-gradient(0deg,  #ffffff 0%, #ffeee5 100%);
  }
  section.course-timeline .area {
    width: 100%;
  }
  section.course-timeline>h5.text {
    margin-bottom: -0.5em;
    justify-content: flex-start;
    width: 100%;
    font-family: 'Avenir';
    font-size: 2em;
    font-weight: 700;
    order: 2;
    color: #de6834;
  }
  section.course-timeline>h5.text .icon {
    display: none;
  }
  section.course-timeline .area.left {
    order: 1;
  }
  section.course-timeline h2.text {
    text-align: left;
  }
  section.course-timeline .area.right {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    order: 2;
  }
  section.course-timeline .area.bottom {
    position: relative;
    margin-top: 0px;
    order: 3;
  }
  .timeline-event {
    font-size: 1.15em;
    box-shadow: 0px 0px 20px #00000029;
    background-color: #fff;
    background-image: none;
  }
  .timeline-event::after {
    z-index: 1;
  }
  .timeline-event:nth-of-type(2)::after {
    bottom: -1.5em;
    left: -2.7em;
  }
  .timeline-event.final::after {
    bottom: unset;
    left: unset;
    content: unset;
    z-index: 1;
  }
  .timeline-event.final::before {
    content: "";
    position: absolute;
    top: -0.6em;
    right: -0.6em;
    width: 4em;
    height: 4em;
    background-image: url("/images/certificate\ (1).png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .timeline-event h5.text {
    font-family: 'Avenir';
    font-size: 1.4em;
    font-weight: 700;
  }
  .timeline-event h4.text {
    font-family: 'Avenir';
    font-size: 1.4em;
    font-weight: 700;
  }
  section .timeline-event p.text {
    font-size: 1.4em;
  }
  .timeline-event .label {
    padding: 0.6em 1em;
    font-size: 1em;
    border-radius: 6px;
  }

  .content-box {
    flex-direction: column;
    padding: 2em;
    border-radius: 25px;
  }
  .content-box .content-area {
    width: 100% !important;
  }
  .content-box .image-area {
    order: 1;
  }
  .filler {
    display: none;
  }
  .main-text-1 br {
    display: none;
  }

  main section.alumni {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  section h5.text {
    font-size: 2.35em;
  }
}

@media screen and (min-width: 1800px) {
  main section,
  main section.alumni {
    padding-left: 8em;
    padding-right: 8em;
  }
  .square-cards {
    padding: 2em 12.75em 0px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
  /* body {
    font-size: 0.6em;
  } */
  section.hero {
		aspect-ratio: 16 / 7;
		height: auto;
  }
  .filler {
    height: 15em;
  }
  section .cards {
    column-gap: 5em;
    row-gap: 5em;
  }
  #carouselExampleControls {
		max-width: 100% !important;
  }
  section#about .container {
		max-width: 90% !important;
  }
  .testimonal-avatar {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 120px !important;
    height: 120px !important;
    padding: 0px !important;
  }
  .testimonal-avatar img,
  .testimonal-avatar .img {
    width: 100px !important;
    height: 100px !important;
  }
}