.our_thoughts {
  margin-bottom: 40px;
  padding-top: 114px;
}

@media only screen and (max-width: 1212px) {
  .our_thoughts {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .our_thoughts {
    padding-top: 38px;
  }
}
.our_thoughts .content-width .content-width {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 1919px) {
  .our_thoughts .content-width .content-width {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .our_thoughts .content-width .content-width {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .our_thoughts .content-width .content-width {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .our_thoughts .content-width .content-width {
    padding-right: 0;
    padding-left: 0;
  }
}
.our_thoughts h1 {
  font-weight: 700;
  font-family: "Horatio D", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .our_thoughts h1 {
    letter-spacing: 0;
  }
}
.our_thoughts .custom .custom__items {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  padding-right: 0;
  padding-left: 0;
}

.content-thoughts-heading,
.content-thoughts-date {
  margin-bottom: 39px;
}

@media only screen and (max-width: 767px) {
  .content-thoughts-heading,
  .content-thoughts-date {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts-heading {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-thoughts-date {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts-date {
    margin-bottom: 11px;
  }
}
.content-thoughts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .content-thoughts-social {
    margin-bottom: 50px;
  }
}
.content-thoughts-social.bottom {
  max-width: 1364px;
  margin: 0 auto 166px auto;
}

@media only screen and (max-width: 767px) {
  .content-thoughts-social.bottom {
    margin-bottom: 102px;
  }
}
.social-button {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 500px) {
  .social-button {
    margin-top: 12px;
  }
}
.social-button::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.social-button::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  background-color: #B0D747;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}

.social-button.facebook-button::after {
  left: 5px;
  background-image: url(../../../img/facebook.svg);
}

.social-button.twitter-button::after {
  background-image: url(../../../img/twitter.svg);
}

.social-button.linkedin-button::after {
  background-image: url(../../../img/linkedin.svg);
}

.social-button.copy-button::after {
  background-image: url(../../../img/copy.svg);
}

.social-button:not(:last-child) {
  margin-right: 31px;
}

@media only screen and (max-width: 500px) {
  .social-button:not(:last-child) {
    margin-right: 14px;
  }
}
.content-thoughts-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .content-thoughts-author {
    margin-bottom: 30px;
  }
}
.content-thoughts-author-image {
  margin-right: 29px;
}

.content-thoughts-author-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.content-thoughts-top-content > h1,
.content-thoughts-top-content > h2,
.content-thoughts-top-content > h3,
.content-thoughts-top-content > h4,
.content-thoughts-top-content > h5,
.content-thoughts-top-content > h6,
.content-thoughts-top-content > div > h1,
.content-thoughts-top-content > div > h2,
.content-thoughts-top-content > div > h3,
.content-thoughts-top-content > div > h4,
.content-thoughts-top-content > div > h5,
.content-thoughts-top-content > div > h6,
.content-thoughts-top-content > p > h1,
.content-thoughts-top-content > p > h2,
.content-thoughts-top-content > p > h3,
.content-thoughts-top-content > p > h4,
.content-thoughts-top-content > p > h5,
.content-thoughts-top-content > p > h6,
.content-thoughts > h1,
.content-thoughts > h2,
.content-thoughts > h3,
.content-thoughts > h4,
.content-thoughts > h5,
.content-thoughts > h6,
.content-thoughts > div > h1,
.content-thoughts > div > h2,
.content-thoughts > div > h3,
.content-thoughts > div > h4,
.content-thoughts > div > h5,
.content-thoughts > div > h6,
.content-thoughts > p > h1,
.content-thoughts > p > h2,
.content-thoughts > p > h3,
.content-thoughts > p > h4,
.content-thoughts > p > h5,
.content-thoughts > p > h6 {
  margin-bottom: 28px;
  font-weight: 700;
  font-family: "Horatio D", sans-serif;
}

.content-thoughts-top-content > h3,
.content-thoughts-top-content > div > h3,
.content-thoughts-top-content > p > h3,
.content-thoughts > h3,
.content-thoughts > div > h3,
.content-thoughts > p > h3 {
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
}

@media only screen and (max-width: 1212px) {
  .content-thoughts-top-content > h3,
  .content-thoughts-top-content > div > h3,
  .content-thoughts-top-content > p > h3,
  .content-thoughts > h3,
  .content-thoughts > div > h3,
  .content-thoughts > p > h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts-top-content > h3,
  .content-thoughts-top-content > div > h3,
  .content-thoughts-top-content > p > h3,
  .content-thoughts > h3,
  .content-thoughts > div > h3,
  .content-thoughts > p > h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
.content-thoughts-top-content > h4,
.content-thoughts-top-content > div > h4,
.content-thoughts-top-content > p > h4,
.content-thoughts > h4,
.content-thoughts > div > h4,
.content-thoughts > p > h4 {
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .content-thoughts-top-content > h4,
  .content-thoughts-top-content > div > h4,
  .content-thoughts-top-content > p > h4,
  .content-thoughts > h4,
  .content-thoughts > div > h4,
  .content-thoughts > p > h4 {
    font-size: 26px;
    line-height: 30px;
  }
}
.content-thoughts-top-content > h5,
.content-thoughts-top-content > div > h5,
.content-thoughts-top-content > p > h5,
.content-thoughts > h5,
.content-thoughts > div > h5,
.content-thoughts > p > h5 {
  font-size: 28px;
  line-height: 33px;
}

@media only screen and (max-width: 767px) {
  .content-thoughts-top-content > h5,
  .content-thoughts-top-content > div > h5,
  .content-thoughts-top-content > p > h5,
  .content-thoughts > h5,
  .content-thoughts > div > h5,
  .content-thoughts > p > h5 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-thoughts-top-content > p,
  .content-thoughts-top-content > div > p,
  .content-thoughts-top-content > p > p,
  .content-thoughts > p,
  .content-thoughts > div > p,
  .content-thoughts > p > p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-thoughts-top-content li,
  .content-thoughts li {
    font-size: 18px;
    line-height: 28px;
  }
}
.content-thoughts-top-content ul,
.content-thoughts-top-content ol,
.content-thoughts ul,
.content-thoughts ol {
  margin-bottom: 30px;
  padding-left: 34px;
}

@media only screen and (max-width: 767px) {
  .content-thoughts-top-content ul,
  .content-thoughts-top-content ol,
  .content-thoughts ul,
  .content-thoughts ol {
    padding-left: 20px;
  }
}
.content-thoughts-top-content ul li:not(:last-child),
.content-thoughts-top-content ol li:not(:last-child),
.content-thoughts ul li:not(:last-child),
.content-thoughts ol li:not(:last-child) {
  margin-bottom: 20px;
}

.content-thoughts-top-content ul li,
.content-thoughts ul li {
  list-style: inherit;
}

.content-thoughts-top-content ul li::marker,
.content-thoughts ul li::marker {
  color: #B0D747;
}

.content-thoughts-top-content ul li > h2, .content-thoughts-top-content ul li > h3, .content-thoughts-top-content ul li > h4, .content-thoughts-top-content ul li > h5, .content-thoughts-top-content ul li > h6,
.content-thoughts ul li > h2,
.content-thoughts ul li > h3,
.content-thoughts ul li > h4,
.content-thoughts ul li > h5,
.content-thoughts ul li > h6 {
  margin-bottom: 0;
  text-transform: none;
}

.content-thoughts-top-content ul li > h2, .content-thoughts-top-content ul li > h3,
.content-thoughts ul li > h2,
.content-thoughts ul li > h3 {
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
}

@media only screen and (max-width: 1212px) {
  .content-thoughts-top-content ul li > h2, .content-thoughts-top-content ul li > h3,
  .content-thoughts ul li > h2,
  .content-thoughts ul li > h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts-top-content ul li > h2, .content-thoughts-top-content ul li > h3,
  .content-thoughts ul li > h2,
  .content-thoughts ul li > h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
.content-thoughts-top-content a,
.content-thoughts a {
  color: #B0D747;
}

.content-thoughts-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1502px;
  margin-bottom: 68px;
  margin-left: auto;
}

@media only screen and (max-width: 1919px) {
  .content-thoughts-top-content {
    max-width: 1364px;
    margin: 0 auto 60px auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1212px) {
  .content-thoughts-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts-top-content {
    margin-bottom: 30px;
  }
}
.content-thoughts-top-content p {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1439px) {
  .content-thoughts-top-content p {
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1212px) {
  .content-thoughts-top-content p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-thoughts-top-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts-top-content p {
    margin-bottom: 44px;
  }
}
.content-thoughts-thumbnail {
  width: 535px;
  min-width: 535px;
  height: 535px;
  margin-right: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-thoughts-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 1439px) {
  .content-thoughts-thumbnail {
    width: 400px;
    min-width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 1212px) {
  .content-thoughts-thumbnail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 500px;
    min-width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-thoughts-thumbnail {
    border-radius: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts-thumbnail {
    width: 100%;
    min-width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .content-thoughts-thumbnail {
    height: 368px;
  }
}
.content-thoughts-description {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1439px) {
  .content-thoughts-description {
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1212px) {
  .content-thoughts-description {
    margin-bottom: 6px;
  }
}
.content-thoughts {
  max-width: 1364px;
  margin: 0 auto 82px auto;
}

@media only screen and (max-width: 767px) {
  .content-thoughts {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 500px) {
  .content-thoughts {
    margin-bottom: 46px;
  }
}
.content-thoughts > h1,
.content-thoughts > h2,
.content-thoughts > div > h1,
.content-thoughts > div > h2,
.content-thoughts > p > h1,
.content-thoughts > p > h2 {
  margin-top: 60px;
}

.content-thoughts > h3,
.content-thoughts > h4,
.content-thoughts > h5,
.content-thoughts > h6,
.content-thoughts > div > h3,
.content-thoughts > div > h4,
.content-thoughts > div > h5,
.content-thoughts > div > h6,
.content-thoughts > p > h3,
.content-thoughts > p > h4,
.content-thoughts > p > h5,
.content-thoughts > p > h6 {
  margin-top: 30px;
}

.content-thoughts > p,
.content-thoughts > div > p,
.content-thoughts > p > p {
  margin-bottom: 30px;
}

.content-thoughts > figure,
.content-thoughts > img,
.content-thoughts > div > figure,
.content-thoughts > div > img,
.content-thoughts > p > figure,
.content-thoughts > p > img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.content-thoughts figure {
  text-align: center;
}

.content-thoughts figure video {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px auto;
}

.content-thoughts table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}

.content-thoughts th,
.content-thoughts td {
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.content-thoughts tr:first-child {
  font-weight: 700;
}

.content-thoughts iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 650px;
  margin: 0 auto;
}

@media only screen and (max-width: 1439px) {
  .content-thoughts iframe {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-thoughts iframe {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .content-thoughts iframe {
    min-height: 300px;
  }
}
.content-similar.blog {
  margin-bottom: 268px;
}

@media only screen and (max-width: 1439px) {
  .content-similar.blog {
    margin-bottom: 190px;
  }
}
@media only screen and (max-width: 1212px) {
  .content-similar.blog {
    margin-bottom: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .content-similar.blog {
    margin-bottom: 136px;
  }
}
.content-similar .content-similar-title {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content-similar .content-similar-title {
    text-align: left;
  }
}
.contact-form.content-thought-form {
  margin-bottom: 222px;
}

@media only screen and (max-width: 1439px) {
  .contact-form.content-thought-form {
    margin-bottom: 190px;
  }
}
@media only screen and (max-width: 1212px) {
  .contact-form.content-thought-form {
    margin-bottom: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form.content-thought-form {
    margin-bottom: 118px;
  }
}