/* @media (max-width: 1440px) {
  .sample-picture {
    width: 485px;
    height: 342px;
    background-color: #169E50;
    border-radius: 30px;
  }
} */

@media (max-width: 1440px) {
  .four-pic-section-two {
    width: 175px;
    height: 241px;
    background-color: #169e50;
  }
}
.four-pic-section-two {
  width: 248px;
  height: 288px;
  background-color: #169e50;
}
.fifth-section {
    padding-bottom: 87px;
}
/*
active directory user and computer

2040 - 1470 = 570
1362.4 - 792.4 = 570
1142.4
100vw - x = 570
x = 100vw - 570px

width = x
*/
.sample-picture {
  width: 35.625rem; /* calc(100vw - 1470px); calc(100vw - 792px)*/
  height: 25.813rem;
  background-color: #169e50;
  border-radius: 30px;
  position: relative;
}
.sample-picture img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.banner-about {
  height: 500px;
  background-image: url("../imgs/Nen 1_1440x500.webp");
  position: relative;
  text-align: center;
  color: white;
  background-size: cover; /* Scale the image to cover the entire area */
  background-repeat: no-repeat; /* Prevent the image from repeating if it's smaller than the container */
  background-position: center center; /
}

.banner-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); /* To compensate own width and height */
}

.banner-content h1,
.banner-content a {
  color: white;
  text-decoration: none;
}

.banner-content a {
  font-size: 24px;
}

.background-blur {
  background: #ffffff4d;
  padding: 7px 18px;
  border-radius: 10px;
  width: fit-content;
  margin: auto;
}

.text-banner {
  border-bottom: 1px solid black;
  padding: 58px 262px;
  text-align: center;
}
.text-banner p {
  text-align: center;
  font-weight: 700;
  color: var(--textTitle);
  font-size: 23px;
}

.first-section .container {
  padding: 52px 0;
}

.first-content-title,
.text-title-section-two,
.text-title-section-third,
.text-title-section-fourth {
  color: var(--textTitle);
  font-size: 40px;
  font-weight: 700;
}

.first-section .container .content {
  width: 737px;
  padding-left: 44px;
  align-self: end;
}

.content h3 {
  text-align: left;
  font-size: 40px;
}

.content p {
  text-align: justify;
  margin: 0;
}

.second-section-picture {
  padding-top: 51px;
  padding-bottom: 46px;
}

.text-title-section-two {
  font-size: 40px;
}

.third-section .container .text-content {
  align-self: center;
  width: 616px;
}

.agent-banner {
  background-color: var(--backgroundColor);
  height: 200px;
  border-radius: 20px;
}
.agent-pic-1 {
  border-radius: 50%;
  background-color: #ffffff;
  width: 6.625rem;
  height: 6.625rem;
  margin: 0 34px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agent-pic-1 img {
  width: 3.188rem;
  height: 3.938rem;
}

.agent-content {
  color: white;
}
.pic-content {
  width: 601px;
  height: 480px;
  background-color: #4bc987;
  border-radius: 30px;
}
.pic-content img{
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.text-title-section-third{
  margin-bottom: 2rem;
}
h2.first-content-title{
  
}