@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

* {
  font-family: "Nunito Sans", sans-serif !important;
}

.tw-footer-container {
  display: grid;
}

.tw-footer-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tw-footer-left > p {
  font-size: 1.25rem;
  color: #373131;
}

.tw-footer-left > img {
  width: 200px;
  height: auto;
}

@media (min-width: 1024px) {
  .tw-footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tw-links {
    padding-top: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .tw-footer-container {
    max-width: 500px;
  }
  .pricebtn4 {
    font-size: 24px;
  }
  .servicesdiv4 {
    font-size: 1.6vw;
  }
  .servicesdiv4 > h5 {
    font-size: 2vw;
  }
  .servicesdiv5 {
    font-size: 1.6vw;
  }
  .servicesdiv5 > h5 {
    font-size: 2vw;
  }
}

.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.gap-6 {
  gap: 1.5rem;
}

.tw-container {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tw-common-heading {
  font-size: 48px;
  font-weight: 700;
  padding-inline: 10px;
  text-align: center;
  color: #373131;
}

.tw-common-para {
  font-size: 21px;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
  padding-inline: 10px;
  color: #373131;
  font-weight: 500;
}

@media (max-width: 768px) {
  .tw-common-heading {
    text-align: center;
    font-size: 38px;
  }
  .pricebtn4 {
    font-size: 1.2rem;
  }
  .servicesdiv4 {
    font-size: 1.2rem;
  }
  .servicesdiv4 > h5 {
    font-size: 1.3rem;
  }
  .servicesdiv5 {
    font-size: 1rem;
  }
  .servicesdiv5 > h5 {
    font-size: 1.3rem;
  }
}

@media (max-width: 430px) {
  .tw-common-heading {
    text-align: center;
    font-size: 32px;
  }
}

.quicklinks {
  color: rgb(14, 13, 13);
  text-decoration: none;
  font-size: 18px;
}
.main_footer {
  color: black;
  margin: auto;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding: 20px 0;
}

.footer-text {
  max-width: 400px;
  text-align: left;
}
.links {
  /* margin-left: 200px; */
  display: flex;
  /* max-width: 700px; */
}

.others {
  margin-left: 100px;
}
@media (max-width: 530px) {
  .others {
    margin-left: 0px;
  }
  .tw-links {
    flex-direction: column;
  }
  .tw-footer-container {
    max-width: 90%;
    margin: auto;
  }
}

.logoandtext {
  text-align: left;
  margin-left: 40px;
  flex: display;
  flex-direction: column;

  justify-content: center;
}
.footer_para {
  /* width: 350px; */
  word-wrap: break-word;
  margin-bottom: 20px;
  font-size: 21px;
  color: #373131;
}

.footer-icons {
  text-align: right;
}

.footer-icons a {
  color: #1d91e8;
  margin: 0 10px;
  font-size: 1.5em;
}

.footer-links {
  margin-right: 20px;
  justify-content: center;
  text-align: left;
}

.footer-links h5 {
  color: #1d91e8;
  margin-bottom: 10px;
  align-items: center;
}

.footer-links p {
  margin-bottom: 5px;
}

.get-in-touch {
  text-align: left;
}

.contact-icons {
  text-align: left;
  padding-top: 10px;
}

.contact-icons p {
  margin-bottom: 5px;
}

.contact-icons hr {
  border-top: 1px solid white;
}

.copyright,
.policy {
  text-align: center;
  margin-top: 20px;
}

.policy p {
  display: inline-block;
  margin-right: 10px;
}

.tw-footer-bottom {
  display: flex;
  justify-content: space-between;
}
.tw-divider {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #5e5e5e53;
  margin-block: 1rem;
}

.fotter-bottom-left-section {
  display: flex;
  gap: 10px;
  font-size: 22px;
  color: #373131 !important;
  font-weight: 500;
}
.tw-vertical-divider {
  width: 2px;
  height: 60%;
  flex-shrink: 0;
  background-color: #5e5e5e53;
}

.fotter-bottom-left-section > p {
  margin: 0;
}

@media (max-width: 768px) {
  .tw-footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 402px) {
  .others {
    margin: 0;
  }

  .fotter-bottom-left-section {
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    /* gap: -10px; */
  }

  .tw-vertical-divider {
    display: none;
  }
}

.tw-services-heading {
  font-size: 63px;
  line-height: 56px;
  font-weight: bold;
}

.tw-services-para {
  font-size: 17px;
  color: #373131;
  max-width: 85%;
}

.pricebtn4 {
  background-color: #f1511b;
  white-space: nowrap;
  /* width:290px; */
  padding-inline: 3rem;
  /* height:60px; */
  font-size: 31px;
  border-radius: 20px;
  font-weight: 700;
  color: white;
  /* margin:auto; */
  /* margin-top:30px; */
  border-radius: 99px;
}
.blackdivspart2 {
  width: 350px;
  /* height:150px; */

  color: white;
}

.blackdivspart2 h2 {
  font-weight: 900;
  font-size: 25px;
}

.blackdivspart2 p {
  font-size: 21px;
}

@media (max-width: 768px) {
  .tw-services-heading {
    font-size: 42px;
    /* text-align: center; */
  }
}

@media (max-width: 640px) {
  .tw-services-heading {
    font-size: 45px;
    /* text-align: center; */
    /* margin-bottom: 3rem; */
  }
  .pricebtn4 {
    font-size: 5vw;
  }
}

.whyChooseUsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap:40px;
}

.whyChooseTopContainer {
  margin-bottom: 82px;
}

@media (max-width: 1140px) {
  .whyChooseUsContainer {
    gap: 10px;
  }
  .whyChooseTopContainer {
    margin-bottom: 42px;
  }
  .blackmaindiv {
    flex-basis: 470px !important;
    width: 470px;
    height: 270px !important;
  }
}

@media (max-width: 992px) {
  .blackmaindiv {
    flex-basis: 544px !important;
    /* width: 470px; */
    /* height: 270px !important; */
  }
  .whyChooseTopContainer {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .whyChooseUsContainer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    place-items: center;
  }
  .servicesdiv4 > p {
    font-size: 1rem !important;
  }
  .servicesdiv4 > h5 {
    font-size: 1.2rem !important;
  }
  .servicesdiv5 > p {
    font-size: 1rem !important;
  }
  .servicesdiv5 > h5 {
    font-size: 1.2rem !important;
  }
  .tw-services-container-wrapper > div {
    box-sizing: content-box;
    /* height: 200px; */
  }
}

@media (max-width: 540px) {
  .blackmaindiv {
    width: 90%;
    flex-direction: column;
    height: fit-content !important;
  }
  .blackdivspart2 {
    text-align: center;
  }
}

.blackmaindiv {
  display: flex;
  align-items: center;
  /* gap: 1rem; */
  margin: 10px;
  padding: 20px;
  background-color: #373131;
  color: white;
  border-radius: 25px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  flex-basis: 514px;
  height: 242px;
}

.tw-navigatingCloud {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
}

.tw-navigatingCloud > p {
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  max-width: 50%;
}

@media (min-width: 1024px) {
  .tw-navigatingCloud > p.devops {
    font-size: 50px !important;
  }
}

@media (max-width: 1024px) {
  .tw-navigatingCloud > p {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .tw-navigatingCloud {
    flex-direction: column;
    align-items: center;
    padding: 15px;

    /* text-align: center; */
  }

  .tw-navigatingCloud > p {
    max-width: 100%;
    font-size: 6vw;
    /* padding-left: 2rem; */
  }
}

.tw-devops-cards {
  width: 300px;
  margin-inline: auto;
  background-color: white;
  border-radius: 20px;
}

.tw-top-container {
  display: flex;
  gap: 1rem;
}

.servicesdiv4 {
  padding: 20px 10px;
  /* display: flex;
  flex-direction: column; */
  /* margin: auto; */
  background-color: #ffffff;
  margin: 20px;
  font-size: 1.2vw;
  text-align: center;
  border-radius: 17px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 220px !important;
  height: 340px !important;
}

.servicesdiv4 > p,
.servicesdiv5 > p {
  font-size: 15px;
  margin: 0;
}

.servicesdiv4 > h5,
.servicesdiv5 > h5 {
  font-size: 1.3vw;
  font-weight: bolder;
  margin-block: 1.5rem;
}

@media (min-width: 1400px) {
  .servicesdiv4 > h5,
.servicesdiv5 > h5 {
  font-size: 20px !important;
}
}

.tw-services-container-wrapper > div > h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 39px;
  color: #373131;
}

.tw-services-container-wrapper > div > p {
  font-size: 17px;
  line-height: 21px;
  color: #373131;
}

.tw-services-container-wrapper > div > img {
  width: 66px;
  height: 52px;
  margin-left: -10px;
}

.servicesdiv5 {
  text-align: center;
  padding: 20px 10px;
  background-color: #ffffff;
  /* margin: 10px; */
  margin-top: 70px;
  font-size: 1.2vw;
  height: 310px;
  border-radius: 17px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  width: 220px;
  height: 340px;
}

.tw-services-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.tw-services-container-wrapper > div {
  background-color: white;
  border-radius: 15px;
  padding: 20px 10px;
  border: 5px solid rgba(255, 255, 255, 0);
  height: 280px;
  width: 316px;
  position: relative;
}

.tw-services-container-wrapper > div:hover {
  border: 5px solid #fbbc09 !important;
}

@media (max-width: 768px) {
  .tw-services-container-wrapper {
    flex-direction: column;
    max-width: 300px;
    margin-inline: auto;
    /* height: 300px; */
  }

  .tw-services-container-wrapper > div {
    height: fit-content !important;
  }
}

.tw-content-box {
  box-sizing: content-box;
}

@media (max-width: 1280px) {
  .tw-consultancyCards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: center;
    align-items: center;
    place-content: center;
    place-items: center;
    gap: 2rem;
    max-width: fit-content;
    /* max-width: 80%;
    margin: auto; */
    /* place-content: center; */
  }
}

