#aboutusnew {
    width:90%;
    height: auto;
    background-image: url("../images/dlm-airport-transfer.jpg"); 
    background-attachment: fixed; 
    background-size:cover;
    background-repeat: no-repeat;  
    margin-left: 5%;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 20px;

}

.aboutusnewcover {
    width:100%;
    height: auto;
    border-radius: 20px;
    background-color: rgba(1, 43, 59, 0.6);
}
.aboutusnewarticle {
    width:100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    font-family:'raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 40px;
    position: relative;
    color: rgb(238, 237, 237);
}
.aboutusnewp{
    width: 100%;
    text-align: left;
    font-size: 32px;
    line-height: 56px;
    font-weight: 600;
    color: rgb(255, 254, 254);
    text-shadow: 2px 2px black;
}
.aboutusnewarticle p {
    margin-bottom: 20px;
    text-shadow: 2px 2px black;
}
.aboutusnewp2 {
    font-size: 38px;
    line-height: 42px;
    text-shadow: 2px 2px black;
}
#aboutusnew-toggle {
  display: none;
}

.aboutusnewmore-content {
  height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.4s ease;
  opacity: 0;
}

/* Açıldığında */
#aboutusnew-toggle:checked ~ .aboutusnewarticle .aboutusnewmore-content {
  height: auto; /* İçeriğe göre artırabilirsin */
  opacity: 1;
}

/* Buton */
.read-more-btn {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: black;
  cursor: pointer;
  transition: color 0.3s ease;
  background-color: rgb(2, 114, 179);
  border-radius: 4px;
  padding: 0px 10px 0px 10px;

}

.read-more-btn:hover {
  color: #000;
}

@media only screen and (max-width: 768px)  {
    .aboutusnewarticle {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
}
   .aboutusnewp{
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}

.aboutusnewp2 {
    font-size: 18px;
    line-height: 28px;
    text-shadow: 2px 2px black;
} 
}