:root {
    --primary-color: #000000;
    --secondary-color: #f5f2fe;
    --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    --heading-font-family: "Playfair Display", serif;
    --default-font-family: "Poppins", sans-serif;
    --branding-color: #488db4;
  }

.mywork_container{
    padding: 160px 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body{
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

p{
  font-weight: normal;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.img-fluid{
    max-width: 100%;
  height: auto;
}

.mywork_content{
    margin: 30px;
}

.mywork_content h1{
    font-size: 64px;
  line-height: 80px;
}

.mywork_content h3{
  font-size: 24px;
  line-height: 1.5;
  font-family: var(--default-font-family);
}
.mb-5{
    margin-bottom: 3rem ;
}
.text-center{
    text-align: center;
}
.mb-3{
    margin-bottom: 1rem !important;
}
.btn-branding{
  text-decoration: none;
}

@media (min-width:1400px) {
   .mywork_container{
    max-width: 1320px;

   } 
    
}