#container-details-amp{
    height: 150vh;
    width: 100vw;
}

#details-amp {
    height: 100%;
    width: 100%;
    background-image: url('../images/about-us/bkg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#details-left-content {
    padding-left: 5%;
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#details-amp-head{
    width: 100%;
    padding: 1%;
    box-shadow: 0px 10px 12px #b3afaf94;
    background-color: yellow;
    text-align: center;
}

#details-amp-desc{
    padding: 3%;
    background-color: white;
    border: dashed 3px black;
}

#details-right-content {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

#details-amp-img {
    width: 310px;
    height: 310px;
    padding: 3%;
    background-color: yellow;
}