.w-100{
    width: 100%;
}
.section-1{
    padding: 35px 5% 70px 5%;
}
.section-1-row{
    display: flex;
}
.section-1-row-c1{
    width: 60%;
    display: flex;
  justify-content: center;
  align-items: center;
}
.section-1-row-c2{
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.section-1-row-c2 img{
    width: 65%;
}
.section-1-row-c1-container{
    width: 100%;
    display: flex;
}
.section-1-row-c1-container-left{
    width: 20%;
    padding-right: 25px;
}
.section-1-row-c1-container-middle{
    width: 80%;
}
.section-1-row-c1-container-right{
    width: 15%;
    padding-left: 25px;
}
.section-1-row-c1-container-left img, .section-1-row-c1-container-right img{
    width: 100%;
}
.section-1-row-c1-container-middle p{
font-size: 24px;
  line-height: 1.6;
    display: flex;
  align-items: flex-end;
  }
.section-1-row-c1-container-middle p img{
width: 50px;
  margin-bottom: 0;
  margin-left: 0;
  }

@media only screen and (max-width: 1024px) {
    .section-1 {
        padding: 15px 5% 60px 5%;
    }
    .section-1-row-c1-container-middle p {
        font-size: 16px;
    }
    .section-1-row-c1-container-middle p img {
        width: 20px;
        margin-bottom: -5px;
        margin-left: 10px;
    }
    .section-1-row-c1-container-left {
        padding-right: 10px;
    }
    .section-1-row-c2 img {
        width: 50%;
    }
}
@media only screen and (max-width: 992px) {
    .section-1 {
        padding: 15px 5% 60px 5%;
    }
    .section-1-row-c1-container-left{
        width: 20%;
    }
    .section-1-row-c1-container-middle {
        width: 80%;
    }
    .section-1-row-c1-container-middle p {
        font-size: 16px;
    }
    .section-1-row-c1-container-middle p img {
        width: 30px;
        margin-bottom: -5px;
        margin-left: 10px;
    }
    .section-1-row-c1-container-left {
        padding-right: 10px;
    }
    .section-1-row-c2 img {
        width: 70%;
    }
}
@media only screen and (max-width: 768px) {
    .section-1 {
        padding: 15px 5% 30px 5%;
    }
    .section-1-row-c1-container{
        width: 100%;
    }
    .section-1-row-c1-container-left{
        width: 25%;
    }
    .section-1-row-c1-container-middle {
        width: 75%;
    }
    .section-1-row-c1-container-middle p {
        font-size: 16px;
    }
    .section-1-row-c1-container-middle p img {
        width: 30px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .section-1-row-c1-container-left {
        padding-right: 10px;
    }
    .section-1-row-c2 img {
        width: 80%;
    }
}
@media only screen and (max-width: 575px) {
    .section-1 {
        padding: 15px 5% 30px 5%;
    }
    .section-1-row-c1-container{
        width: 100%;
    }
    .section-1-row-c1-container-left{
        width: 25%;
    }
    .section-1-row-c1-container-middle {
        width: 75%;
    }
    .section-1-row-c1-container-middle p {
        font-size: 12px;
    }
    .section-1-row-c1-container-middle p img {
        width: 30px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .section-1-row-c1-container-left {
        padding-right: 10px;
    }
    .section-1-row-c2 img {
        width: 80%;
    }
}


.section-2{
    padding: 0 5%;
}

/*.timeline-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.timeline {
  position: relative;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#plane {
  position: absolute;
  width: 80px;
  height: auto;
  transform: translateY(-50%) rotate(0deg);
  transition: all 1s ease-in-out;
  z-index: 2;
}

.point-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.point {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.point:hover {
  background-color: #e74c3c;
  transform: scale(1.2);
}

.year {
  font-size: 12px;
  position: absolute;
  bottom: -25px;
  white-space: nowrap;
}

.description-box {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 30px;
  border-radius: 8px;
  text-align: center;
  min-height: 50px;
  transition: all 0.5s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}*/



.section-3{
    padding: 0 5% 60px 5%;
}
.main-title {
  font-family: 'losta-masta-bold';
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1;
}
.section-3-row{
    display: flex;
}
.section-3-row-c1{
    width: 50%;
}
.section-3-row-c2{
    width: 50%;
    padding-left: 7%;
}
.section-3-row-c1 img{
    width: 100%;
}
.section-3-row-c2 p{
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px 0;
}
.section-3-row-c2 h2{
color: rgba(0, 0, 0, 0.5);
  font-family: 'poppins-medium';
  margin: 0 0 15px 0;
  font-size: 28px;
  }
.section-3-row-c2 img{
  max-width: 220px;
  width: 100%;
  margin: 0 0 15px 0;
  }
/*.section-3-row-c2 h2 span.color-1{
    color: #8c191b;
}
.section-3-row-c2 h2 span.color-2{
    color: #fbb379;
}
.section-3-row-c2 h2 span.color-3{
    color: #f0e6b0;
}*/
@media only screen and (max-width: 1024px) {
    .section-3 {
        padding: 0 5% 70px 5%;
    }
    .main-title {
        font-size: 32px;
    }
    .section-3-row-c2 h2 {
        font-size: 22px;
    }
    .section-3-row-c2 p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .section-3 {
        padding: 0 5% 70px 5%;
    }
    .main-title {
        font-size: 32px;
    }
    .section-3-row-c2 h2 {
        font-size: 22px;
    }
    .section-3-row-c2 p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .section-3 {
        padding: 0 5% 60px 5%;
    }
    .main-title {
        font-size: 28px;
    }
    .section-3-row {
        flex-wrap: wrap;
    }
    .section-3-row-c1, .section-3-row-c2 {
        width: 100%;
    }
    .section-3-row-c2 {
        padding-top: 30px;
        padding-left: 0;
        text-align: center;
    }
    .section-3-row-c2 h2 {
        font-size: 24px;
    }
    .section-3-row-c2 p {
        font-size: 14px;
        text-align: left;
    }
}
@media only screen and (max-width: 575px) {
    .section-3 {
        padding: 0 5% 40px 5%;
    }
    .main-title {
        font-size: 28px;
    }
    .section-3-row {
        flex-wrap: wrap;
    }
    .section-3-row-c1, .section-3-row-c2 {
        width: 100%;
    }
    .section-3-row-c2 {
        padding-top: 30px;
        padding-left: 0;
    }
    .section-3-row-c2 h2 {
        font-size: 24px;
    }
    .section-3-row-c2 p {
        font-size: 12px;
    }
    .section-3-row-c2 img{
        max-width: 150px;
    }
}