﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

1body {
    background: #ebecf0;
    height: 100vh;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */

section2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.card2 {
    margin: 20px;
    width: min-content;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 7px 7px 10px rgba(55,84,170,.15),
                -7px -7px 20px #d6d0d0,
                1px 1px 4px rgba(255,255,255,.2);
}

.card2 a {
	text-decoration:none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */

section3 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.card3 {
    margin: 20px;
    width: min-content;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 7px 7px 10px rgba(55,84,170,.15),
                -7px -7px 20px #d6d0d0,
                1px 1px 4px rgba(255,255,255,.2);
}

.card3 a {
	text-decoration:none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */

.imgBx {
    width: 250px;
    height: 180px;
    border-radius: 20px;
    border: 4px solid #f3f4f7;
    overflow: hidden;
    box-shadow: 7px 7px 10px rgba(55,84,170,.15),
                -7px -7px 20px #cfcdcd,
                1px 1px 4px rgba(255,255,255,.2);
}

.imgBx2 {
    width: 360px;
    height: 503px;
    border-radius: 20px;
    border: 4px solid #f3f4f7;
    overflow: hidden;
    box-shadow: 7px 7px 10px rgba(55,84,170,.15),
                -7px -7px 20px #cfcdcd,
                1px 1px 4px rgba(255,255,255,.2);
}

imgBx img {
    width: inherit;
    height: inherit;
}

imgBx2 img {
    width: inherit;
    height: inherit;
}


.main-title {
    margin-top: 20px;
}

1h2 {
    color: #444f76;
    font-size: 22px;
    padding: 2px 0;
    text-align: center;
}

1p{
    color: #8d96a8;
    padding: 5px;
}