40 lines
658 B
CSS
40 lines
658 B
CSS
.agency-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
gap: 0px;
|
|
|
|
background-color: #E3F0FF;
|
|
|
|
width: 100%;
|
|
|
|
padding-top: 25px;
|
|
margin-top: 50px;
|
|
}
|
|
.agency-head-1 {
|
|
font-family: Ubuntu;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
margin-bottom: -5px;
|
|
color: #26306B;
|
|
}
|
|
.agency-head-2 {
|
|
font-family: Ubuntu;
|
|
font-size: 24px;
|
|
font-weight: 800;
|
|
|
|
color: #26306B;
|
|
}
|
|
.agency-logo {
|
|
margin: 10px 0px;
|
|
object-fit: cover;
|
|
width: 50vw;
|
|
}
|
|
.agency-body {
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
margin: 0px 40px;
|
|
} |