body {
    font-family: 'inter';
    text-align: left;
    background: #FCFCFC;
}
span {
    font-weight: 900;
    color: black;
}
ul li {
    color: #575757;
    line-height: 1.75em;
    text-align: left;
}
a {
    text-decoration: none;
}
p {
    color: #575757;
}
.Section-one {
    width: 100%;
    height: 100%;
    background: url("../images/page-5 (Contact us)/section-1/background.svg") top center;
    background-size: cover;
    position: relative;
    padding: 6em;
    margin-top: 5em;
}
.Section-one h1 {
    width: 80%;
    margin: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;  
}
@media (max-width: 992px) {
    .Section-one h1 {
        font-size: 36px;
        width: 100%;
        margin: 0;
    }
    .Section-one {
        padding-inline: 2em;
    }
}





/*--------------------------------------------------------------
# Section-two
--------------------------------------------------------------*/
.Section-two {
    padding-top: 3em;
    padding-inline: 1em;
}
.Section-two h1 {
    font-weight: 900;
    margin-top: 2em;
    margin-bottom: 0em;
}
.Section-two h3 {
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.5em;
}





/*--------------------------------------------------------------
# Section-three
--------------------------------------------------------------*/
.Section-three {
    background: #FCFCFC;
    margin-bottom: 7em;
}
.container-S3 {
  background: url("../images/page-1 (Home)/section-9/background.svg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  position: relative;
  height: 338px;
  padding: 0;
  margin-bottom: 1em;
}
.Section-three h2 {
  padding-top: 1.5em;
  padding-bottom: 0.25em;
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;  
}
.Section-three button {
  padding: 0.75em;
  padding-inline: 1.5em;
  text-align: center;
  background: #FFFFFF;
  border: none;
  border-radius: 5px; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 150%;
  color: #0074E4;   
}
.Section-three button:after {
  content: ' ';
  position: absolute;
  opacity: 0;  
  top: 14px;
  right: -20px;
  transition: 0.5s;
}
.Section-three button a {
  color: #0074E4;
}
.Section-three button a:hover {
  color: #0074E4;
}
.Section-three button:hover:after {
  opacity: 1;
  right: 10px;
}
.Section-three button:focus {
  background: linear-gradient(0deg, #D8EBFE, #D8EBFE), #FFFFFF;
  box-shadow: 10px 10px 24px rgba(73, 90, 107, 0.23);
}
.Section-three button div {
  float: right;
}
.Section-three button img {
  padding-left: 0.5em;
  height: 1.25em;
  padding-bottom: 5px;
}
button>div { display: none; }
button:hover>div { display: block; }
@media (max-width: 992px) {
  .Section-three h2 {
    font-size: 32px;
    padding-inline: 0.25em;
  }
  .Section-three button {
    padding-block: 0.5em;
    margin-top: 0.5em;
  }
}