#about-us-bg {
    position: relative;
    padding: 0px;
}
#about-us-bg-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.35);
    min-height: -webkit-fill-available;
}
h1 {
    padding: 140px 10px 15px;
    font-size: 28px;
    line-height: 45px;
    color: rgb(255,255,255);
}
#about-us-intro {
    padding: 20px 10px 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 1px;
    color: rgb(255,255,255);
}
#about-us-motto {
    padding: 10px 0px 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: rgb(15,35,70);
}
.about-us-text {
    padding: 10px 0px;
}
.about-us-text p {
    font-size: 16px;
    line-height: 27px;
    color: rgb(35,50,90);
    padding: 0px 30px;
}
.about-us-text:first-of-type {
    font-weight: bold;
}
.about-us-text:first-of-type p {
    border-left: 2px solid rgb(35,50,90);
}
.about-us-text a {
    margin-left: 30px;
    display: inline-block;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(255,255,255);
    border: 2px solid rgb(70,90,160);
    color: rgb(70,90,160);
    border-radius: 25px;
    transition: background-color, color .2s ease-in-out;
}
.about-us-text a:hover {
    color: rgb(255,255,255);
    border: 2px solid rgb(30,200,190);
    background-color: rgb(30,200,190);
}
.about-us-frame picture, .about-us-frame picture img {
    border-radius: 15px;
}
h2 {
    padding: 20px 30px 15px;
    font-size: 21px;
    color: rgb(10,35,70);
}
.about-us-frame ul {
    padding: 5px 30px 0px;
    list-style-position: inside;
    list-style-image: url("https://irmakhuzurevi.com/image/list.png");
}
.about-us-frame ul li {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: rgb(35,50,90);
}
@media only screen and (min-width:768px) {
    h1 {
        font-size: 30px;
        padding: 22px 0px 0px;
        text-align: center;
    }
    #about-us-intro {
        font-size: 16px;
        padding: 45px 5% 0px;
        text-align: center;
    }
    #about-us-motto {
        font-size: 35px;
        line-height: 60px;
    }
    .about-us-text {
        padding: 20px 0px 10px;
    }
    .about-us-text a {
        font-size: 15px;
    }
    h2 {
        font-size: 23px;
    }
    .about-us-frame ul li {
        font-size: 15px;
    }
}
@media only screen and (min-width:1280px) {
    h1 {
        font-size: 38px;
        padding: 40px 0px 0px;
        text-align: center;
    }
    #about-us-intro {
        font-size: 18px;
        padding: 14% 10% 0px;
        text-align: center;
    }
    #about-us-motto {
        font-size: 45px;
        line-height: 65px;
    }
    .about-us-text {
        padding: 30px 0px 10px;
    }
    .about-us-text p {
        font-size: 17px;
    }
    h2 {
        font-size: 25px;
    }
    .about-us-frame ul li {
        font-size: 16px;
    }
}