body,
h1,
h2,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

button {
  border: none;
  cursor: pointer;
}

span {
  color: red;
}

.row {
  display: flex;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 165px;
  box-sizing: border-box;
  margin: 0 auto;
}

.btn {
  transition: 0.4s;
}
.btn:hover {
  background: rgb(14, 117, 176);
}

@media (max-width: 1320px) {
  .container {
    padding: 0 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
}
.header a {
  transition: 0.4s;
}
.header-row {
  justify-content: space-between;
  align-items: center;
  padding: 26px 7px 27px 7px;
  box-sizing: border-box;
}
.header-logo {
  align-items: center;
}
.header-logo-icon {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo-icon img {
  max-width: 100%;
}
.header-logo-title {
  margin-left: 13px;
  color: rgb(45, 47, 48);
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1.5px;
  text-align: left;
}
.header-menu {
  width: 280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 10%;
}
.header-search {
  align-items: center;
  color: rgb(45, 47, 48);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  background: rgb(25, 62, 108);
  color: white;
  padding: 8px 10px;
  border-radius: 10px;
}
.header-search-icon {
  margin-right: 5px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-icon img {
  max-width: 100%;
  color: white;
}
@media (max-width: 992px) {
  .header .off-992 {
    display: none;
  }
  .header-menu {
    width: 140px;
  }
  .header-search-icon {
    width: 36px;
  }
}
@media (max-width: 768px) {
  .header .off-768 {
    display: none;
  }
  .header-search {
    padding: 5px;
  }
  .header-search-icon {
    width: 36px;
    margin-right: 2px;
  }
  .header .phone-icon {
    width: 24px;
  }
}
@media (max-width: 576px) {
  .header .off-576 {
    display: none;
  }
  .header-row {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.hero {
  position: relative;
}
.hero-background {
  position: absolute;
  left: 50%;
  top: calc(50% - 21px);
  transform: translate(-50%, -50%);
  z-index: -3;
  opacity: 0.3;
  height: calc(100% + 150px);
  max-width: 100%;
  overflow: hidden;
}
.hero-background img {
  margin-left: -180px;
  height: calc(100% + 95px);
  display: block;
  object-fit: cover;
  object-position: right;
}
.hero-background::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: black;
  opacity: 0.3;
}
.hero-desc {
  position: relative;
  padding: 96px 0 13px 0;
}
.hero-connecting {
  width: fit-content;
  height: 40px;
  padding: 4px 25px 4px 6px;
  box-sizing: border-box;
  border-radius: 26.5px;
  background: rgb(231, 246, 255);
  margin-bottom: 18px;
  align-items: center;
}
.hero-connecting-button {
  padding: 5px 15px 5px 15px;
  border-radius: 26.5px;
  background: rgb(9, 75, 114);
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0%;
  margin-right: 9px;
}
.hero-connecting-desc {
  color: rgb(25, 62, 108);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0%;
  text-align: left;
}
.hero-title {
  max-width: 800px;
  color: rgb(9, 75, 114);
  font-family: Playfair Display;
  font-size: 90px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2%;
  text-align: left;
  margin-bottom: 48px;
}
.hero-subtitle {
  max-width: 600px;
  color: rgb(79, 79, 79);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 158%;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 42px;
}
.hero-button {
  width: 325px;
  justify-content: center;
  padding: 30px 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgb(9, 75, 114);
  color: rgb(249, 248, 249);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 140.5%;
  letter-spacing: 8%;
  margin-bottom: 210px;
  text-align: center;
}
.hero-respect-title {
  max-width: 570px;
  color: rgb(79, 79, 79);
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  line-height: 140.5%;
  letter-spacing: 4%;
  text-align: left;
  margin-bottom: 34px;
}
.hero-respect-logos {
  width: 58%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-respect-icon {
  height: 100%;
  max-width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
  border-radius: 8px;
  border: 2px rgb(230, 230, 230) solid;
}
.hero-respect-icon img {
  max-width: 100%;
  border-radius: 8px;
}
.hero-image-container {
  width: 811px;
  height: 811px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -3;
}
.hero-image-background {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 633px;
  height: 633px;
  border-radius: 50%;
  z-index: -2;
}
.hero-image {
  height: 974px;
  position: absolute;
  left: 43%;
  top: 56%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.hero-name {
  position: absolute;
  right: 100px;
  top: 785px;
  transform: translate(-50%, -50%);
  width: 382px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  transform: translate(-50%);
  padding: 20px 0;
  border-radius: 8px;
  box-shadow: 0px 18px 58px 16px rgba(0, 0, 0, 0.06);
  z-index: 2;
  transition: 0.4s;
}
.hero-name:hover {
  -webkit-box-shadow: 0px 18px 58px 16px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 18px 58px 16px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 18px 58px 16px rgba(34, 60, 80, 0.2);
}
.hero-name-title {
  color: rgb(51, 71, 91);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
}
.hero-name-subtitle {
  color: rgb(135, 137, 140);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
}
.hero .modal {
  display: none;
  max-height: 98svh;
  overflow: auto;
  background: white;
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 3;
  padding: 20px 30px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 31px 18px rgba(34, 60, 80, 0.4);
  -moz-box-shadow: 0px 0px 31px 18px rgba(34, 60, 80, 0.4);
  box-shadow: 0px 0px 31px 18px rgba(34, 60, 80, 0.4);
}
.hero .modal .close {
  border-radius: 10px;
  margin-left: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  background: rgb(9, 75, 114);
  transition: 0.4s;
}
.hero .modal .close svg {
  fill: white;
  max-width: 100%;
  margin: 0 auto;
}
.hero .modal .close:hover {
  background: rgb(14, 117, 176);
}
.hero .modal-title {
  color: rgb(45, 47, 48);
  font-family: Playfair Display;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-align: center;
  margin-bottom: 40px;
}
.hero .modal-content-item {
  justify-content: space-between;
  margin-bottom: 30px;
}
.hero .modal-content-desc {
  width: 70%;
}
.hero .modal-content-title {
  color: rgb(54, 57, 64);
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: left;
  margin-bottom: 10px;
}
.hero .modal-content-text {
  color: rgb(50, 50, 50);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-align: left;
  margin-bottom: 20px;
}
.hero .modal-content-price {
  color: rgb(54, 57, 64);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: left;
}
.hero .modal-content-image {
  height: 200px;
  width: 25%;
}
.hero .modal-content-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.hero .form {
  display: none;
  max-height: 103svh;
  overflow: auto;
  width: 50%;
  background: white;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 31px 18px rgba(34, 60, 80, 0.4);
  -moz-box-shadow: 0px 0px 31px 18px rgba(34, 60, 80, 0.4);
  box-shadow: 0px 0px 31px 18px rgba(34, 60, 80, 0.4);
}
.hero .form-close {
  border-radius: 10px;
  margin-left: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  background: rgb(9, 75, 114);
  transition: 0.4s;
}
.hero .form-close svg {
  fill: white;
  max-width: 100%;
  margin: 0 auto;
}
.hero .form-close:hover {
  background: rgb(14, 117, 176);
}
.hero .form-title {
  color: rgb(45, 47, 48);
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-align: center;
  margin-bottom: 15px;
}
.hero .form-subtitle {
  max-width: 600px;
  color: rgb(79, 79, 79);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 158%;
  letter-spacing: 0.5px;
  text-align: left;
}
.hero .form-input {
  border-radius: 5px;
  padding: 10px 15px 10px;
  box-sizing: border-box;
  height: 36px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.hero .form-input::placeholder {
  font-size: 20px;
  font-weight: 500;
  color: rgb(200, 200, 200);
  letter-spacing: 0.5px;
}
.hero .form-row {
  flex-direction: column;
  align-items: center;
}
.hero .form-send {
  margin: 12px 0;
  width: 100%;
  display: block;
  justify-content: center;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgb(9, 75, 114);
  color: rgb(249, 248, 249);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 140.5%;
  letter-spacing: 8%;
  text-align: center;
}
@media (max-width: 1600px) {
  .hero-image-container {
    right: -110px;
  }
  .hero-name {
    right: -30px;
  }
}
@media (max-width: 1440px) {
  .hero-title {
    font-size: 76px;
  }
}
@media (max-width: 1320px) {
  .hero-image-container {
    right: -150px;
  }
  .hero-name {
    right: -70px;
  }
}
@media (max-width: 1200px) {
  .hero-desc {
    padding-top: 40px;
  }
  .hero-button {
    margin-bottom: 50px;
  }
  .hero-image {
    height: 760px;
    left: 440px;
    top: 365px;
  }
  .hero-name {
    box-sizing: border-box;
    right: -152px;
    top: 635px;
  }
}
@media (max-width: 1024px) {
  .hero-image {
    height: 660px;
    left: 470px;
    top: 345px;
  }
  .hero-name {
    width: 270px;
    right: -72px;
    top: 590px;
  }
  .hero-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .hero-desc {
    padding-top: 20px;
  }
  .hero-subtitle {
    margin-bottom: 200px;
  }
  .hero-image {
    height: 660px;
  }
  .hero-image-container {
    right: -70px;
    top: 240px;
  }
  .hero-name {
    right: 0;
    top: 825px;
  }
  .hero-respect-title {
    width: 40%;
    padding: 10px 0;
  }
  .hero-respect-logos {
    width: 42%;
    justify-content: start;
    gap: 2%;
  }
  .hero-respect-icon {
    max-width: 31%;
  }
  .hero-button {
    width: 42%;
  }
  .hero .modal-content-desc {
    width: 100%;
  }
  .hero .modal-content-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 56px;
  }
  .hero-image-container {
    right: -183px;
  }
  .hero-name {
    right: -108px;
  }
  .hero-respect-logos {
    gap: 2%;
  }
  .hero-respect-icon {
    max-width: 30%;
  }
  .hero .form {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 38px;
  }
  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 430px;
  }
  .hero-connecting {
    width: 100%;
  }
  .hero-connecting-desc {
    font-size: 12px;
  }
  .hero-image {
    height: 400px;
    left: 180px;
    top: 170px;
  }
  .hero-image-container {
    width: 360px;
    height: 360px;
    left: 50%;
    transform: translateX(-50%);
    top: 235px;
  }
  .hero-image-background {
    width: 280px;
    height: 280px;
  }
  .hero-name {
    bottom: unset;
    top: 525px;
    left: 49%;
    transform: translateX(-50%);
    width: 150px;
    padding: 10px 0;
  }
  .hero-name-title {
    font-size: 14px;
    line-height: normal;
  }
  .hero-name-subtitle {
    font-size: 12px;
    line-height: normal;
  }
  .hero-button {
    width: 300px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-respect-title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hero-respect-logos {
    width: 100%;
  }
  .hero-respect-icon {
    margin-bottom: 20px;
    min-width: 30.8%;
  }
  .hero .modal-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .hero .modal .close {
    margin-bottom: 0px;
    width: 36px;
    height: 36px;
  }
  .hero .form {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .hero-title {
    font-size: 34px;
  }
}

.education {
  background: rgb(242, 247, 255);
}
.education-row {
  padding: 126px 0;
  justify-content: center;
}
.education-desc {
  width: 85%;
  margin-right: 53px;
}
.education-desc-title {
  max-width: 420px;
  color: rgb(45, 47, 48);
  font-family: Playfair Display;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.32px;
  text-align: left;
  margin-top: 48px;
  margin-bottom: 30px;
}
.education-desc-subtitle {
  width: 100%;
  color: rgb(139, 140, 140);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-align: left;
}
.education-cart-row {
  flex-wrap: wrap;
  gap: 30px;
}
.education-cart-item {
  width: 256px;
  min-height: 256px;
  padding: 24px 22px 24px 24px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 18px 58px 16px rgba(0, 0, 0, 0.06);
  background: rgb(252, 252, 252);
}
.education-cart-icon {
  margin-bottom: 8px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.education-cart-icon img {
  max-width: 100%;
}
.education-cart-title {
  color: rgb(54, 57, 64);
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: left;
  margin-bottom: 10px;
}
.education-cart-subtitle {
  color: rgb(139, 140, 140);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-align: left;
}
@media (max-width: 1360px) {
  .education-desc {
    margin: 0;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .education-desc-title {
    font-size: 36px;
    line-height: normal;
  }
  .education-cart-item {
    width: 248px;
    min-height: 248px;
  }
}
@media (max-width: 992px) {
  .education-row {
    padding: 20px 0 40px;
    flex-direction: column;
  }
  .education-desc {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .education-desc-title {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .education-desc-title {
    margin: 0 0 14px;
    font-size: 26px;
  }
  .education-desc-subtitle {
    font-size: 16px;
    line-height: normal;
  }
  .education-cart-row {
    gap: 16px;
  }
  .education-cart-item {
    width: 100%;
  }
}

.achievement {
  position: relative;
  overflow: hidden;
}
.achievement-background {
  height: 340px;
}
.achievement-background img {
  width: 150%;
  object-fit: cover;
  object-position: center;
}
.achievement-desc {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.achievement-row {
  justify-content: center;
}
.achievement-title {
  color: rgb(255, 255, 255);
  font-family: Playfair Display;
  font-size: 48px;
  font-weight: 900;
  line-height: 64px;
  letter-spacing: 0.5%;
  text-align: center;
  margin-bottom: 8px;
}
.achievement-subtitle {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 48px;
}
.achievement-item {
  width: 285px;
}
.achievement-item-title {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
}
.achievement-item-subtitle {
  box-sizing: border-box;
  padding: 20px 10px;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.3%;
  text-align: center;
}
.achievement-item-line {
  border: 1px solid rgb(255, 255, 255);
  opacity: 0.4;
}
@media (max-width: 992px) {
  .achievement-row {
    justify-content: center;
  }
  .achievement-background img {
    width: 190%;
  }
  .achievement-item {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .achievement-background img {
    width: 250%;
  }
  .achievement-title {
    font-size: 40px;
  }
  .achievement-subtitle {
    font-size: 14px;
  }
  .achievement-item {
    width: 170px;
  }
}
@media (max-width: 576px) {
  .achievement-background {
    height: 250px;
  }
  .achievement-background img {
    width: 320%;
  }
  .achievement-title {
    font-size: 26px;
    line-height: normal;
  }
  .achievement-subtitle {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .achievement-item {
    width: 110px;
  }
  .achievement-item-title {
    font-size: 30px;
    line-height: normal;
  }
  .achievement-item-subtitle {
    font-size: 14px;
    line-height: normal;
  }
}

.reviews {
  background: rgb(242, 247, 255);
}
.reviews-comma {
  position: absolute;
  right: 0;
}
.reviews-comma img {
  margin-top: 60px;
}
.reviews-container {
  padding: 61px 0 89px 0;
  position: relative;
}
.reviews-title {
  color: rgb(45, 47, 48);
  font-family: Playfair Display;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 185px;
}
.reviews-cart-row {
  gap: 30px;
}
.reviews-cart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews-cart-desc {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 18px 58px 16px rgba(0, 0, 0, 0.06);
  padding: 32px;
  margin-bottom: 21px;
}
.reviews-cart-title {
  color: rgb(21, 22, 23);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 8px;
}
.reviews-cart-content {
  color: rgb(79, 79, 79);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}
.reviews-cart-triangle {
  position: absolute;
  width: 24px;
  height: 15px;
  background: white;
  clip-path: polygon(50% 100%, 0% 0.43%, 100% 0%);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.reviews-user-image {
  height: 56px;
  margin-right: 16px;
}
.reviews-user-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.reviews-user-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reviews-user-title {
  color: rgb(21, 22, 23);
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}
.reviews-user-desc {
  color: rgb(79, 79, 79);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 992px) {
  .reviews-container {
    padding: 20px 0 40px;
  }
  .reviews-cart-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .reviews-cart-row {
    flex-wrap: wrap;
  }
  .reviews-container {
    padding-top: 30px;
  }
  .reviews-title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 150px;
  }
  .reviews-cart-item {
    width: 100%;
  }
  .reviews-comma img {
    width: 150px;
  }
}

.questions {
  padding: 37px 0 40px 0;
}
.questions-row {
  justify-content: space-between;
}
.questions-desc {
  width: 70%;
}
.questions-title {
  color: rgb(45, 47, 48);
  font-family: Playfair Display;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 15px;
}
.questions-content {
  color: rgb(79, 79, 79);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 22px;
  margin-right: 22px;
}
.questions-button {
  width: fit-content;
  border-radius: 8px;
  background: rgb(9, 75, 114);
  padding: 14px 36px 14px 40px;
  box-sizing: border-box;
  align-items: center;
}
.questions-button-icon {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.questions-button-icon img {
  max-width: 100%;
}
.questions-button-desc {
  color: rgb(249, 248, 249);
  font-family: Roboto;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-align: left;
}
.questions-image {
  height: 295px;
  border-radius: 0 0 0 40px;
  margin-right: -65px;
}
.questions-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
}
@media (max-width: 1200px) {
  .questions-image {
    margin-right: -10px;
  }
}
@media (max-width: 992px) {
  .questions-row {
    flex-direction: column;
  }
  .questions-desc {
    width: 100%;
  }
  .questions-image {
    width: 40%;
    margin-left: auto;
    margin-top: -65px;
  }
}
@media (max-width: 768px) {
  .questions-image {
    width: 310px;
  }
}
@media (max-width: 576px) {
  .questions {
    padding-bottom: 180px;
  }
  .questions-title {
    font-size: 30px;
    line-height: normal;
  }
  .questions-content {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 370px;
  }
  .questions-image {
    margin-top: -425px;
  }
  .questions-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  background: rgb(9, 75, 114);
}
.footer a {
  transition: 0.4s;
}
.footer a:hover {
  color: rgb(179, 179, 179);
}
.footer-row {
  padding: 73px 0 92px 0;
  justify-content: space-between;
  align-items: start;
}
.footer-logo {
  align-items: center;
}
.footer-logo-icon {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo-icon img {
  max-width: 100%;
}
.footer-logo-title {
  margin-left: 13px;
  color: rgb(249, 248, 249);
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1.5px;
  text-align: left;
}
.footer-logo-title:hover p {
  color: rgb(249, 248, 249);
}
.footer-menu-row {
  display: none;
  width: 50%;
  justify-content: space-between;
}
.footer-column-title {
  color: rgb(244, 245, 247);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 26px;
  margin-bottom: 20px;
}
.footer-column-item {
  color: rgb(238, 239, 244);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 12px;
}
.footer-bottom {
  padding: 24px 0 22px 0;
  background: rgb(0, 77, 123);
}
.footer-desc {
  justify-content: space-between;
  align-items: center;
}
.footer-rights {
  color: rgb(217, 219, 225);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.footer-messagers {
  justify-content: space-between;
  width: 15%;
}
.footer-messagers-image {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-messagers-image svg {
  max-width: 100%;
  fill: white;
  transition: 0.4s;
}
.footer-messagers-image:hover svg {
  fill: rgb(179, 179, 179);
}
@media (max-width: 1320px) {
  .footer-row {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .footer-menu-row {
    width: 60%;
  }
  .footer-messagers {
    width: 25%;
  }
  .footer-messagers-image {
    width: 32px;
  }
  .footer-rights {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer-menu-row {
    width: 63%;
  }
}
@media (max-width: 576px) {
  .footer-row {
    padding-top: 25px;
    flex-direction: column;
    gap: 20px;
  }
  .footer-menu-row {
    width: 100%;
  }
  .footer-desc {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer-messagers {
    width: 50%;
  }
}
@media (max-width: 350px) {
  .footer-column-title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 14px;
  }
  .footer-column-item {
    font-size: 12px;
    line-height: normal;
    margin-top: 6px;
  }
}

.dark {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.dark:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background: black;
  opacity: 0.5;
  z-index: 2;
}