@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.more-row .more-col img {
    width: 300px;
    border-radius: 50px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
}

.more h1 {
    font-size: 65px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 900px;
    color: #262a64;
}

.more h2 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #2b827e;
    margin-bottom: 100px;
}

.more-row {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.more-col {
    flex-basis: 50%;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.more-col h3 {
    font-size: 25px;
    text-align: left;
}

.more-col p {
    font-size: 18px;
    text-align: left;
}

.more-row-2 {
    margin: 100px 0;
}

.leftarrow .arrow{
    width: 100px;
    position: fixed;
    top: 50px;
    left: 50px;
}

.header-1 {
    height: 300px;
}

.header-1 img {
    width: 700px;
}

.more{
    padding-top: 100px;
}
.more-col p{
    padding-top: 10px;
}

@media screen and (max-width: 1250px) {
    .leftarrow{
        top: -180px;
        left: 30px;
    }
    .leftarrow .arrow{
        width: 125px;
    }
    .leftarrow span{
        font-size: 30px;
    }
    .more-col{
        flex-basis: 100%;
    }
    .more-col p, .more-col h3 {
        padding: 0 50px;
    }
    .more-col h3{
        padding-top: 20px;
        font-size: 55px;
    }
    .more-col p{
        font-size: 40px;
    }
    .more-row .more-col img{
        width: 500px;
        border-radius: 70px;
    }
    .header-1{
        height: 230px;
    }
    .header-1 img{
        width: 50%;
    }
    .more-row{
        padding: 50px 0;
    }
}

@media screen and (min-width: 1251px) {
    .more-col p {
        padding-right: 200px;
    }
    .leftarrow span {
        display: none;
    }
}