.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 220px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: fit-content;
    list-style: none;
    column-gap: 30px;
    row-gap:30px;
    padding: 0px;
    width:100%;
    padding-right: 40px;
    box-sizing: border-box;
    padding-right:40px;
    box-sizing: border-box;
}

.gallery li {
    grid-area: 1 / 3 / 2 / 4;
}

.gallery li:first-of-type {
    grid-area: 1 / 1 / 3 / 3;
}
.gallery li:nth-child(2) {
    height:220px;
    width:220px;
}
.gallery li:last-of-type {
    grid-area: 2 / 3 / 3 / 4;
    height:220px;
    width:220px;
}


.Info-MainContainer {
    display: grid;
    grid-template-columns: 2fr 0.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.Info-MainContainer article {
    max-width: 1300px;
}

.Info-MainContainer .Content {
    text-align: justify;
}

.Content h2 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 39.6px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.Content {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #424242;
    max-width: 1080px;
    margin-top:40px;
}

h1 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #31589E;
    margin: 40px 0px;
}

aside .Form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border: 1px solid #31589E;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    width: 271px;
}

.separetor {
    width: 100%;
    border-top: 1px solid #ECECEE;
    height: 1px;
    margin: 30px 0px;
}

aside .Form h3 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 37.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #31589E;
    margin: 20px auto;

}

aside .Form .Towpp {
    display: flex;
    height: 72px;
    background: #31589E;
    border-radius: 60px;
    font-family: Inter;
    font-size: 21.1px;
    font-weight: 600;
    line-height: 27.43px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 20px;
    margin: 0 auto;
}

aside .Form h4 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #31589E;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
}

aside .Form form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 20px;
}

aside .Form form input {
    width: 100%;
    background: #F8F8F8;
    height: 45px;
    border: none;
    border-radius: 30px;
    text-transform: capitalize;
    margin: 10px 0px;
    padding-left: 25px;
    box-sizing: border-box;
}

aside .Form form select {
    width: 100%;
    background: #F8F8F8;
    height: 45px;
    border: none;
    border-radius: 30px;
    text-transform: capitalize;
    box-sizing: border-box;
    padding: 0px 25px;
    margin: 10px 0px;

}

aside .Form form textarea {
    width: 100%;
    background: #F8F8F8;
    border: none;
    border-radius: 30px;
    margin: 10px 0px;
    box-sizing: border-box;
    padding-left: 25px;
    max-width: 271px;
    height: 194px;
}
.ProductNav{
  margin-top:40px;
}
.ProductNav h1 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #31589E;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ProductNav .separetor {
    margin: 15px 0px;
}

.ProductNav nav ul {
    padding-left:5px;
    margin: 0px;
    list-style: none;
}
.ProductNav nav ul  li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.ProductNav nav ul .Active_ProdNav {
    font-weight: 700;
}
.ProductNav nav ul  li a {
    text-decoration: none;
    color: #424242;
}
.ProductNav nav ul::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.ProductNav nav ul::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #DFE9EB;
}

.ProductNav nav ul::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

.ProductNav nav ul::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

.ProductNav nav ul::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #31589E;
}

.ProductNav nav ul::-webkit-scrollbar-thumb:hover {
    background-color: #31589E;
}

.ProductNav nav ul::-webkit-scrollbar-thumb:active {
    background-color: #223C6D;
}



@media (max-width:768px){
  .Info-MainContainer{
    display: flex;
    flex-direction: column;
  }
  .gallery{
      display: flex;
      flex-direction: row;
      padding: 0px 14px;
  }
  .gallery li{
    display:none;
  }
  .gallery li:first-of-type{
        width: 100vw;
        padding-right: 0px;
        max-width: unset;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
  }
  .Info-MainContainer .Content{
        width: 89vw;
        margin: 0 auto;
  }
  h1 {
    margin:20px 20px;
    font-family: Inter;
font-weight: 700;
font-size: 23.67px;
line-height: 28.65px;
letter-spacing: 0%;

  }
  aside .Form{
    width:unset;
    margin:0px 20px;
  }
  .ProductNav{
    margin:0px 20px;
  }
  .Content h2 {
font-family: Inter;
font-weight: 700;
font-size: 16px;
line-height: 28.8px;
letter-spacing: 0%;
text-align: justify;


}
}