.title__container {
  display: flex;
  text-align: left;
  margin: 60px 110px;
}

.title {
  color: #1A2634;
  text-transform: uppercase;
}

.title__part--light {
  margin: 0;
  width: 190px;
  font-weight: 400;
  font-size: 46px;
  line-height: 18px;
  border-bottom: 12px solid #CBD42F;
}

.title__part--bold {
  margin: 0;
  font-size: 58px;
  line-height: 50px;
}

.text__container {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0px 10%;
}

.text {
  font-size: 18px;
  line-height: 30px;
}

.text__image {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.text__image img {
  width: 750px;
  height: auto;
}

.infographic__container {
  display: flex;
  flex-direction: column;
  margin: 40px 10%;
}

.infographic__title {
  text-align: center;
  color: #1A2634;
  text-transform: uppercase;
}

.infographic__title--light {
  font-size: 30px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.infographic__title--bold {
  font-size: 42px;
  line-height: 48px;
  margin: 0;
}

.infographic {
  display: flex;
  flex-direction: column;
  margin: 40px 110px;
}

.infographic__topic__container {
  display: flex;
  align-items: center;
}

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

.degree {
  display: flex;
  flex-direction: column;
  height: 300px;
  width: 310px;
  position: relative;
}

.degree__image {
  width: 88px;
  height: 76px;
  margin: 20px 40px 0;
  object-fit: contain;
}

.degree__text {
  min-height: 140px;
  padding: 20px 20px 20px 40px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin: 0px;
  font-weight: bold;
  color: #1A2634;
}

.degree__border--a {
  position: absolute;
  height: 100%;
  width: 155px;
  border-width: 2px;
  border-left-style: dashed;
  border-bottom-style: dashed;
  border-color: #CBD42F;
}

.degree__border--b {
  position: absolute;
  height: 100%;
  width: 153px;
  border-width: 2px;
  border-left-style: dashed;
  border-bottom-style: dashed;
  border-color: #CBD42F;
}

.degree__border--c {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 155px;
  border-width: 2px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #CBD42F;
}

.degree__border--d {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 155px;
  border-width: 2px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #CBD42F;
}

.degree__border--e {
  display: none;
}
.degree__border--f {
  display: none;
}

.spacer {
  height: 45px;
}

@media (max-width: 774px) {

  .title__container {
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 60px 10%;
  }
  .title {
    color: #1A2634;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title__part--light {
    font-size: 26px;
    line-height: 8px;
    border-bottom: 9px solid #CBD42F;
    margin: 0;
    width: auto;
  }
  .title__part--bold {
    margin: 0;
    font-size: 32px;
    margin-top: -6px;
  }
  .text__image img {
    width: 350px;
    height: auto;
  }
  .degree__border--a {
    display: none;
  }
  .degree__border--b{
    display: none;
  }
  .degree__border--c {
    display: none;
  }
  .degree__border--d {
    display: none;
  }
  .degree {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 270px;
    width: 310px;
    position: relative;
  }
  .degree__text {
    min-height: 140px;
    padding: 10px 40px 0 40px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 0px;
    font-weight: bold;
    color: #1A2634;
  }
  .degree__border--e {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    border-width: 2px;
    border-left-style: dashed;
    border-bottom-style: dashed;
    border-color: #CBD42F;
  }
  .degree__border--f {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 99%;
    border-width: 2px;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-color: #CBD42F;
  }
  .degree__image {
    width: 58px;
    height: 46px;
    margin: 20px 30px 0;
  }
}