*{
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
body{
    margin:0;
    background-image: url('nature.webp');
    background-repeat: no-repeat;
}

.container{
    z-index: 1;
    width: 70%;
    height: 75%;
    background-color:rgba(230, 224, 220, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    display: flex;
}
.content{
    width: 20%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 50px 0;
    background-color: #FFF;
}
.content img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: solid #000 thin;
}
.left-text{
    padding: 50px 30px;
    font-size: 22px;
    color: #000;
}
.social-link{
    font-size: 50px;
    
}

.social-link a{
    
    color: #eb944e;
}
.text{
    padding: 0 0 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-style: normal;
}
.text a{
    display: block;
    width: 150px;
    text-decoration: none;
    color:whitesmoke;
    padding: 15px;
    background-color:#eb944e;
    border-radius: 15px;
    text-align: center;
}
.bos{
    background-color: whitesmoke;
    width: 80%;
    height: 2px;
    border-radius: 5px;
    margin: 25px 0;
    
}
.bir{
    font-size: 35px;
    font-weight: 600;
}
.iki{
    font-size: 50px;
    font-weight: 800;
}
.uc{
    font-size: 25px;
    font-weight: 600;
}

@media (max-width: 1345px) {
.container {
    
    z-index: 1;
    width: 70%;
    height: 75%;
    background-color:rgba(230, 224, 220, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    display: flex;
}
.content{
    width: 25%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 50px 0;
    background-color: #FFF;
    
}
.text{
    width: 75%;
}
  .left-text{
    font-size:16px;
  }  
  .social-link{
    font-size: 20px;
    
}
.content img{
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: solid #000 thin;
    transition: all 0.5;
}
}
@media (max-width:896px){
    .container{
        display: flex;
        flex-direction: column-reverse;
    }
    .content{
        width: 100%;
        height: 60%;
    }
    .text{
        width: 100%;
        height: 40%;
    }
    .content img{
        width: 20%;
        height: 90%;
    }
    .bir{
        font-size: 25px;
        font-weight: 600;
    }
    .iki{
        font-size: 30px;
        font-weight: 800;
    }
    .uc{
        font-size: 15px;
        font-weight: 600;
    }
    .text a{
        width: 100px;
        color:whitesmoke;
        padding: 5px;
        font-size:12px
    }
}