@media (max-width: 640px) {
  .tw-consultancyCards {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .servicesdiv3,
  .servicesdiv2 {
    margin: 10px;
  }
}

.servicesdiv2 {
  padding: 10px;
  background-color: #ffffff;
  /* margin: 10px; */
  font-size: 14px;
  width: 220px;
  height: 340px;
  border-radius: 12px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  /* gap: 1rem; */
  text-align: center;
  border: 4px solid #6db8f200;
  position: relative;
}

.servicesdiv2:hover {
  border: 4px solid #6db8f2;
}

.servicesdiv3:hover {
  border: 4px solid #6db8f2;
}
.servicesdiv3 {
  padding: 10px;
  background-color: #ffffff;
  /* margin: 10px; */
  margin-top: 80px;
  font-size: 14px;
  width: 220px;
  height: 340px;
  border-radius: 12px;
  border: 4px solid #6db8f200;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem; */
  text-align: center;
  position: relative;
}

.see-all-button2 {
  margin: auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1511b;
  border-radius: 8px;
  padding-inline: 2rem;
  padding-block: 0;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.tw-services-top-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* grid-column: span 1 / span 1; */
}

@media (max-width: 420px) {
  .tw-services-top-container {
    max-width: 92% !important;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .tw-services-top-container {
    max-width: 75%;
    margin: auto;
  }
}

.tw-services-wrapper {
  background-color: #f4f4f4;
  padding-bottom: 2rem;
  padding-top: 3.4rem;
}

.tw-service-container {
  text-align: center;
}

.whyChosseUsPara {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
  font-size: 21px;
  line-height: 26px;
}

@media (max-width: 866px) {
  .whyChosseUsPara {
    max-width: 90%;
  }
}
.tw-our-services {
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .tw-our-services {
    text-align: center;
    font-size: 38px;
  }
}

.tw-servicesdivs {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin: auto;
  color: white;
}
.tw-our-services-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .tw-our-services-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .tw-our-services-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.tw-service-div1 {
  background-color: white;
  border: 5px solid #fbbc09;
  color: #000;
  text-align: left;
  padding: 0px 20px 20px;
  margin: 20px;
  border-radius: 20px;
  /* box-shadow: 1px 15px 10px rgba(0, 0, 0, 0.4); */
  margin-bottom: 20px;
  /* min-height: 340px; */
}

.tw-service-div2 {
  background-color: white;
  min-height: 300px;
  border: 4px solid #f1511b;
  color: #000;
  text-align: left;
  padding: 0px 20px 20px;
  margin: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.tw-service-div3 {
  background-color: white;
  min-height: 300px;
  border: 4px solid#1D91E8;
  color: #000;
  text-align: left;
  padding: 0px 20px 20px;
  margin: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.tw-service-div-r {
  background-color: white;
  border: 4px solid #fbbc09;
  color: #000;
  text-align: left;
  padding: 0px 20px 20px;
  margin: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  min-height: 340px;
  border-radius: 20px;
}

.nav-link:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.nav-link {
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1102px) {
  .nav-link {
    font-size: 1.2rem;
  }

  nav li {
    margin: 10px 5px !important;
  }
}

.tw-shadow-img {
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 100px;
  z-index: -991 !important;
}

.cloud-card-heading {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #373131;
  /* margin-block: 1rem; */
  text-transform: uppercase;
}

.cloud-card-text {
  font-size: 17px;
  line-height: 21px;
  padding-inline: 10px;
}

.readmorebtn {
  font-size: 9px;
  color: #373131;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
}

.cloud-card-img {
  width: 207px;
  height: 32px;
}

.pricebtn2 {
  width: 200px;
  background-color: #f1511b;
  color: white;
  margin: 5px;
  font-size: 23px;
  border-radius: 99px;
  text-transform: uppercase;
  font-weight: 700;
}

#mobileappbox {
  width: 270px !important;
  height: 282px !important;
  padding-block: 5px;
  padding-inline: 25px;
  margin: 10px;
}

#mobileappbox > h5 {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #373131;
}

#mobileappbox > p {
  font-size: 14px;
  line-height: 17px;
  color: #373131;
}

#mobileappbox > img {
  width: 100px;
  height: 100px;
}

