.page-services .title-outer[data-v-fdb71e62] {
  display: flex;
  padding: 100px 140px;
  justify-content: space-between;
}
@media only screen and (max-width: 1365px) {
.page-services .title-outer[data-v-fdb71e62] {
    flex-direction: column;
    align-items: center;
}
}
@media only screen and (max-width: 767px) {
.page-services .title-outer[data-v-fdb71e62] {
    padding: 40px 30px;
}
}
.page-services .title-outer h1[data-v-fdb71e62] {
  font-size: 30px;
  font-weight: bold;
  color: rgb(var(--v-theme-primary));
  flex: 1;
}
@media only screen and (max-width: 959px) {
.page-services .title-outer h1[data-v-fdb71e62] {
    font-size: 18px;
}
}
.page-services .title-outer img[data-v-fdb71e62] {
  object-fit: cover;
  flex: 1;
}
@media only screen and (max-width: 1365px) {
.page-services .title-outer img[data-v-fdb71e62] {
    margin-top: 35px;
    flex: none;
    width: 100%;
}
}
.page-services .services[data-v-fdb71e62] {
  display: flex;
  padding: 40px 110px;
}
@media only screen and (max-width: 1365px) {
.page-services .services[data-v-fdb71e62] {
    flex-direction: column;
}
}
@media only screen and (max-width: 959px) {
.page-services .services[data-v-fdb71e62] {
    padding: 40px 0;
    padding-top: 0;
}
}
.page-services .services h2[data-v-fdb71e62] {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  min-width: 295px;
}
@media only screen and (max-width: 959px) {
.page-services .services h2[data-v-fdb71e62] {
    font-size: 18px;
}
}
.page-services .services .service-description[data-v-fdb71e62] {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
}
@media only screen and (max-width: 1365px) {
.page-services .services .service-description[data-v-fdb71e62] {
    padding: 0;
    margin-top: 20px;
}
}
.page-services .services .service-description p[data-v-fdb71e62] {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  min-height: 180px;
  white-space: pre-wrap;
}
@media only screen and (max-width: 959px) {
.page-services .services .service-description p[data-v-fdb71e62] {
    font-size: 12px;
    height: 143px;
}
}
.page-services .services .service-description .link-learn-more[data-v-fdb71e62] {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.page-services .services .service-description .link-learn-more div[data-v-fdb71e62] {
  font-size: 16px;
  font-weight: 500;
  color: rgb(var(--v-theme-primary));
}
@media only screen and (max-width: 959px) {
.page-services .services .service-description .link-learn-more div[data-v-fdb71e62] {
    font-size: 12px;
}
}
.page-services .services .service-description .link-learn-more span[data-v-fdb71e62] {
  font-size: 24px;
  font-weight: 500;
  color: rgb(var(--v-theme-primary));
}
.page-services .services .service-description hr[data-v-fdb71e62] {
  margin: 20px 0 0 0;
  border: solid 1px #fafafa;
}
.page-services .apply-panel[data-v-fdb71e62] {
  margin-bottom: 40px;
}
.page-services .visa-eligibility[data-v-fdb71e62] {
  margin-top: 40px;
}