/*
Theme Name: Australian Migration Agents
Author: Yilmaz Ev
Version: 1.0
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  color: #181818;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

button:disabled,
[disabled] {
  cursor: default;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

main {
  display: block;
}

hr {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 1.5rem 0;
}

:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.btn-primary {
  padding: 12px 24px;
  border: 1px solid transparent;
  font-weight: 400;
}

.btn-secondary {
  background-color: transparent!important;
  padding: 12px 24px;
  border: 1px solid transparent;
  font-weight: 400;
}

.btn-tertiary {
  background-color: transparent!important;
  padding: 12px 24px;
  border: 0px;
  font-weight: 400;
}

.btn-secondary.btn-green {
  color: #181818!important;
}

.btn-secondary.btn-dark {
  color: #181818!important;
}

.btn-tertiary.btn-orange {
  color: #DF971F;
}

.btn-tertiary.btn-light {
  color: #FFFFFF;
}

.btn-green {
  background-color: #135D35;
  border-color: #135D35;
  color: #FFFFFF;
}

.btn-orange {
  background-color: #DF971F;
  border-color: #DF971F;
  color: #FFFFFF;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-light {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}

.rounded-full {
  border-radius: 99px;
}

.rounded-20 {
  border-radius: 20px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  display: flex;
  flex-direction: column;
  width: 1280px;
}

.navbar-container {
  border-bottom: 1px solid #f2f2f2;
}

.navbar-container .navbar-content {
  flex-direction: row;
  justify-content: space-between;
}

.navbar-container .navbar-content .navbar-logo {
  height: 66px;
}

.navbar-container .navbar-content .navbar-list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar-container .navbar-content .navbar-list .navbar-item.current_page_item {
  font-weight: 500;
}

.header-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 160px;
}

.header-banner-container .header-banner-item {
  height: 640px;
  border-radius: 52px;
}

#robert-chelliah {
  padding-bottom: 80px;
}

.section-image {
  display: flex;
  align-items: center;
}

.section-image.no-image .section-image-details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.section-image.no-image .section-image-details .section-image-title {
  width: 50%;
}

.section-image.no-image .section-image-details .section-image-text {
  width: 50%;
}

.section-image .section-image-details {
  width: 50%;
  padding-right: 48px;
}

.section-image .section-image-details .section-image-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 24px;
}

.section-image .section-image-details .section-image-text {
  margin-bottom: 32px;
}

.section-image .section-image-details .section-image-btn-group {
  display: flex;
  gap: 16px;
}

.section-image .section-image-content {
  width: 50%;
  overflow: hidden;
  border-radius: 40px;
}

.section-image .section-image-details .section-image-benefits {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.section-image .section-image-details .section-image-benefits .section-image-benefits-item {
  width: 100%;
  border-left: 2px solid transparent;
  padding-left: 32px;
}

.section-image .section-image-details .section-image-benefits .section-image-benefits-item:first-child {
  border-color: #DF971F;
}

.section-image .section-image-details .section-image-benefits .section-image-benefits-item .section-image-benefits-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

#why-choose-robert {
  margin-bottom: 112px;
}

.highlight-container {
  background-color: #DF971F;
  padding: 64px 0;
}

.highlight-container .highlight-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.highlight-container .highlight-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 80px;
  max-width: 768px;
}

.highlight-container .highlight-header .highlight-describe-text {
  color: #FDF9F3;
  font-weight: 500;
  text-align: center;
}

.highlight-container .highlight-header .highlight-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}

.highlight-container .highlight-header .highlight-text {
  color: #FDF9F3;
  font-size: 18px;
  text-align: center;
}

.highlight-container .highlight-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 64px;
}

.highlight-container .highlight-benefits .highlight-benefits-item {
  width: 100%;
}

.highlight-container .highlight-benefits .highlight-benefits-item .highlight-benefits-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4px;
}

.highlight-container .highlight-benefits .highlight-benefits-item .highlight-benefits-text {
  color: #FDF9F3;
  text-align: center;
}

.benefits-container {
  margin-bottom: 112px;
}

.benefits-container .benefits-header {
  width: 70%;
  margin-bottom: 80px;
}

.benefits-container .benefits-header .benefits-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 24px;
}

.trust-container {
  background-color: #115C33;
  padding: 112px 0;
  margin-bottom: 112px;
}

.trust-container .content {
  align-items: center;
}

.trust-container .trust-content .trust-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  max-width: 768px;
}

.trust-container .trust-content .trust-header .trust-title {
  color: #DF971F;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

.trust-container .trust-content .trust-header .trust-text {
  color: #FDF9F3;
  font-size: 18px;
  text-align: center;
}

.trust-container .trust-content .trust-header .trust-btn-group {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.trust-container .trust-content .trust-clients-group {
  display: flex;
  gap: 32px;
}

.trust-container .trust-content .trust-clients-group .trust-clients-item {
  width: 140px;
}

.services-container {
  margin-bottom: 112px;
}

.services-container .services-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 80px;
  text-align: center;
}

.services-container .services-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.services-container .services-list .services-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services-container .services-list .services-list-item:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1;
}

.services-container .services-list .services-list-item .services-list-item-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.services-container .services-list .services-list-item .services-list-item-text {
  text-align: center;
  margin-bottom: 32px;
}

.services-container .services-list .services-list-item .services-list-item-more {
  width: fit-content;
}

.services-container .services-list .services-list-item .services-list-item-more button {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-container {
  background-color: #DF971F;
  padding: 112px 0;
  margin-bottom: 112px;
}

.testimonial-container .testimonial-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-container .testimonial-content .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 768px;
}

.testimonial-container .testimonial-content .testimonial-item .testimonial-item-text {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.testimonial-container .testimonial-content .testimonial-item .testimonial-item-user-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.testimonial-container .testimonial-content .testimonial-item .testimonial-item-user-content .testimonial-item-user-avatar {
  width: 56px;
  height: 56px;
  border-radius: 99px;
  margin-bottom: 16px;
}

.testimonial-container .testimonial-content .testimonial-item .testimonial-item-user-content .testimonial-item-user-name {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-align: center;
}

.testimonial-container .testimonial-content .testimonial-item .testimonial-item-user-content .testimonial-item-user-title {
  color: #FFFFFF;
  text-align: center; 
}

.testimonial-container .testimonial-content .testimonial-pagination {
  position: absolute;
  bottom: 0px;
  display: flex;
  gap: 9px;
}

.testimonial-container .testimonial-content .testimonial-pagination .testimonial-pagination-bullet {
  background-color: #CCCCCC;
  width: 8px;
  height: 8px;
  border-radius: 99px;
}

.testimonial-container .testimonial-content .testimonial-pagination .testimonial-pagination-bullet.active {
  background-color: #000000;
}

.testimonial-container .testimonial-content .testimonial-arrow {
  position: absolute;
}

.testimonial-container .testimonial-content .testimonial-arrow button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 48px;
  height: 48px;
}

.testimonial-container .testimonial-content .testimonial-arrow.arrow-left {
  left: 0;
}

.testimonial-container .testimonial-content .testimonial-arrow.arrow-right {
  right: 0;
}

.expertise-container {
  background-color: #DF971F;
  padding: 112px 0;
}

.expertise-container .section-image .section-image-details .section-image-text {
  color: #FDF9F3;
}

.blog-list-container {
  padding: 112px 0px;
}

.blog-list-container .blog-header {
  max-width: 768px;
  margin-bottom: 64px;
}

.blog-list-container .blog-header .blog-header-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 24px;
}

.blog-list-container .blog-header .blog-header-text {
  font-size: 18px;
}

.blog-list-container .blog-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 32px;
}

.blog-list-container .blog-list .blog-item {
  font-size: 18px;
}

.blog-list-container .blog-list .blog-item .blog-image {
  border-radius: 40px;
  overflow: hidden;
  height: 316px;
  margin-bottom: 24px;
}

.blog-list-container .blog-list .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-list-container .blog-list .blog-item .blog-category {
  background-color: #DF971F;
  padding: 4px 8px;
  border-radius: 99px;
  color: #FDF9F3;
  font-size: 14px;
  width: fit-content;
}

.blog-list-container .blog-list .blog-item .blog-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 16px;
}

.blog-list-container .blog-list .blog-item .blog-text {
  margin-bottom: 24px;
}

.blog-list-container .blog-list .blog-item button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.blog-list-container .blog-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 64px;
}

.faqs-container {
  background-color: #135D35;
  padding: 112px 0px;
}

.faqs-container .faqs-header {
  max-width: 768px;
  margin-bottom: 80px;
}

.faqs-container .faqs-header .faqs-header-title {
  color: #DF971F;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 24px;
}

.faqs-container .faqs-header .faqs-header-text {
  color: #FDF9F3;
  font-size: 18px;
}

.faqs-container .faqs-list {
  margin-bottom: 80px;
}

.faqs-container .faqs-list .faqs-item {
  display: flex;
  gap: 64px;
  padding-top: 24px;
  border-top: 1px solid #FFF;
}

.faqs-container .faqs-list .faqs-item:not(:last-child) {
  margin-bottom: 48px;
}

.faqs-container .faqs-list .faqs-item .faqs-title {
  font-size: 18px;
  font-weight: 600;
  color: #FDF9F3;
  width: 500px;
}

.faqs-container .faqs-list .faqs-item .faqs-text {
  font-size: 18px;
  color: #FDF9F3;
  flex: 1;
}

.faqs-container .faqs-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.faqs-container .faqs-footer .faqs-contact-title {
  color: #FDF9F3;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.faqs-container .faqs-footer .faqs-contact-text {
  font-size: 18px;
  color: #FDF9F3;
  margin-bottom: 24px;
}

.faqs-container .faqs-footer button {
  width: fit-content;
}

.contact-container {
  padding: 112px 0px;
}

.contact-container .contact-content  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}

.contact-container .contact-title-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.contact-container .contact-title-content .contact-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
}

.contact-container .contact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-container .contact-header .contact-header-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

.contact-container .contact-header .contact-header-describe-text {
  text-align: center;
}

.contact-container .contact-header .contact-header-text {
  text-align: center;
}

.contact-container .contact-link-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.contact-container .contact-link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-container .contact-link-group .contact-text {
  color: #135D35;
}

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

.contact-container .contact-form-container .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  width: 100%;
}

.contact-container .contact-form-container .input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  width: 100%;
}

.contact-container .contact-form-container .input-group label {
  color: #135D35;
  font-weight: 500;
}

.contact-container .contact-form-container .input-group input,
.contact-container .contact-form-container .input-group textarea,
.contact-container .contact-form-container .input-group select {
  color: #135D35;
  font-weight: 500;
  border: 1px solid #135D35;
  width: 100%;
  padding: 6px;
}

.contact-container .contact-form-container .input-group input::placeholder,
.contact-container .contact-form-container .input-group textarea::placeholder,
.contact-container .contact-form-container .input-group select::placeholder {
  color: #135D35;
  font-weight: 500;
}

.page-contact {
  background-color: #DF971F;
}

.page-blog .blog-container {
  flex-direction: column;
  padding: 0 0 112px;
}

.page-blog .blog-container .blog-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 112px 0;
  margin-bottom: 112px;
}

.page-blog .blog-container .blog-header .blog-header-content {
  max-width: 768px;
}

.page-blog .blog-container .blog-header .blog-header-content .blog-header-category {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.page-blog .blog-container .blog-header .blog-header-content .blog-header-title {
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 48px;
  text-align: center;
}

.page-blog .blog-container .blog-header .blog-header-content .blog-header-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-blog .blog-container .blog-header .blog-header-content .blog-header-author .blog-header-author-image {
  width: 56px;
  height: 56px;
  border-radius: 99px;
  margin-bottom: 16px;
}

.page-blog .blog-container .blog-header .blog-header-content .blog-header-author .blog-header-author-name {
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
}

.page-blog .blog-container .blog-header .blog-header-content .blog-header-author .blog-header-author-text {
  color: #FFFFFF;
  font-size: 14px;
}

.page-blog .blog-container .blog-content {
  max-width: 768px;
  width: 100%;
}

.page-blog .blog-container .blog-content .blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 44px;
}

.page-blog .blog-container .blog-content .blog-single-content {
  margin-bottom: 64px;
}

.page-blog .blog-container .blog-content .blog-single-content h2 {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 600;
  margin: 24px 0;
}

.page-blog .blog-container .blog-content .blog-single-content h3 {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0;
}

.page-blog .blog-container .blog-content .blog-single-content h4 {
  color: #DF971F;
  font-weight: 600;
  margin: 20px 0;
}

.page-blog .blog-container .blog-content .blog-single-content p {
  margin: 16px 0;
}

.page-blog .blog-container .blog-content .blog-single-content img {
  margin: 48px 0;
}

.page-blog .blog-container .blog-content .blog-single-content ul {
  list-style: inside disc;
}

.page-blog .blog-container .blog-content .blog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-share {
  margin-bottom: 48px;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-share .blog-footer-share-title {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-share .blog-footer-share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


.page-blog .blog-container .blog-content .blog-footer .blog-footer-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-tags .blog-footer-tags-item {
  background-color: #DF971F;
  padding: 4px 8px;
  border-radius: 99px;
  color: #135D35;
  font-size: 14px;
  font-weight: 600;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000000;
  padding-top: 48px;
  width: 100%;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-author .blog-footer-author-image {
  width: 56px;
  height: 56px;
  border-radius: 99px;
  margin-bottom: 16px;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-author .blog-footer-author-name {
  color: #135D35;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
}

.page-blog .blog-container .blog-content .blog-footer .blog-footer-author .blog-footer-author-text {
  font-size: 14px;
}

.page-services .services-container {
  flex-direction: column;
}

.page-services .services-container #professional-service {
  padding: 112px 0;
}

.page-services .services-container #about-me {
  padding: 112px 0;
}

.page-services .services-container #trust {
  background-color: transparent;
}

.page-services .services-container #trust .trust-content .trust-header .trust-text {
  color: #181818;
}

.page-services .services-container #explore {
  padding: 112px 0;
  background-color: #DF971F;
}

.page-services .services-container #explore .explore-content .explore-header {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}

.page-services .services-container #explore .explore-content .explore-header .explore-header-group {
  width: 50%;
}

.page-services .services-container #explore .explore-content .explore-header .explore-header-describe-text {
  font-weight: 600;
  margin-bottom: 16px;
}

.page-services .services-container #explore .explore-content .explore-header .explore-header-text {
  width: 50%;
}

.page-services .services-container #explore .explore-content .explore-header .explore-header-title {
  font-size: 48px;
  font-weight: 700;
}

.page-services .services-container #explore .explore-content .explore-services-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-bottom: 80px;
}

.page-services .services-container #explore .explore-content .explore-services-list .explore-services-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-services .services-container #explore .explore-content .explore-services-list .explore-services-item .explore-services-item-title {
  font-size: 32px;
  font-weight: 700;
}

.page-services .services-container #services {
  padding: 112px 0;
}

.page-services .services-container #services .services-content {
  justify-content: center;
  align-items: center;
}

.page-services .services-container #services .services-content .services-image {
  border-radius: 40px;
  margin-bottom: 80px;
}

.page-services .services-container #services .services-content .services-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 48px;
  max-width: 768px;
  width: 100%;
}

.page-services .services-container #services .services-content .services-list .services-item .services-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-services .services-container #services .services-content .services-text {
  max-width: 768px;
  width: 100%;
}

.page-services .services-container #expert-support {
  background:
    linear-gradient(rgba(0,0,0,0.60), rgba(0,0,0,0.60)),
    url('assets/expert-support.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 112px 0;
}

.page-services .services-container #expert-support .expert-support-content {
  justify-content: center;
  align-items: center;
}

.page-services .services-container #expert-support .expert-support-content .expert-support-title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  max-width: 768px;
  margin-bottom: 80px;
}

.page-services .services-container #expert-support .expert-support-content .expert-support-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.page-services .services-container #expert-support .expert-support-content .expert-support-list .expert-support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.page-services .services-container #expert-support .expert-support-content .expert-support-list .expert-support-item .expert-support-item-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.page-services .services-container #expert-support .expert-support-content .expert-support-list .expert-support-item .expert-support-item-text {
  color: #FFFFFF;
  text-align: center;
}

.page-services .services-container #expert-support .expert-support-content .expert-support-list .expert-support-item .expert-support-item-more {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-container {
  padding: 80px 0;
}

.footer-container .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-container .footer-top .footer-logo {
  height: 120px;
}

.footer-container .footer-top .footer-rights-text {
  font-size: 14px;
  font-weight: 600;
  color: #135D35;
}

.footer-container .footer-copyright {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 80px;
  padding-top: 32px;;
  border-top: 1px solid #135D35;
}

.footer-container .footer-copyright .footer-copyright-text {
  font-size: 14px;
  font-weight: 600;
}

.footer-container .footer-copyright .footer-legal-link {
  color: #135D35;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}