#mobileappparas > h2 {
  font-size: 25px;
  color: #373131;
  font-weight: bold;
  line-height: 30px;
}

#mobileappparas > p {
  font-size: 19px;
  line-height: 26px;
  color: #373131;
  width: 380px;
  margin: auto;
}

.mobileappboxmt1 {
  margin-top: 10rem !important;
}

.mobileappboxmt2 {
  margin-top: 5rem !important;
}

.mobileappboxcontainer {
  display: flex;
}

@media (max-width: 602px) {
  .mobileappboxcontainer {
    flex-direction: column;
  }
  .mobileappboxmt1 {
    margin-top: 10px !important;
  }

  .mobileappboxmt2 {
    margin-top: 10px !important;
  }

  .servicesdiv4 > h5 {
    margin-block: 1rem;
  }
}

@media (max-width: 1024px) {
  #mobileappparas {
    margin-top: 20px !important;
  }
}

@media (min-width: 1024px) {
  #mobileappheadingtxt {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 1280px) {
  .tw-services-top-container {
    padding-block: 2rem;
  }
}

.learnmorebtn2 {
  color: #ff6100;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  position: absolute;
  bottom: 10px;
}

.pricebtnnav {
  width: 180px;
  height: 40px;
  font-size: 20px;
  background-color: #f1511b;
  color: white;
  margin: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: #f1511b;
  border-radius: 20px;
  font-weight: bold;
}

