.logo-section img {
  max-width: 302px;
  position: relative;
  z-index: 1;

  @media screen and (max-width: 475px) {
    max-width: 80%;
  }
}

main {
  min-height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

main .major-info {
  min-height: 100%;
  -ms-flex: 1 0 590px;
  flex: 1 0 590px;
  border-left: 30px solid #D4171C;

  @media screen and (max-width: 1024px) {
    border-right: 0;
    -ms-flex: 1 0 100%;
    flex: 1 0 calc(100% - 30px);
  }

  @media screen and (max-width: 475px) {
    flex: 1 0 calc(100% - 5px);
    border-left: 5px solid #D4171C;
  }
}

main .featured-image {
  width: 100%;
  min-height: 100%;
  z-index: -1;
  border-right: 30px solid #D4171C;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;

  @media screen and (max-width: 1400px) {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  @media screen and (max-width: 1024px) {
    display: none;
  }
}

main .featured-image .pic1,
main .featured-image .pic2,
main .featured-image .pic3,
main .featured-image .pic4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

main .featured-image .pic1 {
  width: 43%;
  height: 57%;
  margin: 0 4px 4px 0;
  background-image: url("../img/bg-pic-1.webp");

  @media screen and (max-width: 1400px) {
    display: none;
  }
}

main .featured-image .pic2 {
  width: calc(57% - 8px);
  height: 57%;
  margin: 0 4px 4px 0;
  background-image: url("../img/bg-pic-2.webp");

  @media screen and (max-width: 1400px) {
    margin: 0;
    width: 100%;
    height: 34%;
  }
}

main .featured-image .pic3 {
  height: calc(43% - 4px);
  width: calc(50% - 4px);
  margin: 0 4px 0 0;
  background-image: url("../img/bg-pic-4.webp");

  @media screen and (max-width: 1400px) {
    margin: 0;
    width: 100%;
    height: 33%;
  }
}

main .featured-image .pic4 {
  height: calc(43% - 4px);
  width: calc(50% - 4px);
  margin: 0 4px 0 0;
  background-image: url("../img/bg-pic-3.webp");

  @media screen and (max-width: 1400px) {
    margin: 0;
    width: 100%;
    height: 33%;
  }
}

main .major-info section .title {
  font-family: "novecento-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  line-height: 27px;
  color: #1A2551;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

main .major-info .padding {
  padding: 30px 95px 30px 65px;

  @media screen and (max-width: 1440px) {
    padding: 0 45px 6vw;
  }

  @media screen and (max-width: 475px) {
    padding: 0 4vw 12vw;
  }
}

main .major-info .padding.logo-section {
  position: relative;
  background-color: #1A2551;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0 4px 45px;

  @media screen and (max-width: 1440px) {
    padding: 30px 45px 30px;
  }

  @media screen and (max-width: 1024px) {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5vw 0;
    margin-bottom: 12vw;
    background-image: url("../img/bg-pic-2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 350px;
    margin-left: 0;
    margin-right: 0;
  }
}

main .major-info .padding.logo-section .overlay {
  @media screen and (max-width: 1024px) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
  }
}

main .major-info .padding.company-name {
  padding-bottom: 65px;
  padding-top: 20px;

  @media screen and (max-width: 475px) {
    padding-bottom: 40px;
  }
}

main .major-info .padding.services {
  padding-right: 45px;
}

main .major-info section .content {
  font-size: 13px;
  color: #707070;
}

main .major-info section .content--icons {
  padding-top: 15px;
}

main .major-info section .content p {
  margin-bottom: 2rem;
  color: #707070;
  line-height: 22px;
}

main .major-info section .content p:last-child {
  margin-bottom: 0;
}

main .major-info section .content .icons {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 4px solid rgba(112, 112, 112, 0.15);
  padding-left: 30px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
  }

  @media screen and (max-width: 475px) {
    padding-left: 10px;
  }
}

main .major-info section .content .icons .icon {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 27px;
}

main .major-info section .content .icons .icon:nth-child(5),
main .major-info section .content .icons .icon:nth-child(6),
main .major-info section .content .icons .icon:last-child {
  margin-bottom: 0;
}

main .major-info section .content .icons .icon:nth-child(5) {
  @media screen and (max-width: 767px) {
    margin-bottom: 27px;
  }
}

main .major-info section .content .icons .icon img {
  width: 37px;
  height: 37px;
}

main .major-info section .content .icons .icon:nth-child(1) img {
  height: 45px;
}

main .major-info section .content .icons .icon-wrap {
  display: flex;
}

main .major-info section .content .icons .icon {
  max-width: calc(50% - 2px);

  @media screen and (max-width: 767px) {
    max-width: none;
  }
}

main .major-info section .content .icons .icon a {
  font-weight: 600;
  letter-spacing: 1.3px;
  padding-left: 20px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #000000;
}

main .major-info section .content .icons .icon a:hover {
  color: #D4171C;
}

main .major-info section .content .icons .icon--full-width {
  max-width: calc(100% - 2px);
}

main .major-info section .content .icons .icon .icon-title {
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 13px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 10px;
}
