.travel-requests__landing .landing {
  display: flex;
  justify-content: space-between;
}
.travel-requests__landing .landing .image-right {
  margin-top: 20px;
}
.travel-requests__landing .landing .image svg {
  width: 100%;
}
.travel-requests__landing .landing .main {
  line-height: 2;
  display: flex;
  flex-direction: column;
  padding-right: 166px;
  /* .subtitle {
     font-size: 18px;
     color: #6f6f6f;
     font-weight: 700;
     margin-bottom: $spacer3;
   }*/
}
.travel-requests__landing .landing .main .title {
  font-size: 40px;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.travel-requests__landing .landing .main .text {
  font-size: 18px;
  color: #6f6f6f;
}
.travel-requests__landing .landing .main .types {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
.travel-requests__landing .landing .main .types__item {
  width: 154px;
  height: 254px;
  background: #fff;
  border-radius: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 14px 0;
  border: 2px dashed #0197F6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
}
.travel-requests__landing .landing .main .types__item:hover {
  border: 4px solid #0197F6;
  padding: 12px 0;
}
.travel-requests__landing .landing .main .types__item:hover .name {
  color: #0197F6;
}
.travel-requests__landing .landing .main .types__item:active {
  background-color: rgba(1, 151, 246, 0.08);
}
.travel-requests__landing .landing .main .types__item .name {
  font-size: 20px;
  font-weight: 700;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.travel-requests__landing .landing .main .types__item .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #EBF3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.travel-requests__landing .landing .main .types__item .image img {
  height: 90%;
}
@media (max-width: 1366px) {
.travel-requests__landing .landing .image-right {
    margin-top: 50px;
}
.travel-requests__landing .landing .image-right img {
    width: 370px;
}
.travel-requests__landing .landing .main {
    padding-right: 40px;
}
.travel-requests__landing .landing .main .title {
    font-size: 32px;
}
.travel-requests__landing .landing .main .text {
    font-size: 14px;
}
.travel-requests__landing .landing .main .types {
    margin-top: 120px;
}
.travel-requests__landing .landing .main .types__item {
    width: 120px;
    height: 184px;
}
.travel-requests__landing .landing .main .types__item .name {
    font-size: 16px;
    height: 90px;
}
.travel-requests__landing .landing .main .types__item .image {
    width: 80px;
    height: 80px;
}
}