.pricebtnnav > a:hover {
  color: white !important;
  text-decoration: underline !important;
}

.tw-footer-bottom > a {
  display: none;
}

@media (max-width: 768px) {
  .fotter-bottom-left-section {
    flex-direction: column;
    gap: 0;
  }

  .fotter-bottom-left-section > p {
    margin: 0 !important;
  }

  .fotter-bottom-left-section > .tw-vertical-divider {
    display: none !important;
  }
}

nav {
  max-width: 1366px;
  margin-inline: auto;
}


.tw-navCloud-heading {
  font-size: 4vw !important;
  line-height: 61px !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  max-width: 1250px;
  width: 100%;
}

@media (min-width: 1200px){
  .tw-navCloud-heading {
    font-size: 50px !important;
  }
}
@media (min-width: 1300px){
  .tw-navCloud-heading {
    font-size: 57px !important;
  }
}
@media (max-width: 1200px){
  .tw-navCloud-heading {
    line-height: 43px !important;
    padding-inline: 1rem;
  }

  #navCloudBtn {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .tw-navCloud-heading {
    flex-direction: column !important;
    font-size: 28px !important;
    line-height: 30px !important;
  }
}

#cloudSoftHeading {
  font-size: 38px;
  font-weight: bolder;
  line-height: 45px;
  color: rgb(55, 49, 49);
}

