.page-top {
  margin-bottom: 4rem!important;
  margin-top: 8rem;
}

.fl-50 {
  display: flex;
}

.fl-50 .l-div, .fl-50 .l-div,{
  width: 50%;
}

.f-col {
  display: flex;
  flex-direction: column;
}

.f-row {
  display: flex;
  flex-direction: row;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-67 {
  width: 67%;
  display: flex;
  flex-direction: column;
}
.group-w33 {
  display: flex;
}


.w2-text {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: uppercase;
}

.w2-img {
  display: flex;
  justify-content: flex-end;
}

.border-b {
  display: flex;
  border-bottom: 1px solid #E7E1DB;
}

.title-text {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 28px;
}

.margin-row {
  margin-top:40px;
}

.type-1-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type-1-container {
  justify-content: space-between;
  min-height: 300px;
}

.type-1-title span{
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 20px;
}
.type-1-title img{
  max-width: 260px;
}
.type-1-content {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  max-width: 220px;
  /* gap: 20px; */
  margin-bottom: 40px;
}
.type-1-content img{
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}

.colontitul {
  font-weight: 500;
  line-height: 120%;
  font-size: 12px;
  margin-bottom: 40px;
}

.type-2-container {
  align-items: center;
  gap: 20px;
  padding: 0px 0px 40px 0px;
}
.type-2-container img{
  width: 100px;
  height: 100px;
}
.type-2-content {
  display: flex;
  gap:20px;
  flex-direction: column;
  width: 100%;
}

.type-2-content {

}

.type-2-container span{
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
  max-width: 80%;
}

.no-center{
  align-items:flex-start;
}
