.pfdsgn__content {
width: 50%;
display: flex;
flex-direction: column;
gap: 40px;
}
.pfdsgn__links_md {
width: 50%;
text-align: center;
padding: 21.5px 0 ;
border-radius: 10px;
font-family: var(--font-montserrat);
font-size: 1.5rem;
font-weight: 650;
text-decoration: none;
color: #d0d8dd;
border: 2px solid #96c9eb;
display: flex;
justify-content: center;
gap: 10px;
}
.pfdsgn_img {
width: 50%;
align-self: normal;
border-radius: 20px;
}