@media (max-width: 1024px) and (min-width: 768px) {
    #cloudSoftHeading {
      font-size: 30px;
      line-height: 30px;
    }
}

@media (max-width: 768px) {
  #cloudSoftHeading {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  #cloudSoftHeading {
    font-size: 26px;
    line-height: 26px;
  }
}


#webHeading23 > p {
  max-width: 500px;
  font-size: 43px !important;
  line-height: 45px !important;
}


@media (max-width: 540px){
  
#webHeading23 > p {
  font-size: 33px !important;
  line-height: 35px !important;
}
}

#mobileAppBoxsd {
  width: 270px !important;
  height: 262px !important;
}

#mobileAppBoxsd > h5 {
  font-size: 17px;
  line-height: 24px;
}

#mobileAppBoxsd > p {
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 1024px) {
  #mobileAppBoxsd {
    width: 270px !important;
    height: 292px !important;
  }
}

#devOpcHeading > p {
  font-size: 51px !important;
  line-height: 54px;
}

@media (max-width: 1060px) {
  #devOpcHeading > p {
    font-size: 45px !important;
    line-height: 49px !important;
  }
}

@media (max-width: 1024px) {
  #devOpcHeading > p {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  #devOpsBtnsm {
    font-size: 24px !important;
    }
}

@media (max-width: 600px) {
  #devOpcHeading > p {
    font-size: 34px !important;
    line-height: 36px !important;
    text-align: center;
  }
}

.tw-planning-box > h4 {
  font-size: 26px !important;
  line-height: 32px !important;
  color: #373131;
  font-weight: bolder !important;
}

.tw-planning-box > p {
  font-size: 19px !important;
  line-height: 24px;
  color: #373131;
}

#customSolHeadings {
  font-size: 37px;
  line-height: 36px;
  color: #373131;
  padding-inline: 2rem;
}

#cto-heading3 {
  font-size: 44px !important;
  line-height: 49px !important;
  color: #373131;
  max-width: 950px !important;
  margin-inline: auto;
}

@media (max-width: 540px){
  #cto-heading3 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
}

.tw-cto-box h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: bolder;
}

.tw-cto-ul {
  font-size: 18px !important;
  line-height: 23px !important;
}

.tw-help-card {
  max-width: 880px !important;
  /* max-height: 167px !important; */
  gap: 10px;
}

#cto-headinf {
  font-size: 45px !important;
  line-height: 54px !important;
}

@media (max-width: 600px) {
  
#cto-headinf {
  font-size: 36px !important;
  line-height: 44px !important;
}
}